chore(changelog): note #1432 app header layout fix

This commit is contained in:
lefarcen 2026-05-12 23:17:04 +08:00
parent 3d3119333c
commit 68d64da3a6

View file

@ -80,6 +80,7 @@ A memory-plus-UI release: **auto-memory store** carries agent context across run
### Fixed
#### Web
- Restore the shared app chrome header on the entry view; remove target/include chips from the project header so Share / Present have room; tighten the entry layout so the restored header does not squeeze the sidebar. ([#1432])
- Persist Appearance accent color selection so swatch picks survive Settings close. ([#1439])
- Load Orbit template choices from `design-templates` instead of `skills` (aligns with the skill model refactor). ([#1442])
- Restore custom dropdown chevron for the timezone selector in dark mode. ([#1368])
@ -1405,5 +1406,6 @@ First public release of Open Design — a local-first, open-source alternative t
[#1365]: https://github.com/nexu-io/open-design/pull/1365
[#1368]: https://github.com/nexu-io/open-design/pull/1368
[#1402]: https://github.com/nexu-io/open-design/pull/1402
[#1432]: https://github.com/nexu-io/open-design/pull/1432
[#1439]: https://github.com/nexu-io/open-design/pull/1439
[#1442]: https://github.com/nexu-io/open-design/pull/1442