Commit Graph

14 Commits

Author SHA1 Message Date
747a67d790 fix(intellisense): Debounce TypeScript/JavaScript IntelliSense processing and cache missing packages to reduce work and noisy logs 2025-12-31 11:02:58 +00:00
77df2743c5 feat(dees-editor-workspace): improve TypeScript IntelliSense, auto-run workspace init commands, and watch node_modules for new packages 2025-12-31 09:47:38 +00:00
e193e28fe9 feat(filetree): add filesystem watch support to WebContainer environment and auto-refresh file tree; improve icon handling and context menu behavior 2025-12-31 08:53:01 +00:00
f60836eabf feat(editor): add file explorer toolbar, empty-space context menu, editor auto-save, save-all, and keyboard save shortcuts 2025-12-31 07:01:59 +00:00
a823e8aaa6 feat(editor): improve TypeScript IntelliSense and module resolution for Monaco editor 2025-12-30 17:08:28 +00:00
d177b5a935 feat(editor): enable file-backed Monaco models and add Problems panel; lazy-init project TypeScript IntelliSense 2025-12-30 16:55:00 +00:00
f30025957f fix(editor): bump monaco-editor to 0.55.1 and adapt TypeScript intellisense integration to the updated Monaco API 2025-12-30 16:31:27 +00:00
ad8a9513d9 feat(editor): add modal prompts for file/folder creation, improve Monaco editor reactivity and add TypeScript IntelliSense support 2025-12-30 16:17:08 +00:00
c27b532aaa fix(webcontainer): prevent double initialization and race conditions when booting WebContainer and loading editor workspace/file tree 2025-12-30 15:47:15 +00:00
a8f24e83de feat(editor/runtime): Replace bare editor with Monaco-based editor and add runtime + workspace/filetree integration 2025-12-30 15:37:18 +00:00
5cb41f3368 fix(dees-editor-bare): make Monaco editor follow domtools theme and clean up theme subscription on disconnect 2025-12-30 13:57:51 +00:00
c5dbc1e99b feat(editor): add code input component and editor-bare, replace dees-editor usage, and add modal contentPadding 2025-12-30 12:44:43 +00:00
e38d3cd42a feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly 2025-12-29 01:20:24 +00:00
8f8aedc6b0 fix(structure): group components into groups inside the repo 2025-12-08 12:04:01 +00:00