Skip to content

Fix Add-ItemTag FAB accessibility label#58

Merged
dadachi merged 1 commit into
mainfrom
fix/itemtag-fab-a11y-label
May 25, 2026
Merged

Fix Add-ItemTag FAB accessibility label#58
dadachi merged 1 commit into
mainfrom
fix/itemtag-fab-a11y-label

Conversation

@dadachi
Copy link
Copy Markdown
Contributor

@dadachi dadachi commented May 25, 2026

The floating action button in ItemTagListView whose onClick is onAddItemTagClick(...) used R.string.add_shop ("Add Shop") as its contentDescription, so screen readers announced the wrong action. The visible title/form already say "Add Item Tag"; only the accessibility label was wrong (surfaced in the element tree, not visually). Swapped to the existing R.string.label_add_item_tag ("Add Item Tag").

The Shops list FAB (ShopListView) keeps add_shop — correct there, since it adds a shop.

Cosmetic/a11y only; no behavior change. Companion to the paid edition's PR in NativeAppTemplate-Android.

🤖 Generated with Claude Code

The Add-ItemTag FAB in ItemTagListView used R.string.add_shop ("Add
Shop") as its contentDescription, so screen readers announced the wrong
action. Use the existing R.string.label_add_item_tag ("Add Item Tag").
The Shops list FAB keeps add_shop, which is correct there.
@dadachi dadachi merged commit d806945 into main May 25, 2026
1 check passed
@dadachi dadachi deleted the fix/itemtag-fab-a11y-label branch May 25, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant