Commit Graph

178 Commits

Author SHA1 Message Date
Harsh Mahajan 87619eed7b fix: disbaled shortcuts whne blocked 2026-03-26 16:42:17 +05:30
Jake Barnby 8959df3b30 Use regionals 2026-03-24 22:38:25 +13:00
Jake Barnby d464257921 (fix): Filter unsupported column types for MongoDB databases 2026-03-20 00:25:24 +13:00
Darshan deb74f9cdd Merge branch 'main' into 'billing-sdk-refactor'. 2025-12-23 11:46:33 +05:30
Darshan 3a2bdcd6e9 update: smaller payloads :D 2025-12-19 21:05:34 +05:30
Darshan 529d8b1762 replace: Organization type with Models.Organizations.
replace: `billing.listOrganization` calls with `organizations.list`.
2025-12-18 19:35:09 +05:30
Atharva Deosthale 7269effe8f make sure only Appwrite projects are fetched on self-hosted (#2696) 2025-12-12 15:24:42 -08:00
Darshan bd669c34c9 add: platform filter. 2025-11-22 18:47:50 +05:30
Harsh Mahajan 08989b7514 Update commandCenter.svelte 2025-11-22 17:44:39 +05:30
Harsh Mahajan bab1c5a517 Update commandCenter.svelte 2025-11-22 17:44:21 +05:30
Harsh Mahajan ac02658df8 addressed comment 2025-11-12 07:40:41 +00:00
Harsh Mahajan dc69034cd8 simplified logic 2025-11-11 07:28:44 +00:00
Harsh Mahajan a030a29948 fix: Prevent command center shortcuts while typing in selects 2025-11-11 07:21:41 +00:00
Harsh Mahajan d3ebee85d2 simplify projects searcher and cleanup 2025-11-06 14:30:49 +05:30
Harsh Mahajan 200329984b show only project Go to Settings for credential queries 2025-10-29 13:45:05 +05:30
Darshan 0dccd43863 update: use object params on sdk methods. 2025-08-26 13:41:28 +05:30
Jake Barnby e99f6385c8 Migrate to object param SDK methods 2025-08-23 19:37:05 +12:00
Darshan 58c6ec18d4 refactor: SDK usages from Grids to TablesDb. 2025-08-20 13:29:25 +05:30
Darshan 033fc26907 updates: what Databases and what legacy APIs? 👀 2025-07-30 11:58:37 +05:30
Darshan 5ed18eb79f refactor: tables > grid api. 2025-07-30 11:40:33 +05:30
Darshan f78302b83d Merge branch 'main' into 'refactor-terminologies'. 2025-07-20 18:30:08 +05:30
Chirag Aggarwal f5ffa1cb61 fix: rendering of lists in assistant 2025-07-07 17:07:13 +05:30
Darshan bee0a590d0 update: refactor to use the Tables API. 2025-06-26 18:15:17 +05:30
Darshan 29530da2f6 rename: vars. 2025-06-19 10:03:33 +05:30
Darshan 9436b2b594 rename: components. 2025-06-19 09:37:05 +05:30
Darshan c43609a058 change: routes, front-facing copies. 2025-06-18 17:02:12 +05:30
Darshan 1658101fc5 fix: alert and alignment issues. 2025-06-06 14:05:51 +05:30
Torsten Dittmann a68b8027b1 Improve command center search and layout styling
Replace HTML autofocus attribute with custom Svelte action to avoid
a11y warnings. Fix option layout direction from column to row and
update search input padding/margin values.
2025-05-27 18:44:01 +02:00
Arman 32e706756c chore: enforcenoUnusedLocals 2025-05-15 11:57:04 +02:00
Arman 43de6fae0a chore: merge conflicts 2025-05-02 14:15:20 +02:00
Arman 665eac6b89 Merge commit '93754b342accbdb6db066c33b2addea7b9e92d67' into feat-v2-regions 2025-05-02 14:10:55 +02:00
Arman 21f94f5558 Merge branch 'feat-pink-v2' of github.com:appwrite/console into feat-v2-regions 2025-04-29 19:16:37 +02:00
Arman 72a6916dba Merge commit '3c97c6e06ac0a2ff0cc23a7788243d941a139ecc' into feat-pink-v2 2025-04-29 19:15:02 +02:00
Arman b468208be0 regions 2025-04-29 15:50:42 +02:00
Darshan 6c191e6a2b refactor: $page usage to page. 2025-04-01 16:54:22 +05:30
Torsten Dittmann 510f7fd7d7 feat: svelte 5 2025-03-28 23:16:29 +01:00
Darshan d9ffd83ad8 update: cleanup. 2025-03-19 14:27:10 +05:30
Darshan 67dbebc331 fix: org/team api usage. 2025-03-16 17:28:18 +05:30
Darshan 3114f75631 Merge branch 'main' 'into sdk-context-main-merge'. 2025-03-16 16:38:13 +05:30
Darshan 017245f748 fix: ai-sdk dependency and stream protocol. 2025-03-16 14:28:23 +05:30
Torsten Dittmann ecbf8b2488 Migrate UI components to Pink design library
The commit updates various UI components to use the new Pink design library, replacing older custom components. Key changes include:

- Replace custom Alert components with Pink's Alert.Inline
- Replace custom Table components with Pink's Table.Root/Cell structure
- Update form inputs and selectors to use Pink variants
- Remove unnecessary wrapper elements and classes
- Adjust layout and typography to match Pink patterns
- Clean up redundant styles and markup

Focus is on maintaining functionality while adopting the new design system components.
2025-03-13 17:24:48 +04:00
Darshan 2023708513 fix: ai dependency and stream protocol. 2025-03-12 12:37:53 +05:30
ernstmul 8c99f9c794 Update color vars 2025-03-10 14:16:51 +01:00
Darshan ca00ec6fee fix: remove null check. 2025-03-10 16:53:54 +05:30
Darshan 46d8226589 fix: api usage. 2025-03-10 16:52:40 +05:30
ernstmul 63ea62f0cb Track clear search 2025-03-05 13:50:34 +01:00
Torsten Dittmann ae6c6cd3ef fix: stuff 2025-03-04 17:13:24 +04:00
Torsten Dittmann 3eec8e2767 fix: color tokens 2025-03-03 18:10:32 +04:00
Torsten Dittmann 1cd9e17cda fix: more screens 2025-02-26 17:00:38 +04:00
ChiragAgg5k 181b71f178 chore: gracefully handle username being null 2025-02-22 00:36:02 +05:30