stable
Clone or download
Read-only
Part of story #10408 have a burning parrot git repository list - As long as the app is not finished loading repositories, the "Display mode switch" will be disabled. - Given there are no repositories in this project, then the action bar won't be shown at all (there is a dedicated empty state to create repos). Note: I took the opportunity to add a "Disabled" Button bar example in TLP's doc. I added titles to the "icon only" button bar example. I also added "Disabled outline" buttons examples. Change-Id: I888eca9dd7ac19e47021b9347959f5eadfeb518a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/www/scripts/repositories/src/components/ActionBar.vue | +4 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue | +7 | −1 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/ActionBar/ListFilter.vue | +2 | −5 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/ActionBar/SelectOwner.vue | +4 | −1 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/RepositoryListSpinner.vue | +3 | −4 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/getters.js | +2 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/buttons/bar/radios/example.html | +37 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/buttons/bar/sizes-colors/example.html | +16 | −4 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/buttons/btn/disabled/example.html | +19 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/doc/resources/buttons/btn/outline/example.html | +6 | −6 | Go to diff View file |