feat(ui): theme-aware sidebar logo with dark/light variants (#74)

Replace single sencho-logo.png with dark and light variants that
auto-switch based on the active theme (dark/light/auto system pref).
This commit is contained in:
Anso
2026-03-23 12:11:23 -04:00
committed by GitHub
parent a4e8dceacb
commit b25574a427
5 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- feat(ui): theme-aware sidebar logo — dark and light variants auto-switch based on active theme (dark/light/auto)
### Changed
- docs: migrate Mintlify config from deprecated `mint.json` to `docs.json` v2 format; update navigation to use `{ "groups": [...] }` object structure; add logo, favicon, and theme fields