stable

Clone or download

Read-only

Transform clone bar url into a popover

This will make the user interface less congested and limit the chance to have new floating buttons glued to git repository content. If needed, other buttons (fork & settings) will be handled in a dedicated changeset. Part of story #16210 Remove navigation bar Change-Id: I341266ffbd91fef95a7f71ab969ba0d1336c5bbf

Modified Files

Name
M plugins/git/include/Git/Repository/View/ClonePresenter.php +22 −24 Go to diff View file
M plugins/git/include/Git/Repository/View/CloneURLPresenter.php +17 −12 Go to diff View file
M plugins/git/include/Git/Repository/View/DefaultCloneURL.php +11 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/DefaultCloneURLSelector.php +5 −3 Go to diff View file
D plugins/git/scripts/repository/src/clone-bar-dropdown.js +0 −58 Go to diff View file
A plugins/git/scripts/repository/src/clone-bar-popover.ts +32 −0 Go to diff View file
M plugins/git/scripts/repository/src/copy-button.js +19 −14 Go to diff View file
M plugins/git/scripts/repository/src/index.js +3 −3 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +1 −4 Go to diff View file
A plugins/git/templates/repository/clone-bar-input.mustache +23 −0 Go to diff View file
D plugins/git/templates/repository/clone-bar-url.mustache +0 −11 Go to diff View file
M plugins/git/templates/repository/clone-bar.mustache +33 −48 Go to diff View file
M plugins/git/templates/repository/header.mustache +0 −1 Go to diff View file
M plugins/git/themes/BurningParrot/repository/_repository.scss +3 −45 Go to diff View file