feat(web): favicon, narrow settings, scrollable token list #121

Merged
forbes merged 1 commits from feat-ui-tweaks into main 2026-02-15 18:47:04 +00:00
Owner

Issues #115, #116, #118

Three small UI tweaks:

#115: Kindred logo as favicon

  • Added kindred-logo.svg to web/public/favicon.svg
  • Referenced in index.html as SVG favicon

#116: Narrow settings page

  • Settings page content constrained to 66% max-width, centered
  • Reduces visual sprawl on wide monitors

#118: Scrollable token list

  • API token table container capped at 28rem max-height with overflow-y: auto
  • Prevents long token lists from pushing module settings off screen

Closes #115, closes #116, closes #118

## Issues #115, #116, #118 Three small UI tweaks: ### #115: Kindred logo as favicon - Added `kindred-logo.svg` to `web/public/favicon.svg` - Referenced in `index.html` as SVG favicon ### #116: Narrow settings page - Settings page content constrained to 66% max-width, centered - Reduces visual sprawl on wide monitors ### #118: Scrollable token list - API token table container capped at `28rem` max-height with `overflow-y: auto` - Prevents long token lists from pushing module settings off screen Closes #115, closes #116, closes #118
forbes added 1 commit 2026-02-15 18:38:33 +00:00
- Add kindred-logo.svg as site favicon (#115)
- Narrow settings page to 66% max-width, centered (#116)
- Add max-height and scroll to API token table (#118)

Closes #115, closes #116, closes #118
forbes merged commit 7a172ce34c into main 2026-02-15 18:47:04 +00:00
forbes deleted branch feat-ui-tweaks 2026-02-15 18:47:05 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#121