From 3948f4a63c49a74f950c2f45806595fba093d20a Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 14 Mar 2022 21:14:10 +0100 Subject: [PATCH] Still converting --- approot/artists.xml | 18 ++--- approot/{templates.xml => main.xml} | 36 ++++------ approot/misc.xml | 17 +++++ approot/release.xml | 38 +++++----- approot/releases.xml | 10 +-- approot/tracks.xml | 15 +--- src/lms/ui/LmsApplication.cpp | 87 ++++++++++------------- src/lms/ui/LmsApplication.hpp | 1 - src/lms/ui/LmsTheme.cpp | 1 + src/lms/ui/explore/ReleaseListHelpers.cpp | 2 +- src/lms/ui/explore/TracksView.cpp | 2 +- 11 files changed, 104 insertions(+), 123 deletions(-) rename approot/{templates.xml => main.xml} (76%) create mode 100644 approot/misc.xml diff --git a/approot/artists.xml b/approot/artists.xml index 2491f333..bd440769 100644 --- a/approot/artists.xml +++ b/approot/artists.xml @@ -3,27 +3,21 @@ -
- ${mode class="nav nav-pills Lms-explore-mode-container"} -
-
- ${link-type} -
+ ${mode class="nav nav-pills mb-1"} +
+
+ ${link-type}
${artists} -
-

${name class="Lms-btn Lms-artistname text-primary"}

-
+ ${name}
-
- ${name class="Lms-btn Lms-artistname text-primary"} -
+ ${name}
diff --git a/approot/templates.xml b/approot/main.xml similarity index 76% rename from approot/templates.xml rename to approot/main.xml index 00a81625..5b484936 100644 --- a/approot/templates.xml +++ b/approot/main.xml @@ -1,8 +1,16 @@ - -