-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(files_sharing): Adjust design of account filter for file list #46857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In updateAvailableAccounts
I think sharees need to be filtered by type as a group share is treated as if it were an account
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Can we rename "Accounts" to "People" which sounds friendlier and also fits with the unified search? :)
@Pytal and @jancborchardt both of your comments are now implemented, thank you! |
36f29d0
to
5f42452
Compare
I agree but can we do this in a follow up as this one here is fixing a regression from beta 1?
(Just a note:) I really like this, but would still let the chips flow to the left side under the "filter" as otherwise the space is very limited on smaller devices. |
Absolutely! Sorry, I thought I approved already!! 🙈 |
712aa59
to
b88f3ab
Compare
don't push, i will merge and compile assets with #46870 mh, cannot. will build locally and force-merge. test was all green. |
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
b88f3ab
to
aab8ab4
Compare
Signed-off-by: Arthur Schiwon <[email protected]>
Google Drive has the filters listed without a label as well, so it could be fine. Also, the "Filters" text and icon adds even more noise to the file list. |
For reference this is how Google Drive and Dropbox do the filters, no label: #43241 |
@jancborchardt are you intentionally replying to a merged pull request? |
I guess the left padding is what makes it look weird in my opinion :) |
But these should be moved to a follow up ticket/issue since this is already merged and might be spam-ish. |
This was discussed before and it is the same as with rich workspaces: |
It's not entirely clear to me, but... is this going to be full-width search presentation? As in, full-width of the page, not just a pull-down menu with limited view space? It looks like yes, but I would like to have this clarified. Also, is this going to be able to present much larger amounts of results than just 10, and expanding by 10, each time? Don't play with my heart! I've wanted to go back multiple Search overhauls for years! D: |
@BloodyIron currently it only allows for filtering within the current place you are in within files but yes, actual search is also being looked into but not there yet. it is "in-app" so it is within the files user interface itself. You can already try it out with the v30 beta releases -but again, currently it only implemented filtering since search is a more complex implementation. |
In the example of the "Files" app... is it recursive including and below the current scope when triggered? Or is it Files-wide (ALL the files!?) or...? |
Summary
Fix the design of the file list filter:
Checklist