-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement accordion preservation action task lists
Refs issue #986 Use the Bootstrap 5 accordion component to implement collapsable preservation task lists. The accordion component supports using a large button as a section header and closing open sections when a new section is opened. The specific #986 features implemented are: - Add a border around the preservation action header to hint that it is a control widget - Make the entire preservation action header clickable to collapse or expand the related task list - Change the preservation action header border and background colors on hover
- Loading branch information
Showing
6 changed files
with
121 additions
and
264 deletions.
There are no files selected for viewing
234 changes: 90 additions & 144 deletions
234
dashboard/src/components/PreservationActionCollapse.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 0 additions & 88 deletions
88
dashboard/src/components/__tests__/PreservationActionCollapse.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.