-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
refactor(files_trashbin): migrate app to Vue 3 #56439
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
Conversation
| import type { FileStat, ResponseDataDetailed } from 'webdav' | ||
|
|
||
| import { davResultToNode, getDavNameSpaces, getDavProperties } from '@nextcloud/files' | ||
| import { resultToNode as davResultToNode, getDavNameSpaces, getDavProperties } from '@nextcloud/files/dav' |
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.
Why not keep the original name?
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.
Because we already use that name below
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.
(we wrap it and export the wrapping function using that name)
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.
Ah, right, ok
0f7ab2b to
945bd4f
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
945bd4f to
5daeee2
Compare
Migrated app to Vue 3 and fixed some cross dependencies between apps that are still Vue 2.
Also fixed some Typescript issues.
Checklist
3. to review, feature component)stable32)