cfa4ef0c47f0166bdd787ab8184674878c8f80df
Replace reactive / usage in the navigation store with imperative functions so behavior is identical under both the client JSX runtime and the server build used by unit tests (where / are no-ops). - Centralize tab-switch side effects (root-frame seed, pane/mode/ command/visual reset) in , invoked by a single helper used by gotoTab/nextTab/prevTab. - Convert depthStack/currentDepth/topFrame/selectedIds from to plain functions that recompute on every read while still tracking underlying signals in reactive contexts.
solid
To install dependencies:
bun install
To run:
bun dev
This project was created using bun create tui. create-tui is the easiest way to get started with OpenTUI.
Languages
TypeScript
91.9%
C
4.7%
Shell
2.5%
CSS
0.5%
Makefile
0.4%