From 906ba6d2e5f41dc9ad16ea65a6868fb598a1ce19 Mon Sep 17 00:00:00 2001 From: mitteneer Date: Sat, 31 May 2025 14:47:52 -0400 Subject: [PATCH] Update header partial and remoev table partial Long overdue --- src/app/views/partials/_header.zmpl | 4 ++++ src/app/views/partials/_table.zmpl | 22 ---------------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 src/app/views/partials/_table.zmpl diff --git a/src/app/views/partials/_header.zmpl b/src/app/views/partials/_header.zmpl index bf80e53..3f9089d 100644 --- a/src/app/views/partials/_header.zmpl +++ b/src/app/views/partials/_header.zmpl @@ -1,7 +1,11 @@ Zuletzt +Artists +Albums +Songs Scrobbles Concerts Collection Ratings Lists +Groups
\ No newline at end of file diff --git a/src/app/views/partials/_table.zmpl b/src/app/views/partials/_table.zmpl deleted file mode 100644 index 83c1cd4..0000000 --- a/src/app/views/partials/_table.zmpl +++ /dev/null @@ -1,22 +0,0 @@ -@args table_data: *ZmplValue, table_headers: *ZmplValue - - - -@for (table_headers) |text| { - -} - - - @for (table_data) |value| { - - - - - - - } -
{{text}}
{{value.track}} - @for (value.get("artists").?) |artist| { - {{artist}} - } - {{value.album}}{{value.date}}
\ No newline at end of file