This is something we talked about at the conference: If the screen width is above a certain value, we could automatically open the sidebar for the folder you are currently in.
That would help make the things we offer in the sidebar like comments and sharing more obvious and directly accessible.
The only question is what we do in the root folder. For the first iteration we could simply not show the sidebar. In the future we could show the activity tab and simply show all activity like in the Activity app. cc @nickvergessen
What do you think @nextcloud/designers?
I completely agree! We have far too much empty space on big screens :)
How could we do it? I guess we need JS for it @nextcloud/javascript
In the future we could show the activity tab and simply show all activity like in the Activity app.
Sorry, but please don't turn the files app into a portal/dashboard/whatever...
It's not about turning the Files app into anything, it's providing info where it's expected or useful.
As said above, as another solution, in the root folder we could also simply not show the sidebar.
In the frontend you can do that with a flag. So you verify with javascript what is the window width, if is bigger than X set the flag to true.
And you will have something like that, if the flag is true onclick do this. That is something easy todo.
I am not really sure about showing the bar, it can look weird. Maybe we should do it first and take the decision after. @jancborchardt
Directory activities would recursively get the activities of their children? Sounds expensive, if not pre-generated.
@blizzz activity is a differnt discussion for now (can't find the issue). This is only about having the sidebar open, with the Sharing tab showing by default.
activity is a differnt discussion for now (can't find the issue). This is only about having the sidebar open, with the Sharing tab showing by default.
If the screen width is above a certain value, we could automatically open the sidebar for the folder you are currently in.
What would be the value (or values) to open the sidebar by default? This is similar to something planned for Nextcloud Talk, so it would be good to behave consistently (if it makes sense, of course).
I would show it on full HD already.
Content area looks still big enough to me, and an average user doesn't have too long file names, so the 750px of the file name column wouldn't be enough.
Yep, on full HD absolutely. @danxuliu can you prepare a PR with that value to start with, then we can test and see what needs to be adjusted?
@jancborchardt
can you prepare a PR with that value to start with, then we can test and see what needs to be adjusted?
Please see nextcloud/spreed#516 I will work on the PR for server once it is open again for new features... and I have some time ;-)
I can take a crack at this some at point in the next two weeks,
@nextcloud/designers, Here's what I think we should do if the page size is enough for the details section to be shown,
That's all I can think of right now. Will comment if I have anything else.
@jancborchardt - What do you think of my previous comment?
@Abijeet sorry, here鈥檚 my feedback :)
On page load, display the details section with the details of the first file.
We should actually show the details of this folder itself. This also solves your other comments too. :)
Nothing for 14 it seems -> moved to 15
Hi folks, the request was removed from Nextcloud 18 milestone and I'm not seeing it on 19 milestones either...
There's no workaround to have the sidebar permanently opened, is it?
Not yet, this is soon coming though.
Will be implemented slowly but surely in all the apps that supports it until all Nextcloud supports it :)
I have a project that needs the _comment section_ always open in browsers. Is there a hack or an app or anything to begin with? I'd like to develop something that can be used by anybody later. I have some modest time and funding for that project. Have you tried something or is anybody interested?
Most helpful comment
I completely agree! We have far too much empty space on big screens :)