feat: add shared Toolbox header and themes

This commit is contained in:
2026-07-23 00:29:21 +02:00
parent 8f8a59e76c
commit d5574a0a44
16 changed files with 451 additions and 176 deletions

View File

@@ -1,5 +1,19 @@
# Changelog
## 0.4.0
### Added
- Added the unified Toolbox top bar with a centered app title, standard Help and Gitea source controls, Personalize, and Apps switching.
- Added persistent System, Light, and Dark appearance choices shared with the Toolbox Portal.
- Added a real dark CodeMirror configuration with dark editor surfaces, gutters, active lines, and syntax highlighting.
### Changed
- Upgraded Toolbox Contract, React Shell, and Testkit dependencies to 0.2.0.
- Replaced the app-specific Help and Source actions with the shared shell controls and manifest repository fallback.
- Converted workbench controls, cards, diagnostics, dialogs, tables, and editor chrome to semantic theme variables.
## 0.3.2
### Added