ernstmul
79fd4e13a3
fix positioning
2025-05-14 16:54:15 +02:00
ernstmul
1ca20952e3
Add visual border indication drag
2025-05-14 15:14:58 +02:00
ernstmul
c2fbdd0c94
Remove pointer
2025-05-14 15:02:02 +02:00
ernstmul
1d14b12a28
Separate add terminal button
2025-05-14 15:00:12 +02:00
ernstmul
515bf1a372
Remove version select for now
2025-05-14 14:48:40 +02:00
ernstmul
b60fc6feb6
Layout fixes
2025-05-14 14:35:40 +02:00
ernstmul
4a627ae7e3
Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv
2025-05-14 14:29:07 +02:00
ernstmul
b744722a23
Fix: Switch to new console tab and do some additional layout fixes for mobile
2025-05-14 14:28:57 +02:00
ernstmul
fce1bc3fdb
Fix: Switch to new console tab and do some additional layout fixes
2025-05-14 14:13:01 +02:00
Torsten Dittmann
e708516ea3
Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv
2025-05-14 13:11:59 +02:00
Torsten Dittmann
998f8d478d
Fix optional options parameter in Synapse operation
2025-05-14 13:11:52 +02:00
Torsten Dittmann
c1f67b6746
Add message component and rework chat action processing queue
...
The changes extract message rendering to a dedicated component and
implement a multi-threaded action queue that processes file and shell
operations efficiently. Actions are now grouped visually and processed
with status indicators showing waiting, processing, and completed states.
2025-05-14 13:10:58 +02:00
ernstmul
630f4a5b5e
Fix: height offset on desktop
2025-05-14 13:00:34 +02:00
ernstmul
5efecfbb43
Fix close action dropdown when iframe is underneath outside click
2025-05-14 11:44:34 +02:00
ernstmul
c41c70cb51
remove console.log
2025-05-14 11:08:20 +02:00
ernstmul
508b6a44de
Set active state color
2025-05-14 11:04:42 +02:00
ernstmul
d3bbe0fb9f
Auto select last artifact
2025-05-14 10:41:26 +02:00
ernstmul
e34390a10a
Close account menu when going to account
2025-05-14 10:01:05 +02:00
ernstmul
5385dff6af
Add tooltips
2025-05-14 09:46:49 +02:00
ernstmul
bc9931be7b
Fix: icon
2025-05-14 09:41:59 +02:00
ernstmul
188bfad9ad
Fix: focus to chat when switching artifact
2025-05-14 09:37:58 +02:00
ernstmul
b33b16dd1b
Fix: close artifact selector when item clicked
2025-05-14 09:24:21 +02:00
Torsten Dittmann
57f2c8e4e3
Add group parameter to parser chunk for message grouping
2025-05-13 19:49:55 +02:00
Torsten Dittmann
6637f87821
Derive path and tabs using reactive statements
2025-05-13 16:17:54 +02:00
Torsten Dittmann
73008ab533
Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv
2025-05-13 16:11:41 +02:00
Torsten Dittmann
dd48ecd7d0
Fix workdir property name and remove unused imports
2025-05-13 16:11:36 +02:00
ernstmul
b9599a7892
Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv
2025-05-13 15:54:31 +02:00
ernstmul
04d9a4efda
WIP: Add artifact switcher
2025-05-13 15:54:14 +02:00
Torsten Dittmann
6b8d486320
Remove unused overlay-related CSS from chat component
2025-05-13 15:38:40 +02:00
Torsten Dittmann
cb4ad1ad9e
Fix chat parser to process messages individually
...
Instead of concatenating all messages into a single text block, this
change processes each message individually through the parser with
appropriate role information.
2025-05-13 15:37:26 +02:00
Torsten Dittmann
f99e8d3f5e
Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv
2025-05-13 15:30:50 +02:00
Torsten Dittmann
ed41a88275
Add message role tracking to chat UI and parser
2025-05-13 15:29:52 +02:00
ernstmul
e568f1882b
Add back button to nested pages
2025-05-13 14:07:28 +02:00
ernstmul
f73369be15
Fix 500 on first navigation
2025-05-13 13:30:36 +02:00
ernstmul
a75f12fb7b
Fix border radius sub navigation
2025-05-13 13:12:42 +02:00
ernstmul
c939258f0a
Fixate all content to fit inside screen
2025-05-13 13:08:27 +02:00
ernstmul
a95458fd26
Fix: background color and alignment terminal tabs switch
2025-05-13 12:54:38 +02:00
ernstmul
7ca5a1977f
Fix: smaller paddings around chat
2025-05-13 12:36:06 +02:00
ernstmul
50c30d3341
Fixes
2025-05-13 12:30:15 +02:00
ernstmul
288b3c2bcd
Don't load Chat on every project page
2025-05-13 12:15:30 +02:00
Torsten Dittmann
51cbbef1b6
Fix conversation data path in API endpoint URL
2025-05-13 10:53:10 +02:00
Torsten Dittmann
d22eb417f6
Add asyncWritable store for Promise-based state management
2025-05-13 10:44:34 +02:00
Torsten Dittmann
ceb238950f
Update file operation from createFile to updateFile
2025-05-12 20:04:48 +02:00
Torsten Dittmann
a3530b4aa7
Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv
2025-05-12 19:33:40 +02:00
Torsten Dittmann
9e74dd20b0
Fix artifact directory path and chain directory listing operation
2025-05-12 19:33:35 +02:00
Torsten Dittmann
fd09c50e9a
Refactor synapse component with proper artifact handling
2025-05-12 19:26:56 +02:00
ernstmul
123c1542e6
Merge remote-tracking branch 'origin/mgn-dv' into mgn-dv
2025-05-12 17:39:13 +02:00
ernstmul
8189bc6453
Fix: login spacing
2025-05-12 17:38:53 +02:00
Torsten Dittmann
74398f6eaa
Fix ExpirationInput import path and update component usage
2025-05-12 17:36:34 +02:00
Torsten Dittmann
463f69ae0f
Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv
2025-05-12 17:14:21 +02:00