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():
<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>