Two follow-ups to the video-tab review fixes: - the cached-hub arch fallback only probed the active HF cache, but the cached-gguf picker scans the active, legacy, and default cache roots; a GGUF cached in a non-active root was offered yet 400d on load. Probe all three roots. - on a mount/refresh with a model already resident, status.loaded made the Reapply button render but lastLoad (set only by our own loads) was null, so clicking it silently did nothing. Track a session reapply descriptor and hide the button when it is absent rather than offer a dead control. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||