-
Notifications
You must be signed in to change notification settings - Fork 188
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
Studio usability enhancements #4461
Conversation
…ription Quick edit modal for content title and description
Add new kebab menu items and refactor structure for quick edit modals
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.
Overall, it's looking good. I'm wondering if it's worth deduping some of 'Save' / 'Cancel' strings. I think we have some mixins that might have the strings? We did have a retrospective last year and decided on an approach for reusing strings but I can't quite recall what we decided.
I'll give it a test drive soon!
contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeOptions.vue
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeEditListItem.vue
Outdated
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeOptions.vue
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeOptions.vue
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/channelEdit/components/ContentNodeOptions.vue
Outdated
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/shared/utils/helpers.js
Outdated
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/shared/views/Divider.vue
Outdated
Show resolved
Hide resolved
contentcuration/contentcuration/frontend/shared/views/LicenseDropdown.vue
Show resolved
Hide resolved
...ntentcuration/frontend/shared/views/contentNodeFields/CompletionOptions/ActivityDuration.vue
Show resolved
Hide resolved
Fix two parallel content nodes editing logic
I ran into this bug, both in |
contentcuration/contentcuration/frontend/shared/views/AboutLicensesModal.vue
Dismissed
Show resolved
Hide resolved
386bff4
to
4dcc60d
Compare
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.
Approving this and proceeding with the merge into unstable. Great work on this @AlexVelezLl 🎉 . cc @marcellamaki
🎉🎉🎉 |
Summary
Description of the change(s) you made
This PR introduces the new Studio Usabiliy enhancements project:
We now allow quick editing of the following fields of one or more resources and folders:
And editing the following fields of one or more resources:
Bulk editing of folder descendants, so that if the user is editing any field in a folder, they can choose to replicate the change to all of its descendants.
New command palette arrangement, with responsive design.
Screenshots (if applicable)
Editing single resources:
Compartir.pantalla.-.2024-03-01.09_03_50.mp4
Editing multiple resources and topics:
Compartir.pantalla.-.2024-03-01.09_06_15.mp4
Does this introduce any tech-debt items?
A drawback is that we are now having two parallel editing logic for some of the fields which can be a problem in the future.
Reviewer guidance
How can a reviewer test these changes?
Are there any risky areas that deserve extra testing?
References
Addresses #3412
Contributor's Checklist
PR process:
CHANGELOG
label been added to this PR. Note: items with this label will be added to the CHANGELOG at a later timedocs
label has been added if this introduces a change that needs to be updated in the user docs?requirements.txt
files also included in this PRStudio-specifc:
notranslate
class been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)pages
,components
, andlayouts
directories as described in the docsTesting:
Reviewer's Checklist
This section is for reviewers to fill out.
yarn
andpip
)