eyecandy improvements
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 13:46:33 +02:00
parent 134e463a81
commit 4854eb8df6
5 changed files with 26 additions and 9 deletions
+12
View File
@@ -304,6 +304,18 @@ Do not show `no comment provided`; leave the comment empty when no comment has b
### 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
Decrease the space between LinkLog items.
### Assistant outcome
Reduced the feed grid gap from 14px to 8px so link-log items sit closer together while preserving the existing item padding and responsive layout.
### User
Perform the next items on the todo list.
### Assistant outcome
No TODO markers remained, so addressed the next concrete requirements gap found during validation: user profile summaries now render on `/<user>/` pages even when that user has no links, by loading profile data independently from the feed.
### 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
+2
View File
@@ -136,6 +136,8 @@
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.
130. Decrease the space between link-log items.
131. Perform the next items on the todo list.
## Future entries