|
|
9b0b448cb1
|
feat(appui): add dees-appui-bottombar component with config, programmatic API, demo and docs
|
2026-01-03 12:40:11 +00:00 |
|
|
|
ca4f994b55
|
fix(elements/appui): prevent scroll chaining on app UI components by adding overscroll-behavior: contain
|
2026-01-03 02:50:37 +00:00 |
|
|
|
c42cedbf94
|
fix(dees-appui): set min-height: 0 on .maingrid > dees-appui-maincontent to prevent layout overflow in flex container
|
2026-01-03 02:45:32 +00:00 |
|
|
|
f3a8ad057a
|
fix(dees-appui): prevent main grid overflow by adding overflow:hidden; and add Playwright scroll containment screenshots
|
2026-01-03 02:33:01 +00:00 |
|
|
|
8313c24c9d
|
feat(docs): add documentation for new input components, activity log features, theming, and expand DeesAppui docs
|
2026-01-03 02:09:13 +00:00 |
|
|
|
8e5168d299
|
fix(appui): adjust layout and spacing in app UI components: fix activity log overflow, contain main content overscroll, and refine secondary menu padding/transition
|
2026-01-03 01:58:19 +00:00 |
|
|
|
30ebc47eda
|
feat(dees-appui): Rename DeesAppuiBase to DeesAppui and migrate related API, exports, demos and docs
|
2026-01-02 21:40:49 +00:00 |
|
|
|
87fb3d91c3
|
fix(dees-actionbar): always render actionbar wrapper and delay adding visible class to ensure grid/opacity animations run reliably
|
2026-01-01 21:33:30 +00:00 |
|
|
|
d7f3594dd4
|
feat(services): introduce DeesServiceLibLoader to lazy-load heavy client libraries from CDN and update components to use it
|
2026-01-01 20:25:05 +00:00 |
|
|
|
979e1f7991
|
fix(dees-actionbar): animate actionbar hide using grid-template-rows and wait for animation before clearing state
|
2026-01-01 19:59:53 +00:00 |
|
|
|
a20d9ff138
|
feat(workspace): add external file change detection, conflict resolution UI, and diff editor
|
2026-01-01 11:32:01 +00:00 |
|
|
|
22156d71dc
|
feat(dees-actionbar): add action bar component and improve workspace package update handling
|
2026-01-01 10:20:22 +00:00 |
|
|
|
829c09a97b
|
feat(workspace): add workspace bottom bar, terminal tab manager, and run-process integration
|
2026-01-01 08:09:30 +00:00 |
|
|
|
deb50dfde2
|
feat(workspace): add resizable file tree and terminal panes with draggable handles and public layout APIs
|
2025-12-31 18:24:10 +00:00 |
|
|
|
9fa48e511c
|
feat(workspace): add resizable markdown editor/preview split with draggable handle and markdown outlet styling/demo
|
2025-12-31 17:03:27 +00:00 |
|
|
|
d0bd4027bb
|
feat(terminal): add dynamic bright/dark theming for terminal components and terminal preview
|
2025-12-31 14:01:42 +00:00 |
|
|
|
cfe3490bcf
|
fix(dees-workspace): fix demo wrapper and workspace layout; always render terminal preview
|
2025-12-31 12:45:19 +00:00 |
|
|
|
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 |
|
|
|
cd81d67695
|
fix(build): bump @webcontainer/api and enable skipLibCheck to avoid type-check conflicts
|
2025-12-30 16:22:46 +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 |
|
|
|
05409e89d2
|
fix(tests): make WYSIWYG tests more robust and deterministic by initializing and attaching elements consistently, awaiting customElements/firstUpdated, adjusting selectors and assertions, and cleaning up DOM after tests
|
2025-12-30 12:24:16 +00:00 |
|
|
|
22225b79ed
|
fix(tests): migrate tests to @git.zone/tstest tapbundle and export tap.start() in browser tests
|
2025-12-30 11:52:39 +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 |
|
|
|
c5b50f3eb0
|
fix(readme): document new App UI APIs to control main/secondary menu and content tabs visibility
|
2025-12-29 03:04:39 +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 |
|
|
|
a69f504c2f
|
fix(tests): update test imports to new dees-input-wysiwyg paths
|
2025-12-19 12:37:54 +00:00 |
|
|
|
811ec492d8
|
fix(build): update build config, bump dependencies, and adjust test import paths after element reorganization
|
2025-12-19 12:36:12 +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 |
|