-
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.
Feat: regroupement de facteurs (#583)
* add group property to datasetProperties create disclosure component add group field to datasetEditModal * switch to a composable for groups related operations * dataset edit and remove refactor to account for groups * add group selection from dataset details form refactor group selection in datasetAddToBouquetModdal * move group selection to component * add rename group feature * add group to export * fix async option fetching in new multiselect * don't show nogroup name if it is the only group * feat(groups): add number of factors to group name * feat(groups): trim goup name on creation and comparison * feat: filtre facteurs (#621) * feat(groups-sommaire): add sommaire logic and styles * feat(groups-filtre): optimize code and fix small bugs moved functions to composables and updated references fixed an anchor link bug inside DsfrTabs with a quick and dirty CSS hack * fix(groups): change filtering logic Hide filtered elements instead of removing them from the array. This allows updating the array without replacing the original version with the filtered one.
- Loading branch information
Showing
23 changed files
with
1,544 additions
and
407 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.