Commit graph

100 commits

Author SHA1 Message Date
Roland Tannous
985d2e43ee Final cleanup 2026-03-12 18:28:04 +00:00
Roland Tannous
7e336049d8 Update license headers 2026-03-12 17:23:10 +00:00
imagineer99
d37cea9ffd fix: scope overflow-visible to studio collapsibles 2026-03-11 11:26:43 +00:00
imagineer99
4d0a652977 fix: input focus outline clipping 2026-03-11 11:11:57 +00:00
imagineer99
eed682c038 fix: increase tooltip z-index to appear above dropdowns 2026-03-10 20:57:12 +00:00
Roland Tannous
a0f03d3080 Add AGPL-3.0 SPDX headers to all source files 2026-03-09 20:17:45 +00:00
Wasim Yousef Said
36b297c79b Merge pull request #344 from unslothai/style/ui-feedback
Refine UI spacing, icons, and border radius per feedback
2026-03-09 19:24:12 +01:00
Shine1i
87f982aa3f feat(studio): rework chart settings with a new preferences store and revamped settings UI 2026-03-09 14:47:20 +01:00
Shine1i
9e96f51e09 feat(studio): add support for code block actions including copy and download options in markdown blocks 2026-03-09 13:07:54 +01:00
imagineer99
812f35bae5 style: improve navbar spacing and icon rendering 2026-03-09 11:37:19 +00:00
Roland Tannous
ff828c2d2c Merge pull request #223 from unslothai/feature/support-for-audio-models
Adding support for audio llms
2026-03-09 00:09:59 +04:00
Wasim Yousef Said
49bcf46cb6 Merge pull request #331 from unslothai/fix/slider-fill-alignment
Align slider fill bar with thumb across value range
2026-03-08 16:50:38 +01:00
Roland Tannous
7db2c90cc6 merge nightly into audio branch (mock test) 2026-03-08 10:23:44 +00:00
imagineer99
f249fb3f00 fix: track live slider values for uncontrolled mode and scope fill to horizontal 2026-03-08 10:06:17 +00:00
imagineer99
e0e4619ee2 fix: harden chart container sizing with legacy event rechecks 2026-03-06 07:16:36 +00:00
imagineer99
e231f366ea fix: preserve chart sizing updates without ResizeObserver 2026-03-06 06:06:50 +00:00
imagineer99
6f13185379 fix: align slider fill bar with thumb across value range 2026-03-06 05:21:44 +00:00
imagineer99
4c634c4d2a fix: guard recharts ResponsiveContainer behind measured container dimensions 2026-03-05 21:54:27 +00:00
Manan17
8203637d89 resolved merge conflicts 2026-03-05 07:59:43 +00:00
imagineer99
981b618c1c fix: prevent select scroll-lock margin from shifting layout 2026-03-03 18:37:46 +00:00
Roland Tannous
da00f5ed1d Merge branch 'nightly' into feature/support-for-audio-models 2026-03-02 15:55:25 +04:00
Wasim Yousef Said
e5b69b7063 Merge pull request #294 from unslothai/fix/navbar-center-tabs-shift
Prevent navbar tab shift when navigating across pages
2026-03-01 15:42:19 +01:00
Manan17
8cdeb006b6 code cleanup 2026-03-01 08:04:38 +00:00
imagineer99
95ef5b348a fix: prevent navbar tab shift when navigating across pages 2026-03-01 03:02:49 +00:00
Manan17
9e89f31bc7 revamping up the code and adding inference 2026-03-01 02:30:31 +00:00
imagineer99
03f8411d12 fix: standardize OOM/TIGHT model status indicators across model dropdowns 2026-03-01 00:02:15 +00:00
Shine1i
50385c1eae feat(markdown): fix Mermaid integration with error handling and copy button 2026-02-27 20:02:40 +01:00
Wasim Yousef Said
673f951234 Merge pull request #269 from unslothai/fix/fine-tuned-model-tooltip
Added tooltip for the fine tuned models in chat page
2026-02-27 01:34:49 -08:00
Shine1i
e8f832710c merge nightly 2026-02-27 10:31:37 +01:00
Manan17
b4311cca82 Aggregating sharded models, showing fit/oom for quantizations 2026-02-27 08:23:15 +00:00
Shine1i
6136119dfb fix: recipe studio dialog combobox click-select + simplify model provider form 2026-02-26 10:03:47 +01:00
Roland Tannous
8944d79c61 Merge pull request #270 from unslothai/fix/gguf-export-relocation
Fix GGUF exports saving to wrong directory and missing from chat model selector
2026-02-26 11:48:15 +04:00
Wasim Yousef Said
a09fbfcd73 Merge pull request #264 from unslothai/fix/attachment-tsx-type-error
fix(attachment): replace never exhaustive check to fix Colab TS2322 b…
2026-02-25 17:19:44 -08:00
Leo Borcherding
babc88fbee fix(attachment): replace never exhaustive check to fix Colab TS2322 build error
`attachment.type` resolves to `string & {}` via @assistant-ui/store@0.1.6's
generic type chain when installed through npm (package-lock.json), breaking
the `const _exhaustiveCheck: never = type` exhaustive check pattern.

Replace with a direct throw that compiles cleanly across library versions
while preserving identical runtime behaviour.

Fixes #263

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 17:56:02 -06:00
Roland Tannous
b91b979bf8 Add GGUF tag for exported models in chat page selector 2026-02-25 19:01:47 +04:00
Roland Tannous
efaa0bacfb Merge branch 'nightly' into feat/gguf-llama-cpp-inference 2026-02-25 16:06:03 +04:00
samit
c1f043a3b0 reduced broad padding 2026-02-25 03:44:05 -08:00
samit
4ff7e141fe added space to show model/dataset name 2026-02-25 03:40:44 -08:00
Roland Tannous
b1f918a75e Merge pull request #249 from unslothai/fix/section-card-corner-bleed
Fix: Clip section card overflow to prevent background bleed
2026-02-25 15:27:46 +04:00
Shine1i
84ac1fc3be chore: add tour label next to navbar tour icon 2026-02-25 11:23:43 +01:00
Shine1i
2226efcd62 feat: fix markdown rendering, UI adjustments 2026-02-25 09:46:13 +01:00
samit
1a90b883b6 rebase with nightly 2026-02-25 00:36:25 -08:00
imagineer99
f166b65cd9 fix: clip section card overflow to prevent background bleed at rounded corners 2026-02-25 03:54:40 +00:00
Shine1i
18cdd831cd chore: squircle! tooltip 2026-02-25 00:55:35 +01:00
Shine1i
bbb81a89e0 feat: update icons and enhance dark mode styling for navbar and recipes
- Replaced `CookBookIcon` with `ChefHatIcon` in navbar for improved clarity.
- Added dark mode-specific gradient styles to recipe cards for better visual differentiation.
2026-02-25 00:39:49 +01:00
Shine1i
79ddc863f0 feat: improve dark mode styling and simplify navbar 2026-02-25 00:31:20 +01:00
Shine1i
e70bb621ec Merge branch 'feature/canvas-lab' of https://github.com/unslothai/new-ui-prototype into feature/canvas-lab
# Conflicts:
#	studio/frontend/bun.lock
2026-02-25 00:19:19 +01:00
Shine1i
5a87ee40aa feat: add animated theme toggler and refine dark mode styling 2026-02-25 00:18:20 +01:00
Roland Tannous
3ee4f1359a Use llama-server -hf mode, add GGUF variant selector, fix vision detection
Replace Python-side GGUF download with llama-server's native -hf flag for
HuggingFace repos. Add frontend variant picker so users can choose
quantization (Q4_K_M, Q8_0, BF16, etc.) with file sizes. Fix vision
detection via mmproj files instead of hardcoding is_vision=False.
2026-02-24 19:03:06 +04:00
Roland Tannous
a09823c2eb Merge branch 'nightly' into feature/canvas-lab 2026-02-24 10:08:13 +00:00