Refactor charts to use plain HTML

More responsive, less edge cases, and simpler to maintain.
This commit is contained in:
Claudio Ortolina
2026-03-21 18:00:06 +00:00
parent 47b6f44273
commit b12e70f471
3 changed files with 79 additions and 87 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ All authenticated routes live inside a single `live_session` with three `on_moun
| `CoreComponents` | Forms, buttons, icons, tables, flash messages |
| `Layouts` | Application layout templates, navigation components (`dropdown_nav/1`) |
| `RecordComponents` | Record cards, cover images, artist images, labels, grids, shared show-page sections (title, external links, genres, releases, timestamps, debug) |
| `ChartComponents` | SVG charts for stats |
| `ChartComponents` | Charts for stats dashboard |
| `StatsComponents` | Stats dashboard widgets |
| `ScrobbleComponents` | Scrobble activity displays |
| `SearchComponents` | Search result rendering |