stable
Clone or download
Read-only
Part of story #10414: have a branch/tag selector Go to a repository ยป files. Click on the branch/tag selector button. -> app is dynamically loaded (caret becomes a spinner while loading). You can select a branch or a tag. Will come later: mark as selected the current branch or tag Will come later: filter Change-Id: Ie3fb535e699f161a710e321cd7466dbabdc6afe1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/build-manifest.json | +5 | โ1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/FilesHeaderPresenter.php | +9 | โ1 | Go to diff View file |
M | plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php | +35 | โ7 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +4 | โ1 | Go to diff View file |
M | plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php | +7 | โ1 | Go to diff View file |
M | plugins/git/templates/repository/files/header.mustache | +2 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/package-lock.json | +5 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/package.json | +16 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/po/fr.po | +31 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/po/template.pot | +24 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/src/components/App.vue | +77 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue | +79 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue | +83 | โ0 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/src/index.js | +47 | โ0 | Go to diff View file |
R | plugins/git/www/scripts/repository/already-forked-modal.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/clone-bar-dropdown.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/copy-button.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/index.js | Go to diff View file | ||
M | plugins/git/www/scripts/webpack.config.js | +3 | โ2 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/_repository.scss | +22 | โ0 | Go to diff View file |