]> littlesong.place Git - littlesongplace.git/commitdiff
Use default colors for activity page
authorChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 15:07:42 +0000 (10:07 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sun, 23 Feb 2025 15:07:42 +0000 (10:07 -0500)
main.py
templates/news.html

diff --git a/main.py b/main.py
index 64771f4d4cc9a3024d167470ebf2cb003b68d41e..b07eb0e76b5c33e63778617a01427d3e93f54115 100644 (file)
--- 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():
index 0de945eae0f2d54c316a279806834933e4f017ce..44654cff8b347c9d855f57a1d1831c4fc6279b6d 100644 (file)
@@ -16,6 +16,9 @@ click the play button on a new song.
     <li>Profile links on the home page now use profile pictures and colors</li>
     <li>General visual cleanup for song lists and player</li>
     <li>You can now click the song title in the player to go to the song page</li>
+    <li>Many text buttons have been replaced with icons</li>
+    <li>Profile colors are now used on more profile-adjacent pages</li>
+    <li>Revamped song view page</li>
 </ul>
 
 <h2>2025-02-16 - Playlists</h2>