managarten/apps/zitare/apps/web
Wuesteon 42e5e97390 ️ fix: resolve all svelte-check a11y warnings across web apps
- Fix 121 accessibility warnings across 9 web apps (manacore, clock, chat,
  manadeck, calendar, zitare, contacts, picture, todo)
- Add proper ARIA attributes (role, tabindex, aria-label) to interactive elements
- Add onkeydown handlers alongside onclick for keyboard accessibility
- Add svelte-ignore comments for intentional patterns (modals, dropdowns)
- Update svelte-check threshold from error to warning in pre-commit hook
- Fix script compatibility for bash 3.x (remove associative arrays)
- Add comprehensive documentation for svelte-check patterns and fixes

All web apps now pass svelte-check with 0 errors and 0 warnings.
Pre-commit hooks will block any future commits with warnings.
2025-12-15 19:09:01 +01:00
..
src ️ fix: resolve all svelte-check a11y warnings across web apps 2025-12-15 19:09:01 +01:00
eslint.config.js improve code quality 2025-12-03 23:42:37 +01:00
package.json feat(i18n): add language picker and 5-language support to all auth screens 2025-11-30 00:28:14 +01:00
svelte.config.js feat(zitare): rename quote project to zitare and add global search 2025-11-28 20:14:19 +01:00
THEMING.md feat(zitare): rename quote project to zitare and add global search 2025-11-28 20:14:19 +01:00
tsconfig.json feat(zitare): rename quote project to zitare and add global search 2025-11-28 20:14:19 +01:00
vite.config.ts feat: integrate shared PageHeader and ProfilePage across all web apps 2025-11-30 00:06:29 +01:00