Manan17
|
45618fb43c
|
Adding hint for password length
|
2026-02-15 06:12:55 +00:00 |
|
Manan17
|
52cbf9b699
|
feat: UI for cancel or save and stop training
|
2026-02-15 00:22:28 +00:00 |
|
Shine1i
|
7611c7122c
|
feat: add image handling support with Vision adapter and base64 serialization in chat runtime
|
2026-02-14 10:59:10 +01:00 |
|
Wasim Yousef Said
|
bdcaf5518c
|
Merge pull request #66 from unslothai/ui-fixes
UI fixes
|
2026-02-13 11:29:32 -08:00 |
|
Manan17
|
2210545493
|
fixing padding for titles
|
2026-02-13 19:22:39 +00:00 |
|
imagineer99
|
59acc087b6
|
style: polish chat page spacing, small typography, and panel alignment
|
2026-02-13 19:18:20 +00:00 |
|
Manan17
|
c0fbe7d4a5
|
Change of font space for title
|
2026-02-13 19:03:51 +00:00 |
|
Roland Tannous
|
a62a30bd9b
|
Merge pull request #65 from unslothai/refactor/change-highlighted-text-color
Refactor/change highlighted text color
|
2026-02-13 21:36:08 +04:00 |
|
Manan17
|
acc00bd0a4
|
Changing the highlighted text color to be black while keeping the checkmark emerald
|
2026-02-13 17:24:57 +00:00 |
|
Shine1i
|
ce7c9917ab
|
feat: refactor suggestion handling and centralize defaults for thread UI
|
2026-02-13 17:42:45 +01:00 |
|
Shine1i
|
5fe4258401
|
feat: add warm-up indicator, new thread feature, and runtime improvements in chat UI
|
2026-02-13 17:28:01 +01:00 |
|
Shine1i
|
c9c4463d5d
|
feat: integrate LoRA model management with UI and runtime synchronization
|
2026-02-13 17:14:49 +01:00 |
|
Shine1i
|
23d2cfd09d
|
feat: refactor chat runtime with modular APIs, state management, and runtime synchronization
|
2026-02-13 16:45:00 +01:00 |
|
Shine1i
|
b0062535a7
|
feat: add image previews in dataset dialog, enable popularity sorting in model search, refine training config serialization
|
2026-02-13 13:17:20 +01:00 |
|
Shine1i
|
a4a997eee6
|
feat: add training feature with state management, API integration, and runtime synchronization
|
2026-02-13 12:26:28 +01:00 |
|
Shine1i
|
4e0596c395
|
wip p1
|
2026-02-13 11:42:19 +01:00 |
|
imagineer99
|
bc9645cbbf
|
feat: add dataset preview dialog using /check-format endpoint
|
2026-02-13 05:04:11 +00:00 |
|
Roland Tannous
|
4c791bd5aa
|
feat(datasets): check-format to return preview samples
|
2026-02-12 11:25:47 +00:00 |
|
shine1i
|
77f8316546
|
feat: auth guard on routes
|
2026-02-11 14:01:30 +01:00 |
|
shine1i
|
cdf7ead71b
|
feat: new auth and refresh token on unauthorized
|
2026-02-11 13:40:33 +01:00 |
|
shine1i
|
9b4293c677
|
auth ui flow
|
2026-02-07 16:14:02 +01:00 |
|
shine1i
|
a48bb53e14
|
cleanup
|
2026-02-04 13:28:39 +01:00 |
|
Roland Tannous
|
54846cf59c
|
moved CLAUDE.md into frontend directory
|
2026-02-02 18:25:11 +00:00 |
|
shine1i
|
13ce83baf6
|
refactor: update quantization options in export constants, remove unused entries, and add F32 option
|
2026-02-02 16:49:07 +01:00 |
|
shine1i
|
4dc19b63f5
|
feat: add DOCX attachment support using mammoth, extend attachment handling to process and extract text from DOCX files
|
2026-02-02 16:33:10 +01:00 |
|
shine1i
|
3a15b915fc
|
feat: add PDF attachment support using unpdf, extend attachment handling and runtime to process and extract text from PDFs
|
2026-02-02 16:11:39 +01:00 |
|
shine1i
|
db92ab230b
|
refactor: enhance chat and UI elements with animations, tooltips, and improved styling; streamline sidebar, navbar, and chat-page interactions in top bar
|
2026-02-02 15:25:15 +01:00 |
|
shine1i
|
303865438f
|
refactor: replace depreceated useAssistantRuntime with useAui, update runtime API calls across chat features for consistency
|
2026-02-02 15:03:01 +01:00 |
|
shine1i
|
a87f14eccd
|
refactor: remove unused components, mock data, and redundant logic across chat features; streamline settings and runtime handling for better maintainability
|
2026-02-02 14:52:58 +01:00 |
|
shine1i
|
0d30950b75
|
refactor: remove unused model and dataset configurations, simplify export-page logic by eliminating modelInfo dependency and redundant params display
|
2026-02-02 14:22:35 +01:00 |
|
shine1i
|
6abe1d6e35
|
refactor: streamline combobox logic, improve search handling, and remove unused elements across model and dataset sections
|
2026-02-02 14:06:34 +01:00 |
|
shine1i
|
99bea160b3
|
refactor: simplify model and dataset combobox logic, remove curated items, and streamline search handling across components
|
2026-02-02 13:16:08 +01:00 |
|
shine1i
|
af3e8c20ee
|
refactor: format and clean up imports, hooks, and UI components for consistent structure and readability across models and datasets sections
|
2026-02-02 12:51:04 +01:00 |
|
shine1i
|
e705230499
|
feat: add Hugging Face search integration for datasets and models, extend infinite scroll support, and improve UI components with animations and tooltips
|
2026-02-02 12:45:41 +01:00 |
|
shine1i
|
e9857dab0f
|
feat: replace config summary with model export feature, including export methods, quantization options, and new UI components
|
2026-02-02 11:08:31 +01:00 |
|
Roland Tannous
|
8b80c71fe1
|
add studio root folder
|
2026-02-02 09:14:35 +00:00 |
|