From: Chris Fulljames Date: Sun, 23 Feb 2025 15:07:42 +0000 (-0500) Subject: Use default colors for activity page X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=506806b92bb9cf04e460af42da32b73dc8fcb150;p=littlesongplace.git Use default colors for activity page --- diff --git a/main.py b/main.py index 64771f4..b07eb0e 100644 --- a/main.py +++ b/main.py @@ -698,7 +698,7 @@ def activity(): query_db("update users set activitytime = ? where userid = ?", [timestamp, session["userid"]]) get_db().commit() - return render_template("activity.html", comments=comments, **get_user_colors(session["userid"])) + return render_template("activity.html", comments=comments) @app.get("/new-activity") def new_activity(): diff --git a/templates/news.html b/templates/news.html index 0de945e..44654cf 100644 --- a/templates/news.html +++ b/templates/news.html @@ -16,6 +16,9 @@ click the play button on a new song.
  • Profile links on the home page now use profile pictures and colors
  • General visual cleanup for song lists and player
  • You can now click the song title in the player to go to the song page
  • +
  • Many text buttons have been replaced with icons
  • +
  • Profile colors are now used on more profile-adjacent pages
  • +
  • Revamped song view page
  • 2025-02-16 - Playlists