stable
Clone or download
Read-only
Part of request #13060: TLP should match components available in Figma Change-Id: I5584a7a5239ad8f3ddcb4a9706e521230a86c0f6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/src/app/overview/timeline/timeline.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/themes/includes/_timeline.scss | +0 | −1 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +5 | −7 | Go to diff View file |
M | site-content/en_US/my/my.tab | +1 | −1 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +26 | −24 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +5 | −7 | Go to diff View file |
M | site-content/fr_FR/my/my.tab | +1 | −1 | Go to diff View file |
M | src/common/Dashboard/PagePresenter.php | +16 | −20 | Go to diff View file |
M | src/common/User/Admin/ProjectPendingPresenter.php | +0 | −4 | Go to diff View file |
M | src/common/Widget/MyProjects.php | +1 | −1 | Go to diff View file |
M | src/common/Widget/ProjectHeartbeatPresenter.php | +4 | −11 | Go to diff View file |
M | src/scripts/project/registration/src/components/Approval/ProjectApproval.vue | +8 | −12 | Go to diff View file |
M | src/scripts/project/registration/src/components/Approval/__snapshots__/ProjectApproval.test.ts.snap | +6 | −8 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/GlobalEmptyState.vue | +14 | −5 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/GlobalEmptyStateSvg.vue | +1 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectsEmptyState.vue | +14 | −5 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectsEmptyStateSvg.vue | +1 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/__snapshots__/ProjectsEmptyState.test.ts.snap | +11 | −7 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEmptyState.vue | +7 | −4 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEmptyStateSvg.vue | +1 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/__snapshots__/GlobalEmptyState.test.ts.snap | +15 | −8 | Go to diff View file |
M | src/templates/admin/customisations.mustache | +5 | −5 | Go to diff View file |
M | src/templates/admin/permission_delegation/index.mustache | +4 | −4 | Go to diff View file |
M | src/templates/admin/permission_delegation/permissions_list.mustache | +3 | −1 | Go to diff View file |
M | src/templates/admin/permission_delegation/users_list.mustache | +3 | −1 | Go to diff View file |
M | src/templates/admin/projects/project-pending.mustache | +6 | −6 | Go to diff View file |
M | src/templates/admin/users/no-pending.mustache | +8 | −9 | Go to diff View file |
M | src/templates/dashboard/add-widget-modal.mustache | +1 | −1 | Go to diff View file |
M | src/templates/dashboard/my.mustache | +9 | −9 | Go to diff View file |
M | src/templates/dashboard/project.mustache | +12 | −12 | Go to diff View file |
M | src/templates/error/permission-denied-private-project.mustache | +12 | −12 | Go to diff View file |
M | src/templates/error/permission-denied-restricted-account-project.mustache | +11 | −11 | Go to diff View file |
M | src/templates/error/permission-denied-restricted-account.mustache | +9 | −9 | Go to diff View file |
M | src/templates/error/permission-denied-suspended-project.mustache | +8 | −8 | Go to diff View file |
M | src/templates/lists/mailing-lists-homepage.mustache | +11 | −11 | Go to diff View file |
M | src/templates/project/admin/permission-per-group.mustache | +3 | −3 | Go to diff View file |
M | src/templates/user/profile.mustache | +4 | −4 | Go to diff View file |
M | src/templates/widgets/project-heartbeat.mustache | +3 | −3 | Go to diff View file |
M | src/themes/BurningParrot/css/burning-parrot.scss | +1 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/dashboards.scss | +0 | −8 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss | +0 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss | +1 | −1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_empty-states.scss | +2 | −63 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-permission-delegation.scss | +0 | −9 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin.scss | +0 | −5 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +0 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −0 | Go to diff View file |
A | src/themes/FlamingParrot/css/utils/_empty-states.scss | +20 | −0 | Go to diff View file |
A | src/themes/common/css/utils/_empty-states.scss | +85 | −0 | Go to diff View file |
M | src/themes/common/css/utils/_switch-to.scss | +3 | −7 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +3 | −4 | Go to diff View file |