mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 09:26:42 +02:00
fix(mana/web+packages): clear all 270 warnings to zero
Comprehensive warning sweep across 128 files that brings svelte-check from 270 warnings → 0 (plus 3 new errors from concurrent upstream changes fixed inline). Final state: 6473 files, 0 errors, 0 warnings, 0 files with problems. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b8987562ba
commit
da03fac722
128 changed files with 1599 additions and 348 deletions
|
|
@ -122,6 +122,7 @@
|
|||
role="combobox"
|
||||
aria-expanded={showResults}
|
||||
aria-haspopup="listbox"
|
||||
aria-controls="help-search-results"
|
||||
/>
|
||||
<div class="pointer-events-none absolute inset-y-0 left-0 flex items-center pl-3">
|
||||
{#if isSearching}
|
||||
|
|
@ -162,6 +163,7 @@
|
|||
<div
|
||||
class="absolute z-50 mt-1 w-full rounded-lg border border-gray-200 bg-white shadow-lg dark:border-gray-700 dark:bg-gray-800"
|
||||
role="listbox"
|
||||
id="help-search-results"
|
||||
>
|
||||
{#if results.length === 0}
|
||||
<div class="p-4 text-center text-sm text-gray-500 dark:text-gray-400">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue