You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing away and back, all the files should be displayed directly and a loading indicator stating the list is being refreshed. Indicator should be a the bottom of the list. If most of the refreshes are fast enough (to be tested), ignore the indicator and just refresh silently in the back.
Clicking the main name triggers the default action if defined, the download action if none defined
Sort folders before files in ALL sorting modes. Not only name sorting.
Multiselect
When a multiselect starts, store the list of selected FileInfo
Reset when changing folder/view
Show list of available options filling as much with as possible. The rest of the actions are put into a dropdown
Right click on an item open the menu at the location of the cursor
Deprecate files_rightclick
Make the right-click enabled by default but togglable in the files settings (per user)
Error handling
Try to redirect to first parent if direct link to file doesn't exists
Redirect to root if both file nor direct parent exists
Bonus for later
Design this in an API-kind of way so later we can also just call the list with the default view (e.g. a filepicker) (and without the actions ❓)
Can decide which column to show/hide per view Design team said no
Listing API and discussion
Currently I actually don't know if there is any need to let other scripts/apps interact with the content.
Any idea/comments?
The text was updated successfully, but these errors were encountered:
Using only the fileid in the url wont work, as multiple paths can point to the same fileid (trough sharing mostly), this can lead to cases where a user is browsing /somefolder/foo, reload and have the path change to /someotherfolder/foo. It will still show the same folder contents, but the path shown in the breadcrumb will be different.
This ticket is part of the files to vue migration
Goal
Have the files list content based on the⚠️
OCA.Files.Views
ViewsWITH VIRTUAL SCROLLING
QA
/f/{fileId}
still redirects to the default view/apps/files/{view}/{fileid}
Requires
OCA.Files.List.Breadcrumbs
(pick better name if you want)OCA.Files.Views
path
is a direct fileBonus for later
Can decide which column to show/hide per viewDesign team said noListing API and discussion
Currently I actually don't know if there is any need to let other scripts/apps interact with the content.
Any idea/comments?
The text was updated successfully, but these errors were encountered: