eyecandy and delete
This commit is contained in:
@@ -640,3 +640,15 @@ Only print the `from` line if there is no title. Put the title directly behind t
|
||||
|
||||
### Assistant outcome
|
||||
Updated Mastodon formatting to place the title directly after `From my #LinkLog:`, omit the `from:` line when no title is available, and place tags on a separate final line. Added no-title regression coverage. The focused tests passed and the complete Dockerized backend suite passed with 23 tests.
|
||||
|
||||
### User
|
||||
Do not show edit buttons on the home page. On `/<user>/`, show the edit button on the right and add a delete button.
|
||||
|
||||
### Assistant outcome
|
||||
Added an owner-scoped `DELETE /api/links/{link_id}` endpoint. Feed edit/delete controls now render only on user-specific pages, never on the home feed, and are right-aligned in an entry action group. Added owner-only deletion regression coverage and updated the feed cache key. The complete Dockerized backend suite passed with 23 tests, and the running container is healthy.
|
||||
|
||||
### User
|
||||
Put the buttons on the right-hand side of the link item, make them smaller, and keep the same color scheme.
|
||||
|
||||
### Assistant outcome
|
||||
Changed the entry action group to float at the right edge of user-specific link items, allowing content to wrap around it. Reduced Edit and Delete button padding, radius, and font size while preserving Catppuccin surface and danger colors.
|
||||
|
||||
Reference in New Issue
Block a user