Increasing Access
Scope:
- Sidebar: show a tooltip for “Upload file” when the user is not authenticated, using a translation key (no hardcoded text or defaultValue).
- Header File menu: show tooltips for Save, Duplicate, Open, Add to Collection when disabled due to being unauthenticated and for Share / Download when disabled because the sketch is unsaved.
- Ensure all tooltip copy lives in translations.
Feature request details
The editor currently shows disabled actions (e.g., unauthenticated “Upload file”, File menu actions) without explaining why they can’t be used, which is confusing and not WCAG-friendly.
We should use a shared, WCAG‑compliant tooltip pattern to give short, localized explanations for disabled actions, triggered on hover/focus and announced via aria-describedby
Increasing Access
Scope:
Feature request details
The editor currently shows disabled actions (e.g., unauthenticated “Upload file”, File menu actions) without explaining why they can’t be used, which is confusing and not WCAG-friendly.
We should use a shared, WCAG‑compliant tooltip pattern to give short, localized explanations for disabled actions, triggered on hover/focus and announced via aria-describedby