chore(dev): add collapsible header to dev app#2650
Conversation
Adds a toggle to hide the dev app header, giving full vertical space to the editor. Click the slim bar above the toolbar to bring it back.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 662c71a2b5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| background: #0f172a; | ||
| color: #94a3b8; | ||
| border: none; | ||
| border-bottom: 1px solid rgba(255, 255, 255, 0.08); |
There was a problem hiding this comment.
Replace new header controls' hex colors with --sd tokens
/workspace/superdoc/AGENTS.md (Brand & Design System) says UI components must use --sd-* custom properties and “never hardcode hex values,” but this change introduces literal colors for the new collapse/expand header controls. Those fixed values won’t follow theme token overrides, so custom themes and preset themes can render the new controls inconsistently with the rest of SuperDoc; these styles should reference existing --sd-* tokens (or new tokens added in variables.css) instead of hex/rgba literals.
Useful? React with 👍 / 👎.
|
🎉 This PR is included in esign v2.2.0-next.5 The release is available on GitHub release |
|
🎉 This PR is included in vscode-ext v1.1.0-next.48 |
|
🎉 This PR is included in template-builder v1.3.0-next.4 The release is available on GitHub release |
|
🎉 This PR is included in superdoc v1.24.0-next.45 The release is available on GitHub release |
|
🎉 This PR is included in superdoc-cli v0.5.0-next.45 The release is available on GitHub release |
|
🎉 This PR is included in superdoc-sdk v1.3.0-next.45 |
|
🎉 This PR is included in superdoc v1.24.1 The release is available on GitHub release |
|
🎉 This PR is included in superdoc-cli v0.5.0 The release is available on GitHub release |
|
🎉 This PR is included in superdoc-sdk v1.3.0 |
|
🎉 This PR is included in vscode-ext v2.2.0 |
Adds a toggle to hide the dev app header, giving full vertical space to the editor and toolbar. Useful when testing paste behavior, visual rendering, or any scenario where you want maximum document area.