15bca09086
feat(workspace): rename editor components to workspace group and move terminal & TypeScript intellisense into workspace
2025-12-31 12:37:14 +00:00
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
ba95fc2c80
fix(modal): fix modal editor layout to prevent overlap by adding relative positioning and reducing height
2025-12-30 12:55:04 +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
af1df1b3d6
feat(dees-appui-tabs): improve horizontal tabs UX with scroll fades, hover scrollbar, and smooth scroll-to-selected
2025-12-30 10:27:34 +00:00
5f67bcfb71
feat(appui-tabs): add closeable tabs and auto-hide behavior for content tabs, plus API and events to control them
2025-12-29 23:33:38 +00:00
6f9bebf0f8
feat(dees-appui-mainmenu): add status badges to main menu items with theme-aware styling
2025-12-29 22:45:39 +00:00
0626889bef
feat(dees-appui-base): add interactive demo controls to manipulate appui via view activation context
2025-12-29 12:03:11 +00:00
cc71f232d2
fix(dees-appui-maincontent): migrate main content layout to CSS Grid and enable topbar collapse transitions
2025-12-29 11:44:16 +00:00
e45810dd06
feat(dees-contextmenu,dees-appui-tabs,test): Prevent double-destruction of context menus, await window layer teardown, update destroyAll behavior, remove tabs content slot, and adjust tests
2025-12-29 11:30:49 +00:00
1f37474d3f
feat(dees-appui): add visibility toggles for main/secondary menus and ability to show/hide content tabs; expose corresponding setters and appconfig entries
2025-12-29 02:55:03 +00:00
1e432ca92e
fix(dees-appui-view): remove DeesAppuiView component, its demo, documentation snippet, and related exports
2025-12-29 02:09:09 +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
eeb863b197
feat(dees-appui-base): overhaul AppUI core: replace simple view rendering with a full-featured ViewRegistry (caching, hide/show lifecycle, async lazy-loading), introduce view lifecycle hooks and activation context, add activity log API/component, remove built-in router and state manager, and update configuration interfaces and demos
2025-12-19 13:54:37 +00:00
12a7156928
fix(dees-pdf-viewer): Scroll active PDF thumbnail into view after rendering and on page changes; update dependency versions
2025-12-11 23:35:43 +00:00
13fa654c0f
feat(dees-appui-base): Add unified App UI API to dees-appui-base with ViewRegistry, AppRouter and StateManager
2025-12-09 08:26:24 +00:00
27c071f7dc
feat(dees-simple-appdash,dees-simple-login,dees-terminal): Revamp UI: dashboard & login styling, standardize icons to Lucide, and add terminal background/config
2025-12-08 20:23:03 +00:00
9c61c0542b
fix(DeesAppuiMainmenu, DeesAppuiSecondarymenu): Add position: relative to main and secondary app UI menus to fix positioning of overlays and tooltips
2025-12-08 16:17:52 +00:00
82b4afa95a
fix(dees-appui): Extract demos for main and secondary app menus, adjust collapsed styles and toggle placement, bump devDependency
2025-12-08 16:16:25 +00:00
85424d07cd
feat(dees-appui): Add collapsible/compact mode to AppUI sidebars (mainmenu & secondarymenu) with toggles, tooltips and improved z-index stacking
2025-12-08 15:40:12 +00:00
9735af05c8
fix(dees-appui): Normalize header heights and box-sizing for App UI components
2025-12-08 14:50:53 +00:00
778f457ed5
BREAKING CHANGE(dees-appui-secondarymenu): Add SecondaryMenu component and replace Mainselector with new SecondaryMenu in AppUI
2025-12-08 14:35:06 +00:00
8f8aedc6b0
fix(structure): group components into groups inside the repo
2025-12-08 12:04:01 +00:00
4b8b1fa446
fix(dees-input-richtext): Initialize editor and link input element references in firstUpdated to ensure they exist before editor initialization.
2025-12-06 20:19:58 +00:00
2ed0d8e0f2
fix(imports): Normalize and fix relative import paths for web components to ensure correct module resolution
2025-12-06 13:54:17 +00:00
d1bc562b5c
Refactor import paths for consistency and clarity across multiple components
...
- Updated import paths in dees-panel, dees-pdf, dees-progressbar, dees-searchbar, dees-shopping-productcard, dees-simple-appdash, dees-speechbubble, dees-statsgrid, dees-table, dees-toast, dees-updater, and dees-windowlayer to use consistent directory structure.
- Created index.ts files for various components to streamline imports and improve modularity.
- Ensured all imports point to the correct subdirectory structure, enhancing maintainability and readability of the codebase.
2025-12-05 10:19:37 +00:00
7adad49cb1
feat(structure): adjust
2025-12-05 10:19:11 +00:00
c2ee19308d
fix(dees-stepper): Make step validation abortable and cancel active step listeners when navigating
2025-11-30 23:57:14 +00:00
d69f777b25
fix(dees-stepper): Improve dees-stepper visual style and transitions
2025-11-30 23:46:39 +00:00
caa954a539
update
2025-11-30 23:39:04 +00:00
92f69e2aa6
BREAKING CHANGE(decorators): Migrate to TC39 standard decorators (accessor) across components, update tsconfig and bump dependencies
2025-11-17 13:27:11 +00:00
496f54cedd
feat(dees-pdf-viewer): add toggle button for sidebar visibility and enhance thumbnail re-rendering logic
2025-09-23 19:43:51 +00:00
83b5ecebeb
feat(dees-pdf-viewer): update styles to improve layout with full height and hidden overflow
2025-09-20 22:09:11 +00:00
53b5cbed07
feat(dees-pdf-viewer): optimize thumbnail rendering and styles for improved layout and responsiveness
2025-09-20 22:07:41 +00:00
352fe79791
feat(dees-pdf-viewer): improve scrolling behavior and styles for better user experience
2025-09-20 22:03:47 +00:00
a95d5a96a0
feat(dees-pdf-viewer): add functionality to scroll thumbnail into view when sidebar is visible
2025-09-20 22:00:40 +00:00
ece7bb9a94
feat(dees-pdf-viewer): enhance page rendering and scrolling behavior with new data structure and styles
2025-09-20 21:56:23 +00:00
d3463f009b
feat(dees-pdf-preview): enhance A4 format detection and improve canvas rendering quality
2025-09-20 21:46:52 +00:00
bb883ce341
feat(dees-pdf-preview): enhance hover functionality and page indicator display
...
feat(dees-pdf-viewer): improve input handling and remove unused variables
2025-09-20 21:36:04 +00:00
d9703d3ce3
feat: Update PDF components to improve rendering performance and manage document lifecycle without caching
2025-09-20 21:28:43 +00:00