From: Chris Fulljames Date: Sun, 23 Feb 2025 14:37:36 +0000 (-0500) Subject: Use icons for comment edit/delete X-Git-Url: https://littlesong.place/gitweb/?a=commitdiff_plain;h=a850cea0c2d0dfb55bb9f4f917a9f405f7a6f7bc;p=littlesongplace.git Use icons for comment edit/delete --- diff --git a/templates/song-macros.html b/templates/song-macros.html index 3e954b4..65bd0e6 100644 --- a/templates/song-macros.html +++ b/templates/song-macros.html @@ -83,15 +83,15 @@ {% if session['userid'] == comment['userid'] %} - - Edit + + {% endif %} {% if session['userid'] == comment['userid'] or session['userid'] == song.userid %} - - Delete + + {% endif %} @@ -111,15 +111,15 @@ {% if session['userid'] == reply['userid'] %} - - Edit + + {% endif %} {% if session['userid'] == reply['userid'] or session['userid'] == song.userid %} - - Delete + + {% endif %} diff --git a/todo.txt b/todo.txt index 07e39ae..f3755a0 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ NOW SOON - Use profile colors for song edit, songs by tag (w/ username) -- Use edit/delete icons in comments - Break up main.py, test_offline.py - Pinned profile playlists - Image support in comments, descriptions, bios, etc.