unsloth/studio/frontend
Shine1i 1eb07f6ad2 refactor: streamline chat runtime logic and remove warming indicator
- Replaced `setThreadWarming` logic with streamlined token settlement functions (`settleFirstTokenOk` and `settleFirstTokenErr`) for improved readability and reliability.
- Simplified model loading/unloading functions with reusable `performLoad` and `performUnload` patterns.
- Removed `warmingByThreadId` from runtime store and associated code for reduced complexity.
- Enhanced title generation flow by consolidating logic for persisting and streaming titles.
2026-02-15 18:59:03 +01:00
..
public cleanup 2026-02-04 13:28:39 +01:00
src refactor: streamline chat runtime logic and remove warming indicator 2026-02-15 18:59:03 +01:00
.gitignore auth ui flow 2026-02-07 16:14:02 +01:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
biome.json add studio root folder 2026-02-02 09:14:35 +00:00
bun.lock feat: add dataset preview dialog using /check-format endpoint 2026-02-13 05:04:11 +00:00
CLAUDE.md cleanup 2026-02-04 13:28:39 +01:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
eslint.config.js add studio root folder 2026-02-02 09:14:35 +00:00
index.html cleanup 2026-02-04 13:28:39 +01:00
package.json feat: add training feature with state management, API integration, and runtime synchronization 2026-02-13 12:26:28 +01:00
README.md cleanup 2026-02-04 13:28:39 +01:00
tsconfig.app.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.node.json cleanup 2026-02-04 13:28:39 +01:00
vite.config.ts feat: add training feature with state management, API integration, and runtime synchronization 2026-02-13 12:26:28 +01:00

React + TypeScript + Vite + shadcn/ui

This is a template for a new Vite project with React, TypeScript, and shadcn/ui.