From 1301d19c08938d7e62b0cb1ea8f91c31a4bda98f Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Tue, 16 Jun 2026 09:18:21 +1000 Subject: [PATCH] Switched to material icons --- polyphonic/interface/templates/base.html | 5 ++- .../templates/bulma/file_upload.html | 4 +- .../templates/interface/ensemble_detail.html | 9 +++-- .../templates/interface/ensemble_list.html | 9 +++-- .../templates/interface/project_detail.html | 6 +-- .../templates/interface/resource_list.html | 11 +++--- .../interface/templates/interface/wiki.html | 7 ++-- .../interface/templatetags/polyphonic.py | 18 +++++++++ polyphonic/library/music_tags.py | 4 ++ .../templates/library/collection_list.html | 6 ++- .../templates/library/document_annotate.html | 32 ++++++++++----- .../templates/library/document_entry.html | 18 ++++++--- .../library/templates/library/gdrive.html | 32 ++++++++------- .../library/templates/library/item_list.html | 13 +++++-- .../templates/library/item_list_manage.html | 19 ++++++--- .../templates/library/work_detail.html | 39 ++++++++++--------- .../library/templates/library/work_list.html | 9 ++++- .../templates/library/work_partset.html | 8 ++-- 18 files changed, 165 insertions(+), 84 deletions(-) diff --git a/polyphonic/interface/templates/base.html b/polyphonic/interface/templates/base.html index 1775c30..3bc4692 100644 --- a/polyphonic/interface/templates/base.html +++ b/polyphonic/interface/templates/base.html @@ -11,7 +11,8 @@ - + + {% block title %}Polyphonic{% endblock %} {% block media %}{% endblock %} @@ -23,7 +24,7 @@