Michael Freno cfa4ef0c47 refactor(nav): route tab switches through single switchTab path
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.
2026-07-31 16:59:20 -04:00
2026-07-30 21:30:37 -04:00
2026-07-31 09:27:57 -04:00
2026-02-04 00:06:16 -05:00
2026-07-30 21:25:03 -04:00
2026-02-07 12:01:36 -05:00
2026-07-30 21:25:03 -04:00
2026-02-04 00:06:16 -05:00
2026-03-11 16:27:26 -04:00
2026-02-04 00:06:16 -05:00
2026-07-30 21:25:03 -04:00

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.

Description
No description provided
Readme MIT 2.5 MiB
Languages
TypeScript 91.9%
C 4.7%
Shell 2.5%
CSS 0.5%
Makefile 0.4%