mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
Bug 1: the composer picker search input lived inside the scrolling dropdown body as a sticky element, so container padding and Radix's open-focus scroll left it slightly below the top. Moved it out of the scroll area into a fixed header with the model list in an inner scroller, so it's flush at the top and always visible. Bug 2: Connect gated on resolvedModel, which is empty while the debounced key-change fetch is still in flight right after pasting a key, so the first click was a no-op. Connect now gates on credentials only, and the save handler resolves the model on demand (one fetch, same silent precedence) when it hasn't loaded yet. Save payload, models:test gate, and per-function fields unchanged. |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||