We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba7c6e commit 221f650Copy full SHA for 221f650
1 file changed
app/pages/search.vue
@@ -589,12 +589,10 @@ defineOgImageComponent('Default', {
589
590
<template>
591
<main class="flex-1" :class="{ 'overflow-x-hidden': viewMode !== 'table' }">
592
- <h1 id="search-heading-title" class="sr-only">
593
- {{ $t('search.results') }}
594
- </h1>
+ <h1 class="sr-only">{{ $t('search.results') }}</h1>
595
<!-- Results area with container padding -->
596
<div class="container-sm py-6">
597
- <section v-if="query" aria-labelledby="search-heading-title">
+ <section v-if="query">
598
<!-- Initial loading (only after user interaction, not during view transition) -->
599
<LoadingSpinner v-if="showSearching" :text="$t('search.searching')" />
600
0 commit comments