-
-
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
Sidebar menu redesign #556
Comments
Gooood stuff! :) So I don’t think this is as radical as you describe it:
|
@jancborchardt hehe. So will "All files" revert to webdav root anyway (because if it is, it's not the same way as currently)? I'm all for having one view for activities, notifications and uploads - but I'd appreciate a mockup of how this should look before I actually start working on this. Shared - do you have any knowledge about the server side of this? (API and stuff) Maybe @MorrisJobke can shed some light on this? :) Thoughts on the filter positioning as I've described it? |
We should rethink this as in the current uploads view you have options like "retry failed", "delete failed", "delete successful", "remove all". |
@tobiasKaminsky I meant the main screen, not sidebar. |
This is an overview issue which should only target the restructure of the navigation drawer. Any questions/ideas regarding the "content" like "Shared" or "Photos" should be taken into a new issue which is then linked to this one |
I would not take away space to add a footer. Instead I would put it in the overflow menu (three dots in the upper right corner) as it is an option related to the file list |
@tobiasKaminsky we can definitely discuss this - I think the menu is becoming overwhelming as-is anyway, and you need somewhere to show how is the list being filtered (and footer is a good place to put it). |
Correct. 👍
We have an OCS API for all incoming/outgoing shares of an user: https://docs.nextcloud.com/server/12/developer_manual/core/ocs-share-api.html
Yes. I would also like to keep them separate. Uploads is really only relevant for this device and has very little to do with the other activities on the server. |
Upload view should stay separate. So we need extra issues for
|
Photo view is basically what we already have: the grid view of photos. |
In #559 I propose to ditch notifications from any view inside the app.
|
The Android sidebar is not similar to the files sidebar in the web application (Participate, Activity, dynamic menu item, ...) . All options in the Files web app will/should be filters inside "All files" on Android. Therefore I think we should call it just "Files". |
I agree with @eppfel's idea to simply call it "Files" 👍 |
Here’s what @mario and I talked about for the sidebar:
@eppfel @AndyScherzinger @tobiasKaminsky will anyone of you be in Stuttgart at the hackathon today or tomorrow? It’s always easier to talk in person about this. |
Unfortunately no....day job.... Two questions though:
|
I totally agree with that. I was always against separating this because it introduces another layer of complexity and it resulted in us still not having the simple synced favorites.
This would be a flat list of links directly in the sidebar, as I understand from @MorrisJobke @mario. I guess we can make it collapsible, right? Again, this is mainly for a customer and will not be part of a default installation (basically it would be a config option of some sort). |
@jancborchardt since this is a client requirement I'd say just put the links there without the "collapse" action - if they're silly enough to put 10 links in there, let them be. Collapsing in a sidebar is a bit no-no for me. |
Btw @AndyScherzinger the specific issue is #555 @mario agreed :) |
@jancborchardt sounds good 👍 |
Yes. As already stated: flat list (only title and url), no collapsing and will be provided via an OCS api endpoint (and a capability flag) by an dedicated app. |
Is there a new issue already about consolidating Activity & Notifications? :) Let’s not forget that for the future. ;) |
No, feel free to create it.
…On Apr 12, 2017 14:41, "Jan-Christoph Borchardt" ***@***.***> wrote:
Is there a new issue already about consolidating Activity & Notifications?
:) Let’s not forget that for the future. ;)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#556 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsjID0-QfkuowHx0X7XW6DC1eoYHxks5rvMaAgaJpZM4Ln9cW>
.
|
I am aware of the ongoing discussion regarding the menu redesign, and I'm opening this issue to both get an understanding of the current state of things, as well as clarify the new features I need to implement so we can all see how it'd work together.
My suggestion:
Remove All files and On device from the sidebar menu
Add a footer on the page with a filter icon in the left corner which would open a filter page (and contain "All files" and "On device" (among others). Since filter is whole other issue, we'll discuss this elsewhere.
The top menu items would be:
Home (webdav root)
Favorites
Photos
Activities
Notifications
Uploads
Settings
Participate
I will open an issue for both activities and notifications separately, but maybe @karlitschek or @MorrisJobke can clarify the Photos - would it simply open a "Photos" directory (should the item be removed then if the user removes the dir) or will it show all photos on your instance? (in that case, I assume search API will be useful here - just need to know which extensions to use for searching).
@nextcloud/designers - your input is more than appreciated.
Also involving @AndyScherzinger and @tobiasKaminsky
The text was updated successfully, but these errors were encountered: