Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Shared with me" view: switch columns displayed on small screens #9320

Conversation

koebel
Copy link
Contributor

@koebel koebel commented Jun 29, 2023

Description

Previously in the "Shared with me" view the column "Shared by" was hidden whereas the column "Shared with" was displayed on small screens and tablets (screen size <1200px). I switched the visibility of these two columns for this particular view.

Related Issue

Motivation and Context

As a user, when browsing though files shared with me, it would be more interesting to see who shared a resource with me than with whom it was shared since "Shared with" is always the user himself (or a group he/she is part of). Previously the column "Shared by" was hidden whereas the column "Shared with" was displayed on small screens and tablets (screen size <1200px). With the proposed changes the visibility of these two columns are changed for the specified screen sizes for this particular view.

How Has This Been Tested?

manual testing using the Chrome inbuilt simulator of various mobile devices and screen sizes

Screenshots (if appropriate):

proposed solution:
Screenshot_SharedWithMe_proposedSolution

Types of changes

  • [x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • [ x] Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

@koebel koebel added Status:Needs-Review Needs review from a maintainer Category:Change Change existing functionality labels Jun 29, 2023
@koebel koebel requested review from lookacat and kulmann June 29, 2023 11:44
@koebel koebel self-assigned this Jun 29, 2023
@update-docs
Copy link

update-docs bot commented Jun 29, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@CLAassistant
Copy link

CLAassistant commented Jun 29, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code LGTM, linter is complaining though. Running pnpm lint --fix should fix it :) Also, you need to sign the CLA by clicking on the badge of the CLAassistant's comment above.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@owncloud owncloud deleted a comment from CLAassistant Jun 30, 2023
Copy link
Contributor

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@JammingBen JammingBen merged commit 54063f6 into master Jun 30, 2023
@delete-merged-branch delete-merged-branch bot deleted the display/hide-columns-for-“shared-with-me”-view-on-small-screens branch June 30, 2023 07:58
@koebel koebel restored the display/hide-columns-for-“shared-with-me”-view-on-small-screens branch June 30, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Change Change existing functionality Status:Needs-Review Needs review from a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display/hide columns for “shared with me” view on iPad/Tablet
3 participants