Describe the bug
LOW PRIORITY: Running the opti-admin dashboard locally, there are a lot of warnings that can be cleaned up.
Copy/paste from console on initial dashboard load:
9:51:57 AM [vite-plugin-svelte] src/pages/opti-admin/components/_GraphPinnedResults.svelte:623:24 Redundant role 'button'
https://svelte.dev/e/a11y_no_redundant_roles
9:51:57 AM [vite-plugin-svelte] src/pages/opti-admin/components/_GraphPinnedResults.svelte:757:2 `<div>` with a click or keydown handler must have an ARIA role
https://svelte.dev/e/a11y_no_static_element_interactions
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_SettingEditor.svelte:127:4 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_SettingEditor.svelte:144:4 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_SettingEditor.svelte:159:4 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_SettingEditor.svelte:175:4 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_ChoiceEditor.svelte:45:3 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_ChoiceEditor.svelte:62:3 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
9:53:03 AM [vite-plugin-svelte] src/pages/opti-admin/style-manager/components/_ChoiceEditor.svelte:77:3 A form label must be associated with a control
https://svelte.dev/e/a11y_label_has_associated_control
Describe the bug
LOW PRIORITY: Running the opti-admin dashboard locally, there are a lot of warnings that can be cleaned up.
Copy/paste from console on initial dashboard load: