fix: enable svelte a11y linting and fix violations

This commit is contained in:
2026-07-11 12:41:10 +01:00
parent d412dc3cc4
commit d172adf392
11 changed files with 57 additions and 6 deletions
+5
View File
@@ -279,6 +279,7 @@
<!-- 2. Customers & Bookings -->
<div class="rounded-lg border">
<button
type="button"
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.customers ===
'expanded'
? 'rounded-t-lg'
@@ -310,6 +311,7 @@
<!-- 3. Services & Products -->
<div class="rounded-lg border">
<button
type="button"
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.services ===
'expanded'
? 'rounded-t-lg'
@@ -354,6 +356,7 @@
<!-- 4. Scheduling & Hours -->
<div class="rounded-lg border">
<button
type="button"
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.scheduling ===
'expanded'
? 'rounded-t-lg'
@@ -384,6 +387,7 @@
<!-- 5. Promotions & Finance -->
<div class="rounded-lg border">
<button
type="button"
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.promotions ===
'expanded'
? 'rounded-t-lg'
@@ -413,6 +417,7 @@
<!-- 6. Business Settings -->
<div class="rounded-lg border">
<button
type="button"
class="flex w-full items-center justify-between bg-gray-50 px-4 py-3 transition-colors hover:bg-gray-100 {sectionState.settings ===
'expanded'
? 'rounded-t-lg'