Added a theme selector
This commit is contained in:
@@ -266,6 +266,24 @@ Report any errors that may occur from the SMTP module to the user.
|
||||
### Assistant outcome
|
||||
Updated admin SMTP, user-creation, and validation error handling to display backend SMTP error details and network failures in the UI. Added regression coverage confirming SMTP delivery errors are returned as actionable `503` details.
|
||||
|
||||
### User
|
||||
In the admin screen allow selecting multiple themes for the backend. Create at least one plain day and one night theme, and add all Catppuccin themes.
|
||||
|
||||
### Assistant outcome
|
||||
Added persisted multi-theme administration with Plain Day, Plain Night, Catppuccin Latte, Frappe, Macchiato, and Mocha themes. Administrators can enable any non-empty combination, while visitors can select from the enabled themes using a local preference.
|
||||
|
||||
### User
|
||||
For the day and Latte themes, the contrast on the link items is too low.
|
||||
|
||||
### Assistant outcome
|
||||
Repaired the light-theme contrast by using theme surfaces for link items and toolbars instead of a fixed dark overlay, and strengthened day/Latte text and accent colors for readable titles, metadata, and secondary content.
|
||||
|
||||
### User
|
||||
Add three other popular themes.
|
||||
|
||||
### Assistant outcome
|
||||
Added Dracula, Nord, and Solarized themes to the administrator’s multi-theme selector and the visitor theme picker, with matching backend registry entries, CSS palettes, test coverage, and documentation.
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user