stable
Clone or download
Read-only
request #12611: Allow to filter branches or tags in selector
When there is a lot of branches or tags, I should be able to easily find what I am looking for without having to scroll inside a small container. In addition when I hit tab after filtering, I should have visual clue about what is focused. This offer a better keyboard navigation. Change-Id: Idf2fa8588615e4dbc6c8e48f5d52b6f69d1da4b3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/www/scripts/repository/branch-tag-selector/po/fr.po | +12 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repository/branch-tag-selector/po/template.pot | +12 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repository/branch-tag-selector/src/components/App.vue | +2 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue | +29 | −4 | Go to diff View file |
A | plugins/git/www/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue | +40 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue | +27 | −4 | Go to diff View file |
M | plugins/git/www/themes/BurningParrot/css/repository/_repository.scss | +4 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/components/_dropdowns.scss | +1 | −0 | Go to diff View file |