-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(settings): advanced deploy options #50230
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
cc2b48a to
fc483fa
Compare
995ffb4 to
d055a63
Compare
susnux
left a comment
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.
Please use NcDialog for consistent design, then you also have to do much less custom styling ;)
Also the dialog content currently is not good for accessibility, I left some notes on it.
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue
Outdated
Show resolved
Hide resolved
7180276 to
d23fb8d
Compare
oleksandr-nc
left a comment
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.
Tested in terms of functionality - it works.
susnux
left a comment
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.
Accessibility wise better ✅
Did not test with external apps though.
Signed-off-by: Andrey Borysenko <[email protected]>
a549e10 to
73c138b
Compare
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
Summary
This PR adds modal window to configure Deploy options for ExApps
Checklist