This commit is contained in:
2026-08-26 13:11:10 +02:00
parent 72a4741cac
commit 134e463a81
6 changed files with 58 additions and 19 deletions
+20
View File
@@ -284,6 +284,26 @@ Add three other popular themes.
### Assistant outcome
Added Dracula, Nord, and Solarized themes to the administrators multi-theme selector and the visitor theme picker, with matching backend registry entries, CSS palettes, test coverage, and documentation.
### User
Show tags in the LinkLog on the bottom left, move the date to the bottom right, and horizontally align the tags with the date.
### Assistant outcome
Grouped tags and dates into a shared bottom metadata row, placing tags on the left and the date on the right with responsive wrapping for narrow screens.
## 2026-08-26
### User
Continue todos.
### Assistant outcome
Reviewed the requirements and source for unfinished TODO markers. No implementation TODOs remain; corrected the READMEs stale default-account instructions to match the current first-run administrator setup flow, then validated the project.
### User
Do not show `no comment provided`; leave the comment empty when no comment has been provided.
### Assistant outcome
Changed feed rendering to leave the comment area empty when a link has no comment, removing the `No comment provided` placeholder. Added a regression assertion and validated the change.
### User
Show the avatar with each entry on the home page. On the specific /<user>/ page don't show the avatar and user name with each entry
+3
View File
@@ -133,6 +133,9 @@
124. In the admin screen allow to select multiple themes for the backend. Create at least one plain day and one night theme, and add in all catpuccin themes for good measure.
125. For the day and latte themes the contrast on the link items is too low.
126. Add 3 other of the most popular themes.
127. Show the tags in the linklog on the bottom left, move the date to the bottom right - horizontally align the tags with the date.
128. Continue todos.
129. Do not show 'no comment provided' but leave empty when no comment has been provided.
## Future entries