| Commit message (Collapse) | Author | Lines |
|
This includes a migration to a flat eslint.config.js, which will now
also automatically ignore items from .gitignore. eslint-plugin-svelte
3.0 comes with a couple of changes to recommended rules as well, these
are also addressed in this commit.
|
|
This makes prop passing nicer and is in line with how the rest of the
app formats this kind of thing.
|
|
|
|
|
|
|
|
Elements now have a consistent style applied to them when in focus.
Additionally, select elements will now have an outline when focused,
making it easier to notice the currently selected element.
|
|
These two break the tabbing flow, instead focus the next item within the
container.
|