feature: solid js integration#25
Merged
Merged
Conversation
- Add dependency packages - Configure tsconfig.json with jsxImportSource - Create bunfig.toml with Solid preload - Add Solid bun-plugin to build script - Update AGENTS.md tech stack
- Add all website colors to palette (includes brand colors) - Add new semantic keys: surface, surfaceRaised, surfaceOverlay, textMuted, textInverse, accent, accentSoft, info - Fix selectionText contrast (black on teal50 instead of teal75) - Rename bgRaised to surface for clarity
- Add ThemeProvider component that sets renderer background color - Export Tokens type from tokens.ts for type-safe consumption - UseTheme hook with error boundary for misplaced usage
- Add keymap.tsx wrapping KeymapProvider and useBindings from @opentui/keymap - Upgrade @opentui/core to ^0.4.1 to resolve nested dependency type mismatch - Export createKeymap helper that creates a default OpenTUI keymap
- Add DialogProvider component wrapping children with Portal overlay - useDialog hook exposing show/replace/clear for dialog management - Escape key closes current dialog via useBindings - Responsive overlay with RGBA dimming and centered panel
- Solid component replacing imperative modal for update notifications - Uses useBindings for keyboard handling (enter/escape to close) - Brand-styled: pink title, teal version highlight, OK button - Shows install command on a dim background - Mouse click support on the close indicator and OK button
…alette - Rewrite app root as Solid component tree with ThemeProvider, DialogProvider, KeymapProvider - Convert dashboard to Solid JSX (ascii_font, box, text, select) - Add StatusBar component showing active key bindings at bottom - Add CommandPalette component for ctrl+p overlay navigation - Add UpdateDialog replacing old imperative modal - Remove old functional dashboard.ts, modal.ts, and rendering tests - app.ts now delegates to app.tsx launchSolidApp
🦋 Changeset detectedLatest commit: 8bcbe76 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Integrates OpenTUI SolidJS bindings and:
Type of Change
Local Verification
bun run lintbun run fmt:checkbun run checkbun testbun run buildif this affects CLI, install, release, update, or native TUI packaging behaviorRelease Impact
.changeset/Notes
package.jsonversions manually in feature/fix PRs..github/workflows/release.ymlhandles tagging, binaries, and release assets.