-
Notifications
You must be signed in to change notification settings - Fork 159
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 details panel for unique trash and multi select #10624
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
…current folder is not updated propably and might be still there when navigation to trashbin or spaces
packages/web-app-files/src/components/SideBar/Details/FileDetails.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/FileDetailsMultiple.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/FileDetailsMultiple.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/SideBar/Details/FileDetailsMultiple.vue
Outdated
Show resolved
Hide resolved
const resource = inject<Ref<Resource>>('resource') | ||
const copiedIcon = 'check' | ||
const copyIcon = 'file-copy' | ||
const copyWebDAVPathIcon = ref(copyIcon) | ||
const copyWebDAVUrlIcon = ref(copyIcon) | ||
|
||
const webDavUrl = computed(() => { | ||
return urlJoin(configStore.serverUrl, unref(resource).webDavPath) | ||
return urlJoin(props.space.root.webDavUrl, unref(resource).path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍 We should forward port current stable-8.0
right after this PR is merged, so that we still have in mind how to solve the merge conflict. :-)
Co-authored-by: Benedikt Kulmann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small scope creep requests:
- could you make the text on the UserInfoBox panel in Admin Settings -> Users centered?
- could you make the text on the GroupInfoBox panel in Admin Settings -> Groups centered?
Which text exactly ? Its currently aligned with the other info boxes |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
In the future we could introduce a new type for deleted files that extends the Resource
interface and holds the ddate
property. It would make checking for deleted resources really easy with some helper like isDeletedResource
.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: