Code Warning Fixes

This commit is contained in:
2026-02-28 06:11:07 +00:00
parent 2e94a84054
commit 3e33a1317a
28 changed files with 1317 additions and 452 deletions

View File

@@ -182,10 +182,13 @@
<div
class="fixed inset-0 z-50 flex items-center justify-center bg-black/60 backdrop-blur-sm"
onclick={() => (showNewTeam = false)}
onkeydown={(e) => e.key === "Escape" && (showNewTeam = false)}
role="dialog"
aria-label="Create Team dialog"
tabindex="-1"
>
<div
class="bg-neutral-800 border border-neutral-700 rounded-lg shadow-xl w-full max-w-md mx-4"
onclick={(e) => e.stopPropagation()}
>
<div
class="flex items-center justify-between p-4 border-b border-neutral-700"