stable

Clone or download

Read-only

Move "New project" in dedicated dropdown

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