You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Media/refactor hooks (#715)
* feat(hooks): add media CRUD hooks
* fix(hooks): update query invalidation logic for media CRUD directories
* fix(hooks): update query invalidation logic for media move
* nit: clean up unused variables and copy
* fix: update with correct query key params
* Media/refactor components (#716)
* refactor(Breadcrumb): update Breadcrumb to parse mediaDirectoryName
* refactor(Breadcrumb): update BreadcrumbItem to accept onClick argument
* fix(Breadcrumb): update CSS and fix typo in resource links
* refactor(move): create move components
* refactor(move): update page move modal with new components
* refactor(media): remove inline queries & upload handler from media select modal
* refactor(media): create parent component for media upload input html component
* refactor(media): add modal and yep schema validation for media settings
* refactor(media): add parent media component for media actions (upload, select, alt-text)
* refactor(media): update EditorModals and FormFieldMedia to use parent media component for actions
* refactor(media): add media move modal
* refactor(media): update FolderCard and MediaCard
* refactor(media): update DirectoryCreation and DirectorySettings for media directories support
* nit: fix extra ~ in copy for special characters error
* chore: update sidebar links for media directories
* chore: clean up unused components
* chore: add media utils and validators
* refactor(media): add medial modal for alt-text input
* fix: allow # in media directory names
* fix: update handling for retrieved mediaDatas
* Media/refactor tests (#717)
* chore: update button copy and button ids in tests
* chore: add alt text copy for EditPage insert media test
* chore: update resource tests for refactored FormFieldMedia component
* chore: update images and files tests for refactored Media flows
* chore: add waits for flaky test timeouts
* chore: fix flaky tests
* Media/refactor layouts (#719)
* refactor(screens): generalize PageMoveScreen to handle both pages and media
* fix: update references to MoveScreen
* feat(screens): add MediaCreation and MediaSettings screens
* refactor(screens): update DirectoryCreation and DirectorySettings to support media directories
* refactor(screens): update DeleteWarning to support media
* refactor(Media): update Media layout:
- remove inline react query
- remove inline upload handler
- replace inline states with url params
* chore: update frontend routes
* fix: add missing variable for ResourceCategory layout
* refactor(media): add medial modal for alt-text input
* chore: encode media directory link in FolderCard
* Media/refactor services (#743)
* feat: add media CRUD services
* fix(services): update directory services with media endpoints and handlers
* fix(services): update mover services with media endpoints
* chore: add mediaServices to servicesContext
* chore: update documentation of endpoints
0 commit comments