-
Notifications
You must be signed in to change notification settings - Fork 798
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
Filters and sort in the Activities tab #608
Comments
Hello @camilasan , One of the use cases:When some folder has conflicts in it, in the list of all configured sync folders, there is a message box saying "There are unresolved conflicts. Click for details". But after click you see a list of completely unrelated messages and warnings, like "File/Folder is ignored because it is hidden" or "File is listed on the ignore list". Opened list is full of such messages and I have no idea which conflicts and where I have to resolve. FiltersIt would be nice to have a line above these messages with some filters, such as:
SortingImplementing sort might be a separate issue. Although I am not sure how useful this would be. Sorting messages by date is already done. Maybe a switch to sort by date backwards can be useful. But for me other types of sorting are hard to imagine to be useful. SummarySo in my case, filtering "Activity" by type:"conflict" and folder:"Docs" would already help and be sufficient. |
@vitaliis your use case is not properly solved by filters. We rather need to improve the error and conflict display. @camilasan @jospoortvliet sure, a search box with additional filters might be nice. But I’m wondering if we are overengineering here and putting work into something no one will use. So I prefer to work based on specific cases and examples where you actually needed this, rather than "hey we could add this". :) |
@jancborchardt Ok, it is not completely solved, but it is at least some info and assistance in solving the problem at hand. Instead of discussing this topic with conflicts here, I created a separate ticket for it. So we can move this discussion here #872 |
@jancborchardt I have one use case (at least with the current state of how things are displayed): |
@vitaliis hm … hidden files are set to sync by default though, so they should not receive special treatment? But yes, all ignored files should be grouped in one entry rather than having a separate one for each. @camilasan what do you think? |
Hm, but the list of hidden files can be really large. One of the issues it might introduce would be related to scrolling. You can not scroll somewhere to the middle of the list. I could say it is not position based, but item based. So you can not have the item on the top of the list to be displayed only by half, so either it or the second item, but not somewhere in the middle. Can somebody explain to me why scrolling is so weird in the UI? Is it because of a particular UI-framework being used? Or is it an intended feature? By weird I mean the lack of smooth scrolling (see above). |
Let’s continue in Activity tray and activity list design improvements #889 to not have 3 different issues about basically the same thing. :) |
Can somebody please still explain me this peculiarity with scrolling? Why scrolling is so discreet and not smooth? |
@vitaliis could I ask you to open a separate issue for that? Make sure to include info like app version, operating system etc. Thanks a lot! :) |
@jospoortvliet 's idea.
What do you think @jancborchardt?
The text was updated successfully, but these errors were encountered: