Files
vercel-labs--zero-native/tests
Chris Tate cb6a417965 feat(tray): add typed rich rows (#383)
* feat(tray): add typed rich rows

- Add typed metric, segmented-choice, and bounded chart rows across Zig and TypeScript.
- Render native macOS controls with command routing and accessible platform fallbacks.
- Support independently styled persistent menu-bar titles with configurable size, weight, and number style.

* fix(tray): keep rich rows model-owned

* fix(tray): harden rich row contracts
2026-08-17 23:26:25 -05:00
..
2026-05-08 17:54:42 -05:00

Integration Tests

Most tests currently live next to their Zig modules and run with zig build test.

Use this directory for cross-package integration fixtures that do not naturally belong to a single module.