Michael Freno 3f61303756 refactor(yazi): render depth-stack list tabs through YaziPaneRow primitive
Convert Discover, Feed, MyShows, and Settings pages from bespoke 3-column
flexbox JSX to render entirely via the shared <YaziPaneRow> parent|current|
preview primitive. Each page now supplies parent/current/preview content
accessors plus labels; the pane row handles layout, borders, focus styling,
and the muted placeholder for the blank parent slot at depth 0.

Replace Solid's children() helper in YaziPaneRow with a local normalizeContent
that hands the raw accessor to a reactive
expression. children() flattens to a stable resolved-nodes array and does not
re-resolve on truthy<->truthy root swaps (e.g. depth switching a pane's root
between a list fragment and an editor), which would freeze the previous
subtree. The insert effect from the reactive expression disposes and
remounts on element-identity change instead.

Add tests/yazi-pages-depth.test.ts covering the nav-store depth-stack
contract the pages depend on (push/pop stack growth, parent-slot data model
across root→child→grandchild→pop transitions).
2026-07-31 17:54:22 -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%