summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/scraper (unfollow)
Commit message (Collapse)AuthorLines
12 daysfrontend: Migrate to eslint-plugin-svelte 3.0Wolfgang Müller-1/+3
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.
2025-02-14frontend: Migrate to Tailwind 4.0Wolfgang Müller-1/+1
2025-02-13frontend: Migrate to Svelte 5Wolfgang Müller-70/+247
2024-11-22frontend: Improve highlighting of current focusWolfgang Müller-1/+1
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.