Michael Freno 5b667367a5 feat(layout): add YaziPaneRow 3-pane layout primitive
Add the shared parent | current | preview row primitive that implements
yazi's mgr.ratio = [1, 3, 3] contract via Yoga flexGrow, so every list
tab renders an identical, layout-stable shell regardless of terminal
size.

- New YaziPaneRow component: three bordered columns grow at 1/7 : 3/7
  : 3/7 with flexBasis=0 (content can never stretch its slot). The
  current column carries the accent focus ring when `focused` is
  truthy; parent and preview stay muted. The blank parent keeps its
  1/7 slot with a muted placeholder rather than collapsing.
- PANE_RATIO.current 4 -> 3 to match yazi's [1, 3, 3].
- Add render-based tests covering the 1:3:3 ratios (incl. null
  parent/preview) and the focused/unfocused accent ring behavior.
- Configure the bun test preload for the solid JSX transform.
2026-07-31 16:58:33 -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-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%