Files
Dax Raad 7f2dada012 refactor: clean up dialog-model.tsx per code review
- Extract duplicated favorite/recent option builder into toOptions helper
- Simplify showExtra memo to single boolean expression
- Simplify title memo with optional chaining
- Remove dead ref signal and unused DialogSelectRef import
- Inline intermediate variables (q, value aliases)
- Use implicit returns in map callbacks
2026-02-10 09:44:02 -05:00
..
2026-01-24 12:27:13 -05:00
2026-01-03 20:56:47 -06:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.