stable
Clone or download
Read-only
Part of request #13060: TLP should match components available in Figma The purpose of this commit is to refactor empty state css classes. Because there are changes in the html structure, we need to check every empty states in Tuleap. As example, this commit fix agile dashboard empty states (planning view global error and kanban widget). Several empty states could have a weird look until everything has been checked. Change-Id: I5c5bd2ad2dc0eabfe7ed3d9ecf66978c2a797201
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Widget/WidgetKanbanPresenter.php | +5 | −5 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/rest-error/global-error-component.js | +11 | −12 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/widgets/widget-kanban.mustache | +3 | −4 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/kanban.scss | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_errors.scss | +1 | −7 | Go to diff View file |
M | plugins/bugzilla_reference/templates/reference-list.mustache | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForReaders.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue | +6 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/LoadingError.vue | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/PermissionError.vue | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.vue | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/__snapshots__/ItemPermissionError.test.js.snap | +4 | −4 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsModal.vue | +1 | −1 | Go to diff View file |
M | plugins/forumml/templates/threads-empty-state.mustache | +3 | −3 | Go to diff View file |
M | plugins/frs/scripts/release-notes/src/release/files/files.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/FilterEmptyState.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/NoRepositoryEmptyState.vue | +4 | −4 | Go to diff View file |
M | plugins/git/templates/admin-plugin-gerrit-server.mustache | +2 | −2 | Go to diff View file |
M | plugins/git/templates/admin-plugin-mirrors.mustache | +2 | −2 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-binary-file-svg.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob-binary-lfs-file-svg.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/blob.tpl | +6 | −6 | Go to diff View file |
M | plugins/git/templates/gitphp/tuleap/shortlog.tpl | +1 | −1 | Go to diff View file |
M | plugins/git/themes/BurningParrot/repository/gitphp/_blob.scss | +1 | −1 | Go to diff View file |
M | plugins/label/scripts/project-labeled-items/src/LabeledItemsList.vue | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/templates/administration-providers.mustache | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/EmptyState.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/__snapshots__/EmptyState.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/EmptyState.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/__snapshots__/EmptyState.test.ts.snap | +1 | −1 | Go to diff View file |
M | plugins/program_management/themes/program_management/_backlog.scss | +0 | −1 | Go to diff View file |
M | plugins/program_management/themes/program_management/_project-header-background.scss | +4 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/dashboard/dashboard.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/src/app/overview/timeline/timeline.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/themes/includes/_timeline.scss | +1 | −1 | Go to diff View file |
M | plugins/svn/templates/explorer/index.mustache | +2 | −2 | 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 | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.vue | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.vue | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.vue | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForAdmin.test.ts.snap | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/BoardWithoutAnyColumnsErrorForUsers.test.ts.snap | +4 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/GlobalError/__snapshots__/GlobalAppError.test.ts.snap | +4 | −4 | Go to diff View file |
M | plugins/testmanagement/scripts/testmanagement/src/execution/execution-list.tpl.html | +2 | −2 | Go to diff View file |
M | plugins/testmanagement/templates/misconfiguration.mustache | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemEmptyState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemErrorState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionEmptyState.vue | +2 | −2 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignErrorState.vue | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignEmptyState.test.ts.snap | +3 | −3 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/Campaigns/__snapshots__/CampaignErrorState.test.ts.snap | +3 | −3 | Go to diff View file |
M | plugins/testplan/templates/test-plan-unsupported-browser-edge-legacy.mustache | +3 | −3 | Go to diff View file |
M | plugins/testplan/templates/test-plan-unsupported-browser-ie11.mustache | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionsMatrixSection.vue | +2 | −2 | Go to diff View file |
M | src/common/Widget/MyProjects.php | +3 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/codendipgsrc/PhpWikiAdministration | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/WikiAdminUtils.php | +2 | −2 | Go to diff View file |
M | src/common/wiki/phpwiki/locale/fr/pgsrc/AdministrationDePhpWiki | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/pgsrc/PhpWikiAdministration | +1 | −1 | Go to diff View file |
M | src/scripts/project/registration/src/components/Approval/ProjectApproval.vue | +4 | −4 | Go to diff View file |
M | src/scripts/project/registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap | +4 | −4 | Go to diff View file |
M | src/templates/admin/customisations.mustache | +3 | −3 | Go to diff View file |
M | src/templates/admin/permission_delegation/index.mustache | +2 | −2 | Go to diff View file |
M | src/templates/admin/projects/project-pending.mustache | +3 | −3 | Go to diff View file |
M | src/templates/admin/users/no-pending.mustache | +3 | −3 | Go to diff View file |
M | src/templates/dashboard/add-widget-modal.mustache | +2 | −2 | Go to diff View file |
M | src/templates/dashboard/my.mustache | +5 | −5 | Go to diff View file |
M | src/templates/dashboard/project.mustache | +5 | −5 | Go to diff View file |
M | src/templates/error/permission-denied-private-project.mustache | +4 | −4 | Go to diff View file |
M | src/templates/error/permission-denied-restricted-account-project.mustache | +4 | −4 | Go to diff View file |
M | src/templates/error/permission-denied-restricted-account.mustache | +4 | −4 | Go to diff View file |
M | src/templates/error/permission-denied-suspended-project.mustache | +4 | −4 | Go to diff View file |
M | src/templates/lists/mailing-lists-homepage.mustache | +3 | −3 | Go to diff View file |
M | src/templates/project/admin/background/administration.mustache | +3 | −3 | Go to diff View file |
M | src/templates/project/admin/permission-per-group.mustache | +2 | −2 | Go to diff View file |
M | src/templates/user/profile.mustache | +3 | −3 | Go to diff View file |
M | src/templates/widgets/project-heartbeat.mustache | +4 | −4 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss | +1 | −1 | Go to diff View file |
A | src/themes/BurningParrot/css/includes/_empty-states.scss | +74 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +1 | −50 | Go to diff View file |
M | tests/rest/_fixtures/phpwiki/rest-test-wiki-version | +1 | −1 | Go to diff View file |