stable
Clone or download
Read-only
Part of story #9197: Get rid of Bootstrap in site admin To test: You must see a input text to filter, a link to browse projects and a link to register new project. Change-Id: I7728f20640f654ff49779bb6aa562a85182f32aa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/ContentFilter.js | +2 | −2 | Go to diff View file |
M | site-content/en_US/include/include.tab | +3 | −0 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +3 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/listFilter.js | +51 | −32 | Go to diff View file |
M | src/www/themes/BurningParrot/BurningParrotTheme.php | +2 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/Dropdown/DropdownProjectsPresenter.php | +15 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/GlobalNavbarDropdownMenuItemPresenter.php | +10 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar-dropdown-projects.scss | +55 | −11 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar-dropdown.scss | +83 | −22 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/_navbar.scss | +1 | −1 | Go to diff View file |
A | src/www/themes/BurningParrot/js/navbar-dropdown-projects.js | +113 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/js/navbar-dropdown.js | +48 | −32 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/global-navbar-dropdown-item.mustache | +36 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar-dropdown-projects.mustache | +51 | −42 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar-global-nav.mustache | +4 | −4 | Go to diff View file |
M | src/www/themes/FlamingParrot/js/navbar.js | +1 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_buttons.scss | +2 | −0 | Go to diff View file |