-
Notifications
You must be signed in to change notification settings - Fork 157
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
Copy/move only works with personal space #6892
Comments
This has been mitigated via keyboard actions which are available on all relevant views now ( |
awesome 🤩 |
@lookacat for a first step I'd propose to not show the "Paste here" button next to the upload button but only have the "paste here" option in the context menu (MVP: breadcrumb 3-dots) I would like to test if users really need the "Paste here" button nextx to "Upload" (my bet: yes) but lets test it. would that procedure be ok for you? |
ok |
|
Proposals for the dialog. What title is best?I favour option 2 "Short question" as it's the shortest for "Only Title Reading Users" and as it is not a negative (defect-orientated) wording but more positive, solution orientated. Negative:Short question:Long question:The target for "Learn more" does not exist yet. Context-Helper could also do the job. Any objections or additions against / to option 2 @lookacat @kulmann ? |
thank you for thinking this through @tbsbdr ! I'm also in favour of option 2 (same reasoning, simple, focused on solution, reading the title gives the most important information). For the description I'd like to suggest that we find a more generic text which works for single- and multi-file move attempts. Something like And yes, context-helper would be good for |
will look into it |
Contextual helper proposal:
|
With the share jail being merged the
LocationPicker
view, which let's you select a target location for a copy or move action, only lists a single webdav endpoint, namely the personal space. As each accepted share and any project space have their own webdav endpoint we need to come up with a solution to list alternative target locations. This is a regression and needs to be tackled as soon as possible.Steps to reproduce
Expected behaviour
Get presented with all available target locations and be able to navigate into any of their subfolders
Actual behaviour
Only see the content of the personal space
Things to consider
This is not just a matter of listing all available webdav endpoints in the
LocationPicker
view. It requires further UX adaoptions in the web UI. As a cross-storage-move in reality is a combination ofcopy
anddelete
backend-side it is in fact a slow operation. Probably important to make this transparent to the user. One solution could be that our until now separatedCopy
andMove
actions in the web UI get merged into oneCopy or move
action. TheLocationPicker
view could then have multiple submit buttons, depending on what operation is available in the target location, e.g.Move
,Copy
orCopy and delete
.First step
Needs a clear UI/UX concept. Nothing to implement, yet.
Followup tasks when this is done
Copy
andMove
actions in the spaces share route /SharedResource
viewcc @tbsbdr @butonic
The text was updated successfully, but these errors were encountered: