Accessibility: improve keyboard only flow (see #1181); remove some legacy use of Svelte

This commit is contained in:
Pieter Vander Vennet 2023-12-06 17:27:30 +01:00
parent d1a6c11513
commit 4ee83cfe5c
35 changed files with 613 additions and 683 deletions

View file

@ -30,7 +30,7 @@
}
</script>
<div class="tabbedgroup flex h-full w-full">
<div class="tabbedgroup flex h-full w-full focusable">
<TabGroup
class="flex h-full w-full flex-col"
defaultIndex={1}