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