stable
Clone or download
Read-only
Part of story #16210 Remove navigation bar Covered by this commit: - BurningParrot - Sidebar - Privacy A popover displays the privacy title and description - BurningParrot - Breadcrumb - Privacy+Flag A popover displays the privacy in the same way the flags are displayed Coming in a next commit: - Update FlamingParrot popovers so they match the ones in BurningParrot Change-Id: I437da768507cd66c4756b6c26747d171ddb0193d
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +7 | −1 | Go to diff View file |
M | src/common/Project/ProjectPrivacyPresenter.php | +33 | −2 | Go to diff View file |
M | src/scripts/BurningParrot/src/project-privacy.js | +21 | −0 | Go to diff View file |
M | src/scripts/project/privacy/project-privacy-helper.ts | +1 | −0 | Go to diff View file |
M | src/scripts/vue-components/breadcrumb-privacy/BreadcrumbPrivacy.vue | +12 | −3 | Go to diff View file |
M | src/scripts/vue-components/breadcrumb-privacy/__snapshots__/BreadcrumbPrivacy.test.ts.snap | +8 | −4 | Go to diff View file |
M | src/templates/common/breadcrumbs/breadcrumbs-privacy.mustache | +37 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_project-privacy-popover.scss | +17 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-project.scss | +2 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/header.mustache | +11 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/project-sidebar.mustache | +1 | −1 | Go to diff View file |