Commit Graph
9311 Commits
Author SHA1 Message Date
ernstmul 8130ba4bc3 Fix missing dep 2025-04-14 10:33:10 +02:00
ernstmul f2eec2546f Fix: set maxheight on terminal 2025-04-14 10:20:02 +02:00
ernstmul 8daed2caab Fix: svelte 5 reactivity 2025-04-14 10:04:17 +02:00
Torsten Dittmann 90bddf41b3 Add Monaco Editor and implement code editor component 2025-04-10 18:54:55 +02:00
ernstmul 93e1510102 Add touch interaction 2025-04-08 17:16:08 +02:00
Torsten Dittmann c2d93d5d25 Refactor page store access in shellStudio component
The changes involve:
- Updating page imports from '$app/stores' to '$app/state'
- Removing reactive store subscriptions with $ prefix
- Fixing event handler naming convention
- Adding null check for project data
2025-04-08 16:19:23 +02:00
ernstmul 1d70ca4834 Close menu on tablet viewport 2025-04-08 15:37:52 +02:00
ernstmul 9d9e0a9745 Fix subnavigation (collections databases) for mobile 2025-04-08 15:36:53 +02:00
ernstmul 9a5913139e Fix subnavigation (collections databases) for desktop 2025-04-08 15:27:50 +02:00
ernstmul ddda10b6fd Bring back chat toggle desktop 2025-04-08 13:49:24 +02:00
ernstmul bda8f6e433 Make sidebarproject bit more DRY 2025-04-08 13:47:26 +02:00
ernstmul c96076bc06 Fix overlay over chat 2025-04-08 13:34:18 +02:00
ernstmul 85fff33f9b Change name from builder to studio 2025-04-08 13:29:33 +02:00
ernstmul f47e702f19 Fix spacing and mobile chat default minimized 2025-04-08 13:19:07 +02:00
ernstmul 4d0978c19b Fix studio tertiary color 2025-04-08 13:04:48 +02:00
ernstmul 67abf74338 Add text labels to mobile project sidebar 2025-04-08 13:02:24 +02:00
ernstmul 7a6c052a8d Fix chat mobile 2025-04-08 12:35:20 +02:00
ernstmul 37718cc056 Fix loading screen after removing /studio base path 2025-04-08 12:10:38 +02:00
ernstmul 1a2564067b Fix minimizing chat 2025-04-08 11:21:19 +02:00
Torsten Dittmann b45c26d5ea Fix project sidebar URL path detection 2025-04-07 21:56:39 +02:00
Torsten Dittmann ddc96f5e45 Update nginx base image to 1.27-alpine 2025-04-07 19:53:41 +02:00
Torsten Dittmann 15c3c95c65 Use dynamic nginx.conf and remove profile config
The commit removes the profile-specific nginx configuration files in
favor of a single nginx.conf, removes server-side profile handling, and
simplifies the base path config.
2025-04-07 18:04:20 +02:00
Torsten Dittmann feb9affb96 Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv 2025-04-07 17:40:58 +02:00
Torsten Dittmann 7956f66106 Move chat components to lib directory 2025-04-07 17:40:35 +02:00
ernstmul 23d80e1f7c Mobile view/navigation organization page 2025-04-07 15:33:45 +02:00
ernstmul 0a5b7a5df1 Change demo preview url 2025-04-07 10:12:39 +02:00
Torsten Dittmann 3f6a86ff7c Remove chat component export 2025-04-03 14:31:00 +02:00
Torsten Dittmann 9058930795 Move Chat component to dedicated folder 2025-04-03 14:29:24 +02:00
Torsten Dittmann 9c7b4ab50f Add TypeScript types and implement dynamic content rendering 2025-04-03 14:25:51 +02:00
Torsten Dittmann 4e19d587a2 Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv 2025-04-03 14:09:14 +02:00
ernstmul 17cd889f6a Setup idea for profiles 2025-04-03 14:07:23 +02:00
Torsten Dittmann e429c35589 Add tests for action tag parser edge cases 2025-04-03 14:04:06 +02:00
ernstmul 85c1b376da Add terminal screen 2025-04-03 13:55:19 +02:00
ernstmul 093a98a109 Resizing of chat 2025-04-03 10:52:30 +02:00
Torsten Dittmann 7c73955517 Merge branch 'mgn-dv' of https://github.com/appwrite/console into mgn-dv 2025-04-02 22:59:53 +02:00
Torsten Dittmann 8478837f71 Add Svelte Markdown parser and build streaming UI 2025-04-02 22:59:47 +02:00
ernstmul 45b2f0bbea Do correct redirect after login 2025-04-02 15:41:35 +02:00
ernstmul 6600838672 Make chat fixed 2025-04-02 15:03:37 +02:00
ernstmul a201bbb2ed Add visual chat 2025-04-02 14:56:00 +02:00
ernstmul 5dbef2273a Fix org page, make chat into separate component and make it hide able 2025-04-02 13:56:10 +02:00
ernstmul 1e2326b101 Fix header 2025-04-02 13:37:29 +02:00
ernstmul c09eac3647 Show header, add availability of chat for all project pages 2025-04-02 13:22:50 +02:00
ernstmul 18c5cb8e2b Add builder landing page, and remove old routes 2025-04-02 12:47:14 +02:00
ernstmul 25bde2714e Show new sidebar 2025-04-02 12:43:35 +02:00
ernstmul e3583c240a Merge branch 'img-poc' into mgn-dv
# Conflicts:
#	src/routes/(console)/+layout.svelte
#	src/routes/(console)/organization-[organization]/+page.svelte
2025-04-02 11:36:26 +02:00
ernstmul 22bd0e2189 Move to reuse existing routing 2025-04-02 11:33:19 +02:00
ernstmul a25aad1040 Fix nullpointer 2025-04-01 16:41:03 +02:00
Torsten Dittmann e79b5dedb3 Merge pull request #1773 from appwrite/fix-docker-build
Fix API endpoint prioritization order
2025-04-01 16:39:32 +02:00
ernstmul 80c3def6b6 Overview setup 2025-04-01 16:39:21 +02:00
Torsten Dittmann 3fa26309d5 Fix SDK client initialization during build 2025-04-01 16:35:38 +02:00