mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-25 19:30:10 +01:00
Add aria-roledescription for page bookmark search results
This commit is contained in:
parent
871e3307fc
commit
f7b8f1ab55
@ -79,6 +79,7 @@
|
||||
v-for="(entry, index) in visibleDataList"
|
||||
:key="index"
|
||||
:class="{ hover: searchState.selectedOption === index , bookmarked: entry.bookmarkName }"
|
||||
:aria-roledescription="entry.bookmarkName ? $t('Role Descriptions.bookmark') : null"
|
||||
@click="handleOptionClick(index)"
|
||||
@mouseenter="searchState.selectedOption = index"
|
||||
@mouseleave="searchState.selectedOption = -1"
|
||||
|
@ -1080,6 +1080,8 @@ Page Bookmark:
|
||||
Created page bookmark: Created page bookmark "{bookmarkName}"
|
||||
Updated page bookmark: Updated page bookmark "{bookmarkName}"
|
||||
Removed page bookmark: Removed page bookmark "{bookmarkName}"
|
||||
Role Descriptions:
|
||||
bookmark: bookmark
|
||||
Moments Ago: moments ago
|
||||
Yes: Yes
|
||||
No: No
|
||||
|
Loading…
Reference in New Issue
Block a user