-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
New sorting order dialog #575
Conversation
Do we even need a cancel? If it's a dialog, any click outside the dialog should cancel it. |
@AndyScherzinger how do you currently show the selected/default choice? That's not visible in the screenshot you've shown us. |
How could we make modification time and size more understandable? The arrow in the icon is not self-explanatory IMO. 🤔
If it does not make the pop-up overflow, I would leave it. Gives the insecure user more control. Worst case: some user chooses sorting out of accident and does not know, he can tap on the background to cancel.
I think he wanted to highlight the icon with the nextcloud/theme color. 👍 |
I just created the icons to have something, happy for any contributions for iconswork :)
exactly, but that part isn't finished yet, the active one will be tinted with the theme color 😃 |
I thought there are defaults in the material icons set. 😁 |
There are none for this, so I created them based on existing material design icons (basically combining the "clock" and "space" with the arrow...) |
For size we could use this: sort Does not make too much sense for time, though... |
And "Z over A" would be awesome for the second icon. |
And the arrow? would that one than have to point down for both?
while keeping the "cake" part? |
mh, logically, yes. I guess I have to see to see it.
Yes Hope you're having fun with the icons.. 😆 |
5a51327
to
7cff457
Compare
@eppfel see screenshot above and below the latest one with the changed size icon: |
|
What would be "bigger" for all three types? (size is the one I understand) |
maybe it is just my lazy brain...but modification time not clear to me...left is "newest -> oldest"? |
Anybody is welcome to do the icons ;) cc: @jancborchardt I just put some effort into it to get things started, but I am not *-designer, just want to get this thing done! 🚀 |
bigger meant only file-size |
@eppfel you mean like this?
And if so, how should the modification date icons be changed? With the triangles like @tobiasKaminsky suggested? And if so is triangle "up" then younger->older or the other way round? |
Layout 👍
I would use the sort icon, too: shorter bars = shorter time? |
Ah, I did not know that. I will be sure to check it out in that case 👍 |
@mario @tobiasKaminsky your turn :) Can imho also be merged since 1.4.2 has been released :) |
mFileListFragment.sortByName(true); | ||
break; | ||
} | ||
} |
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.
Too much headache, but can you extract this part to an external function and re-use it? Cause now it is two times exact the same code @AndyScherzinger
dc26bf3
to
036dc48
Compare
@mario I also rebased it to latest master, so can we also try to get this back to master, might do a final test today and would then be happy if it can be merged and you could take a final look at the PR. |
036dc48
to
a5e5cb8
Compare
@mario rebased to latest master and successfully tested it, so I leave the merge to you if you are fine with the change (I know you already approved the PR, but I rebased). |
Merged, thank you for your work. |
PR for #340