From be66aaeb8757687018b232c4df5b5d22be887e98 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 28 Feb 2026 09:58:28 +0000 Subject: [PATCH] Update architecture document --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index f47493bd..afd18662 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -250,7 +250,7 @@ All authenticated routes live inside a single `live_session` with three `on_moun | Module | Purpose | |--------|---------| | `CoreComponents` | Forms, buttons, icons, tables, flash messages | -| `RecordComponents` | Record cards, cover images, artist images, labels, grids | +| `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 | | `StatsComponents` | Stats dashboard widgets | | `ScrobbleComponents` | Scrobble activity displays |