stable

Clone or download

Read-only

Homogenize empty states of Roadmap, SVN, Taskboard plugins

Part of request #13060: TLP should match components available in Figma Change-Id: I90214d93c730147dd612cbf0106babdab81dbc32

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/components/NoDataToShowEmptyState.vue +4 −4 Go to diff View file
M plugins/roadmap/scripts/roadmap-widget/src/components/SomethingWentWrongEmptyState.vue +5 −5 Go to diff View file
D plugins/roadmap/themes/_empty-state.scss +0 −37 Go to diff View file
M plugins/roadmap/themes/widget-roadmap.scss +0 −1 Go to diff View file
M plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po +5 −5 Go to diff View file
M plugins/svn/templates/explorer/index.mustache +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/po/fr_FR.po +10 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/EmptyState/NoContentEmptyState.vue +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/EmptyState/__snapshots__/NoContentEmptyState.test.ts.snap +7 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.vue +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.vue +23 −24 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForAdmin.test.ts.snap +15 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForUsers.test.ts.snap +15 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap +33 −33 Go to diff View file
M plugins/taskboard/themes/includes/_error.scss +3 −16 Go to diff View file