mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-08-26 17:31:34 +00:00
The MeshCore routing cell's channel-vs-room toggle derived its mode solely from whether the value started with `room:`, and the Room button merely cleared the value -- so room mode was never entered, the room <select> (gated on that) never rendered, and a room could never be selected (chicken-and-egg: the select was the only writer of the `room:` value). Add explicit per-cell mode state that the toggle sets directly (falling back to value-derived on first render, so existing room: cells load in room mode); Home now enters room mode and renders the dropdown even with an empty value, Hash renders the channel input. Co-authored-by: Matt Johnson <mj@k7zvx.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| node_modules | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||