-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add Quick-Access to favorite folder in left sidepanel in files-app #9714
Comments
This looks like a pretty useful feature to be honest. @MorrisJobke @rullzer any thoughts? |
Cc @nextcloud/designers |
👍 |
I have added a pull request. The only thing which does not properly work, is the initial State of the checkbox which enables this functionality. It is properly set, but the initial state is always unchecked, regardless of the true value. |
The trashbin and quota-indicator are list-elements which are pushed down to "dock" on the settings button. If the folderlist exceeds the size of the sidebar, it gets a scrollbar, which is fine. |
@newhinton no, it is the expected behaviour :) |
While I like the idea of having favorite folders directly accessible, I fear that this will clutter the UI too much once you have more folders marked as favorite. Maybe we could just limit it to first level favorite folders or have a hard limit of 3-4 entries? Anyhow having a limit would only make sense if we could show the most recently used folders or something similar. |
We also supports collapsible entries, we could go for this? |
A stylechange could help differentiate between menu-entries and favorites. Making favorites smaller could clean up the UI, but I'll need to try that out and see if it works |
@juliushaertl what about making this into an accordion style menu where if you click you will get the full list? or perhaps show a number of items then a button "show more"? |
Also, this is not enabled by default, so the user needs to actively decide to "clutter" his UI, so it would be an active decision by the user |
Yeah, in the end, maybe it's not that big of a deal! :) |
@juliushaertl The upsides: The downsides: |
Some design feedback:
|
What do you mean @jancborchardt ? :)
I agree, let simplify this! :) |
@skjnldsv what @newhinton said above:
We shouldn't do that – not another separate attribute. |
@skjnldsv is it possible to make that scrollbar much thinner? That current state, it is pretty ugly. |
@c0fe it depends on browsers mostly :) |
I am thinking of the modern ones, Firefox Quantum and Chrome along with Microsoft Edge and Internet Explorer 11. I am thinking of replacing the gray thick scrollbar with a light blue and thinner one, one that would match Nextcloud color scheme more. |
@c0fe please suggest pr and screenshots :D |
@skjnldsv |
@newhinton about the scrollbar? |
Okay :) |
@skjnldsv ok will do @newhinton i will just create an PR once I see your PR |
i have updated the style and disabled the ability to turn this feature off. This is the current style: @jancborchardt I am really not quiet fond of that whole collapsible idea. It stands in conflict to my "one-click-to-destination"-approach most common desktop-fileexplorers use. |
@newhinton Did you edit the style of the subitems? EDIT: see review: #9720 (review) |
@skjnldsv I added some new ones to experiment with different styles. |
Aside from the new caption items, you should not use anything else than what's in the docs, or we'll lose all the unification work we did :) |
|
@skjnldsv |
@skjnldsv I have changed the design, with the styleguide in mind. I have also added sorting to this list, this should make custom ordering easier to implement in the future. |
This is looking really great!!!! |
@skjnldsv Oh, and i have seen that the star-icon was removed for the Navbarelement, what was the design desicion behind that? To me it looks a little bit strange that there is only blank space, it seems so empty :) (Same for Shares) |
@newhinton, no descision, just an error, we'll add it back :) |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
It would be a good feature to add a quick way to access favorite folders on the "main" view of the file app. Most Fileexplorer have such a feature to access often used directories quickly.
I have already started implementing this in the files-app, i am creating this Issue mostly to gather feedback and to check if the files-app is the right place to implement this (in opposition to an additional app wich extends the original app ( I dont know how to do this)).
This feature is going to be toggleable.
The text was updated successfully, but these errors were encountered: