stable
Clone or download
Read-only
If user can create new project, then they must now use a dedicated dropdown in the navbar [+ New]. This is an introduction of the button/dropdown. For now this dropdown only offers the possibility to create a new project. Next it will let the user to create directly a bug or a story in a given project, but it will be a dedicated changeset. Part of story #16205: ยซ + New ยป button Change-Id: Ia231ebadbeb9f5575d4b30eff0ce1df6f34178e0
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/include/include.tab | +0 | โ1 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +6 | โ0 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +0 | โ1 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_navbar.scss | +16 | โ0 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/DropdownMenuItem/Content/Projects/ProjectsPresenter.php | +2 | โ14 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/Presenter.php | +8 | โ1 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +5 | โ6 | Go to diff View file |
M | src/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-projects.mustache | +0 | โ7 | Go to diff View file |
M | src/themes/BurningParrot/templates/navbar/navbar.mustache | +18 | โ0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +24 | โ4 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarItemPresentersCollectionBuilder.php | +1 | โ9 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarItemProjectsPresenter.php | +4 | โ17 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarPresenter.class.php | +23 | โ16 | Go to diff View file |
M | src/themes/FlamingParrot/templates/navbar-projects.mustache | +0 | โ6 | Go to diff View file |
M | src/themes/FlamingParrot/templates/navbar-user-navigation.mustache | +19 | โ0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +6 | โ4 | Go to diff View file |