mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-04-05 22:09:38 +00:00
fix(accessibility): label icon controls and semantic tap targets
This commit is contained in:
parent
e30e84ded1
commit
b552e9843c
15 changed files with 118 additions and 66 deletions
|
|
@ -257,6 +257,7 @@ class BookSearchResultMini extends HookConsumerWidget {
|
|||
);
|
||||
},
|
||||
trailing: IconButton(
|
||||
tooltip: 'More options',
|
||||
icon: const Icon(Icons.more_vert),
|
||||
onPressed: () {
|
||||
// TODO: show a menu with options for the book
|
||||
|
|
@ -311,6 +312,7 @@ class SearchResultMiniSection extends HookConsumerWidget {
|
|||
),
|
||||
const Spacer(),
|
||||
IconButton(
|
||||
tooltip: 'View more ${category.toString().split('.').last}',
|
||||
icon: const Icon(Icons.arrow_forward_ios),
|
||||
onPressed: onTap ?? openSearch,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue