From f33df482fb2a9339fee0d40b5d2dcdf582be0e18 Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 24 Oct 2023 20:22:57 +0200 Subject: [PATCH] Highly questionable adjustments to footer design --- dev/releases/3.2.yml | 1 + maloja/thirdparty/spotify.py | 2 +- maloja/web/jinja/abstracts/base.jinja | 25 +++--- maloja/web/static/css/maloja.css | 110 +++++++++++++------------- 4 files changed, 65 insertions(+), 73 deletions(-) diff --git a/dev/releases/3.2.yml b/dev/releases/3.2.yml index f416adc..e356eb7 100644 --- a/dev/releases/3.2.yml +++ b/dev/releases/3.2.yml @@ -9,6 +9,7 @@ minor_release_name: "Nicole" - "[Feature] Added inline UI for association and merging in chart lists" - "[Feature] Added UI selector for including associated artists" - "[Performance] Improved image rendering" + - "[Performance] Optimized several database calls" - "[Bugfix] Fixed configuration of time format" - "[Bugfix] Fixed search on manual scrobble page" - "[Bugfix] Disabled DB maintenance while not running main server" diff --git a/maloja/thirdparty/spotify.py b/maloja/thirdparty/spotify.py index 8fedb77..3a8e55f 100644 --- a/maloja/thirdparty/spotify.py +++ b/maloja/thirdparty/spotify.py @@ -46,7 +46,7 @@ class Spotify(MetadataInterface): else: expire = responsedata.get("expires_in",3600) self.settings["token"] = responsedata["access_token"] - log("Successfully authenticated with Spotify") + #log("Successfully authenticated with Spotify") Timer(expire,self.authorize).start() except Exception as e: log("Error while authenticating with Spotify: " + repr(e)) diff --git a/maloja/web/jinja/abstracts/base.jinja b/maloja/web/jinja/abstracts/base.jinja index dd6cc5c..be9c746 100644 --- a/maloja/web/jinja/abstracts/base.jinja +++ b/maloja/web/jinja/abstracts/base.jinja @@ -67,22 +67,17 @@ +