stable
Clone or download
Read-only
Part of story #16210 Remove navigation bar Change-Id: I581df8bdc1758b4c92cdc701aff438f860a717e8
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/BurningParrot/src/index.js | +2 | −0 | Go to diff View file |
M | src/scripts/BurningParrot/src/motd.js | +4 | −24 | Go to diff View file |
M | src/scripts/BurningParrot/src/navbar-dropdown.js | +14 | −101 | Go to diff View file |
A | src/scripts/BurningParrot/src/navbar-pinned.js | +51 | −0 | Go to diff View file |
A | src/scripts/BurningParrot/src/update-ui-margins-according-to-motd.ts | +50 | −0 | Go to diff View file |
M | src/scripts/project/banner/project-banner-clamp.ts | +8 | −5 | Go to diff View file |
M | src/scripts/project/banner/project-banner-show-hide.ts | +11 | −0 | Go to diff View file |
A | src/scripts/project/banner/update-floating-buttons-position.ts | +72 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/dashboards/includes/_dashboard-project.scss | +6 | −6 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_global-variables.scss | +1 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_header.scss | +51 | −12 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_homepage.scss | +3 | −2 | Go to diff View file |
D | src/themes/BurningParrot/css/includes/_navbar-dropdown-items.scss | +0 | −33 | Go to diff View file |
D | src/themes/BurningParrot/css/includes/_navbar-dropdown.scss | +0 | −134 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_navbar.scss | +101 | −129 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar-collapsed.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_sidebar.scss | +2 | −2 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_siteadmin-homepage.scss | +1 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_structure.scss | +3 | −4 | Go to diff View file |
A | src/themes/BurningParrot/css/includes/logo.scss | +26 | −0 | Go to diff View file |
M | src/themes/BurningParrot/include/BurningParrotTheme.php | +8 | −2 | Go to diff View file |
M | src/themes/BurningParrot/include/HeaderPresenterBuilder.php | +16 | −4 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/Presenter.php | +11 | −7 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +4 | −2 | Go to diff View file |
M | src/themes/BurningParrot/templates/header.mustache | +1 | −0 | Go to diff View file |
R | src/themes/BurningParrot/templates/navbar/menu-item/menu-item.mustache | Go to diff View file | ||
M | src/themes/BurningParrot/templates/navbar/navbar.mustache | +21 | −48 | Go to diff View file |
A | src/themes/BurningParrot/templates/navbar/new-nav.mustache | +27 | −0 | Go to diff View file |
M | src/themes/BurningParrot/templates/navbar/user-nav.mustache | +61 | −69 | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar-extra-large.png | +- | −- | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar-jumbo.png | +- | −- | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar-large.png | +- | −- | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar-mini.png | +- | −- | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar-small.png | +- | −- | Go to diff View file |
D | src/themes/tlp/src/images/tlp-avatar.png | +- | −- | Go to diff View file |
A | src/themes/tlp/src/images/tlp-default-avatar.svg | +3 | −0 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_avatars.scss | +12 | −16 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_buttons.scss | +10 | −4 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_popovers.scss | +1 | −1 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_tables.scss | +0 | −1 | Go to diff View file |
M | src/themes/tlp/src/scss/variables/_shadows.scss | +6 | −0 | Go to diff View file |
M | tools/utils/scripts/webpack-rule-configs.js | +1 | −1 | Go to diff View file |