-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
Several lint warnings in the frontend that should be cleaned up:
CSS @import positioning
- File:
frontend/src/app.css:5 - Issue:
@importfor Google Fonts should precede all other statements
Svelte a11y warnings
-
File:
frontend/src/lib/components/TasksPanel.svelte:793 -
Issue:
<div>with click/keydown handler needs an ARIA role -
File:
frontend/src/lib/components/MobileTabBar.svelte:28,53 -
Issue:
aria-selectednot supported by implicit button role - should userole="tab"or remove attribute
Svelte reactivity warning
- File:
frontend/src/lib/components/LogViewer.svelte:11 - Issue:
logsContaineris updated but not declared with$state()- should be fine for DOM refs but worth reviewing
Origin
These are preexisting issues surfaced during DevSpace dev environment startup.
Metadata
Metadata
Assignees
Labels
No labels