Extract shared cart sidebar component

This commit is contained in:
Claudio Ortolina
2026-04-20 15:57:44 +01:00
parent 9851a5c6bf
commit 8d004d39cc
6 changed files with 266 additions and 258 deletions
+1
View File
@@ -297,6 +297,7 @@ All authenticated routes live inside a single `live_session` with three `on_moun
| `StatsComponents` | Stats dashboard widgets (`section/1` layout, counters, album preview, records on this day) |
| `ScrobbleComponents` | Scrobble activity displays: status badges, import dropdowns, metadata tooltips, and record-matching UI |
| `SearchComponents` | Search result rendering |
| `CartComponents` | `cart_sidebar/1` — shared cart aside used by `AddRecord` and `BarcodeScanner` |
| `Pagination` | Pagination UI and logic |
### Web Utility Modules (lib/music_library_web/)