unsloth/studio/frontend/src/features
Roland Tannous f4b34f71c5 Studio: render embedded images in DOCX preview
docx-preview defaults to blob: URLs for embedded images, which DOMPurify
strips from img src (blob: isn't in its default allowed-URI list), so
figures vanished after sanitize. Switch docx-preview to useBase64URL so
images inline as data: URIs, and add ADD_DATA_URI_TAGS: ['img'] to the
DOMPurify config so those data: URIs survive sanitization. Script /
handler / javascript: stripping is unchanged.
2026-05-28 14:59:52 +04:00
..
auth ci: unblock Studio Windows + Linux + Mac smoke (#5741) 2026-05-23 06:59:16 -07:00
chat Revert "Studio: restore draft thread (and its RAG docs) across page reloads" 2026-05-28 11:32:22 +04:00
data-recipes Fix Studio desktop tray installer and titlebar and bux fixes (#5179) 2026-04-30 08:40:39 -07:00
export studio/frontend: wire logout, singleflight refresh, shared 422 helper, current-password input (#5490) 2026-05-18 00:03:03 -07:00
native-intents studio/frontend: make toast and inline error text selectable and copyable (#5506) 2026-05-18 03:47:21 -07:00
onboarding studio/frontend: fix onboarding CSP violations (#5658) 2026-05-22 05:02:19 -07:00
profile Studio: add frontend i18n support (#5765) 2026-05-27 04:52:16 -07:00
rag Studio: render embedded images in DOCX preview 2026-05-28 14:59:52 +04:00
recipe-studio Recipe Studio local model selector (#5769) 2026-05-26 02:37:24 -07:00
settings Merge remote-tracking branch 'origin/main' into feature/rag 2026-05-28 00:38:58 +03:00
studio Studio: expose image size setting in training UI (#5743) 2026-05-27 05:01:24 -07:00
tour studio/frontend: fix onboarding CSP violations (#5658) 2026-05-22 05:02:19 -07:00
training Studio: expose image size setting in training UI (#5743) 2026-05-27 05:01:24 -07:00