Commit Graph
10126 Commits
Author SHA1 Message Date
Torsten Dittmann e6fdc1f385 Remove breathing animation from SVG in editor component 2025-05-16 19:03:40 +02:00
Torsten Dittmann ec78e9ae01 Add breathing animation to SVG icons 2025-05-16 19:02:33 +02:00
Torsten Dittmann b5976c6374 Refactor editor to use Svelte action pattern 2025-05-16 18:59:33 +02:00
Torsten Dittmann 83ccff6cb0 Fix editor file handling and add UI improvements
Enable empty code files, normalize paths, mark currentFile as reactive,
and convert editor styles to SCSS
2025-05-16 18:35:33 +02:00
Torsten Dittmann c639739f3b Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv 2025-05-16 17:37:20 +02:00
Torsten Dittmann 88eedd1143 Refactor editor component to use shared Studio singleton
Move Monaco editor setup to Studio class and improve file handling with
create file/folder functionality. Add editor read-only state during
streaming.
2025-05-16 17:34:20 +02:00
ernstmul 5baa9b48b0 Cleanup 2025-05-16 17:07:32 +02:00
ernstmul 94bdb5e757 Allow bigger code editor / smaller vertical terminal 2025-05-16 17:06:55 +02:00
ernstmul 1ae6a5ea82 Add dynamic favicon and mask icon 2025-05-16 16:59:38 +02:00
ernstmul 96a5360720 Add space below search 2025-05-16 16:36:32 +02:00
ernstmul 346301eaac Fix for glitch when resizing window 2025-05-16 16:34:40 +02:00
ernstmul df8425828f Make vertical spacing less 2025-05-16 16:29:41 +02:00
ernstmul 985224ba79 Fix vertical overflow of editor 2025-05-16 16:28:11 +02:00
ernstmul 8ec77c9287 Show a border when terminal is not closed 2025-05-16 16:24:16 +02:00
ernstmul ed7f3cd583 cleanup 2025-05-16 16:14:33 +02:00
ernstmul 278449f18d cleanup 2025-05-16 16:12:31 +02:00
ernstmul 2a13dab1cc Fix dragging when the entire container of the editor is resized 2025-05-16 15:50:40 +02:00
Torsten Dittmann a49aed8e11 Refactor nginx config with improved caching strategy 2025-05-16 15:37:59 +02:00
ernstmul 42a0c09e24 Begin with dragging inside <code> 2025-05-16 15:34:02 +02:00
ernstmul b6fc0f970e Add search back in 2025-05-16 14:51:05 +02:00
ernstmul 7953b47d2d Cleanup 2025-05-16 14:48:39 +02:00
ernstmul bfac795fd1 Icon colors 2025-05-16 14:48:29 +02:00
Torsten Dittmann 93bd9bf5ed Normalize paths by removing both leading and trailing slashes 2025-05-16 14:14:08 +02:00
Torsten Dittmann c50f56620c Fix file checks in editor and add file system sync with synapse
Add file system monitoring with automatic UI updates when files
change, are added, or deleted
2025-05-16 13:50:06 +02:00
ernstmul e1b672d9c7 Wip file system styling 2025-05-16 13:11:59 +02:00
ernstmul 026fa6c2b6 Fix layout shift of new artifact 2025-05-16 12:56:00 +02:00
ernstmul 24b96ad394 Add link behaviour for opening URL in full window 2025-05-16 12:40:38 +02:00
ernstmul e551a447cb Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv 2025-05-16 12:35:29 +02:00
ernstmul 0ad91d0803 Add mobile container 2025-05-16 12:35:24 +02:00
Torsten Dittmann e6a7c2c22f Add special command parsing for ! prefixed messages 2025-05-16 11:36:49 +02:00
ernstmul 19f100157f Adjust action dropdown 2025-05-16 10:56:50 +02:00
ernstmul b745e4d00d Fix layouting around terminal 2025-05-16 10:22:32 +02:00
ernstmul 671e5d9a14 Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv 2025-05-16 10:17:57 +02:00
ernstmul 962d2b0844 Fix border flowing over other components when hover 2025-05-16 10:17:46 +02:00
Torsten Dittmann b00cd837ac Refactor Editor to support file paths and improve syncing 2025-05-16 10:16:40 +02:00
Torsten Dittmann 3a73c44aad Fix proper queue handling for actions and add file sync 2025-05-15 20:16:48 +02:00
Torsten Dittmann 2227730405 Update filesystem to use SvelteSet instead of array 2025-05-15 19:53:05 +02:00
Torsten Dittmann 0be5921e85 Add action update callback and tests 2025-05-15 19:33:02 +02:00
Torsten Dittmann 400078c7c9 Fix chat flow to show user message first and add thinking state 2025-05-15 18:24:45 +02:00
Torsten Dittmann 3c5ca22c98 Add debug panel with state inspection in development mode 2025-05-15 17:40:47 +02:00
Torsten Dittmann 277ccaed87 Fix WebSocket connection check in Synapse component 2025-05-15 17:22:24 +02:00
ernstmul 2eed42c662 Fix resize on zooming or resizing viewport 2025-05-15 16:42:38 +02:00
ernstmul 0083d59b83 Cleanup 2025-05-15 16:36:08 +02:00
ernstmul 01594558c7 Cleanup 2025-05-15 16:33:03 +02:00
ernstmul 534a08b30e WIP dropdown search 2025-05-15 16:31:10 +02:00
ernstmul f58c6907ee State of terminal in prefs, and cleanup 2025-05-15 16:06:10 +02:00
Torsten Dittmann 898a708f83 Fix terminal rendering by removing unused index parameter 2025-05-15 16:00:41 +02:00
Torsten Dittmann 7f5b4ef034 Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv 2025-05-15 15:58:58 +02:00
Torsten Dittmann 2ed743136f Create centralized Studio class for cohesive state management 2025-05-15 15:45:25 +02:00
ernstmul 783a587f64 Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv 2025-05-15 15:38:57 +02:00