feat(web): improve group-tab accessibility (#11647)

feat(web): improve GroupTab accessibility
This commit is contained in:
Michel Heusschen
2024-08-08 13:28:24 +02:00
committed by GitHub
parent 14689462f8
commit 96f8050143
4 changed files with 30 additions and 14 deletions

View File

@@ -129,6 +129,7 @@
<!-- Filter Albums by Sharing Status (All, Owned, Shared) -->
<div class="hidden xl:block h-10">
<GroupTab
label={$t('show_albums')}
filters={Object.values(albumFilterNames)}
selected={selectedFilterOption}
onSelect={(selected) => handleChangeAlbumFilter(selected, AlbumFilter.All)}