complete story 9.10 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 02:50:16 +02:00
parent 9228921669
commit c96f31c702
12 changed files with 525 additions and 24 deletions
@@ -4,6 +4,11 @@
@include('partials.head')
</head>
<body class="min-h-screen bg-white dark:bg-zinc-800" style="font-family: var(--font-{{ app()->getLocale() === 'ar' ? 'arabic' : 'english' }})">
<!-- Skip to content link for keyboard accessibility -->
<a href="#main-content" class="skip-link" data-test="skip-to-content">
{{ __('accessibility.skip_to_content') }}
</a>
<flux:sidebar sticky stashable class="border-e border-zinc-200 bg-zinc-50 dark:border-zinc-700 dark:bg-zinc-900">
<flux:sidebar.toggle class="lg:hidden" icon="x-mark" />
@@ -320,7 +325,9 @@
</flux:dropdown>
</flux:header>
{{ $slot }}
<main id="main-content" role="main" tabindex="-1">
{{ $slot }}
</main>
@fluxScripts
</body>