Commit Graph
9257 Commits
Author SHA1 Message Date
Darshan 0cfc0d7a90 remove: unused method. 2025-06-19 19:50:27 +05:30
Darshan b0e647896d fix: reactive logic. use svelte5 syntax. 2025-06-18 14:12:50 +05:30
Darshan 466bbccf87 fix: account menu regression. 2025-06-18 13:42:16 +05:30
Darshan 2066feca41 remove: selectedTab store. 2025-06-18 13:42:06 +05:30
Darshan 8e86c370fa fix: issues with user store on main project layout. 2025-06-18 12:58:35 +05:30
Darshan 2a8f3893ea fix: tab selection on overview. 2025-06-18 12:27:15 +05:30
Darshan 9b4e180f94 fix: merge leftover issues. 2025-06-18 11:39:09 +05:30
Darshan c17c3172a5 Merge branch 'main' into 'supposed-improvements'. 2025-06-18 11:36:33 +05:30
Darshan 3f3af27064 Merge pull request #2025 from appwrite/fix-pro-1918
Fix: Breadcrumbs not updated
2025-06-18 11:32:31 +05:30
Darshan 586ad28e69 address comment. 2025-06-18 11:13:08 +05:30
Jake Barnby ae7e8cd2e4 Merge pull request #1961 from appwrite/csv-imports-errors
CSV import error
2025-06-17 14:55:29 -04:00
Darshan 4d3355ecaa fix: leaking realtime event. 2025-06-17 18:17:25 +05:30
Darshan ad135638d9 fix: use correct endpoint for site screenshots. 2025-06-17 17:45:04 +05:30
Darshan f9f861a5a9 fix: lint. 2025-06-17 09:53:17 +05:30
Darshan e767f6cd0e Merge branch 'main' into 'csv-imports-errors'. 2025-06-17 09:51:24 +05:30
Steven Nguyen 2fde5c3e25 fix: prevent disappearing documents table when switching collections
When switching collections, the $attributes store doesn't update right away so $attributes is for the old collection, but $columns is for the new collection so attr ends up being undefined leading to the error:

TypeError: Cannot read properties of undefined (reading 'type')

Checking attr first prevents the exception from occuring, giving enough time for $attributes to update and the table to render correctly.
2025-06-16 16:41:28 -07:00
Steven Nguyen 2b4a495467 Merge pull request #2021 from appwrite/fix-time-display
Fix: time display regression on tables
2025-06-16 16:32:52 -07:00
Steven Nguyen 83aadb9580 Merge pull request #2020 from appwrite/fix-relationship-selects
Fix: relationship selection issues
2025-06-16 14:48:18 -07:00
Jake Barnby 5db25a3c81 Merge pull request #2018 from appwrite/1.8.x
Flag for index lengths
2025-06-16 13:14:42 -04:00
Jake Barnby cc3936d1fd Use const 2025-06-16 11:35:25 -04:00
Ernst Mulders 71bbbfae3d Merge pull request #2028 from appwrite/fix/use-chart-data-for-totals
Use charts data for sum labels
2025-06-16 15:59:26 +02:00
Ernst Mulders 5a359fbe5b Merge pull request #2027 from appwrite/fix/fix-branch-selection-on-build
Removing await function to fix the combobox select options
2025-06-16 15:50:28 +02:00
ernstmul 9ce44ac27a Use charts data for sum labels 2025-06-16 14:05:55 +02:00
Darshan 6dc1320b05 Merge pull request #2022 from appwrite/fix-detections
Fix detections not called on functions
2025-06-16 17:04:18 +05:30
ernstmul 420d365165 Remove debug 2025-06-16 11:02:31 +02:00
ernstmul 9696bf5929 Removing await function to fix the combobox select options 2025-06-16 11:01:09 +02:00
Darshan 7de357dca6 fix: breadcrumbs not updated after certain steps and routing. 2025-06-15 10:44:27 +05:30
Darshan 7bf0ebc5c1 Merge branch 'main' into 'fix-pro-1929'. 2025-06-14 18:04:19 +05:30
Darshan 9aee747fd7 update: env vars. 2025-06-14 18:00:10 +05:30
Darshan e931fadad6 fix: wizard copies. 2025-06-14 17:53:27 +05:30
Darshan c97074bd7e fix: missing platform keys on details. 2025-06-14 17:00:36 +05:30
Darshan 03811bdab6 fix: don't confirm for exit if platform already created. 2025-06-14 16:49:50 +05:30
Darshan f40ae359e3 fix: copy code triggering another platform creation. 2025-06-14 16:47:07 +05:30
Darshan c15cde9bde revert: encrypted string check. 2025-06-14 15:16:05 +05:30
Darshan 054cb809b7 Merge branch 'main' into csv-imports-errors 2025-06-14 15:13:12 +05:30
Darshan 04c253f3a3 fix: tests and a warning. 2025-06-14 15:10:54 +05:30
Darshan 06d7a55d46 Merge branch 'main' into 'supposed-improvements'. 2025-06-14 15:00:43 +05:30
Darshan 58c5e22bbc misc. 2025-06-14 14:52:35 +05:30
Darshan 1e2e190941 misc. 2025-06-14 14:52:11 +05:30
Darshan 9d35a5b4c6 updates: more billing cleanups. 2025-06-14 14:46:00 +05:30
Darshan 96a1c69409 update: cleaning. 2025-06-14 13:53:16 +05:30
Darshan ef2621a908 fix: time display logic. 2025-06-14 13:49:13 +05:30
Darshan 13c798b847 fix: time display logic. 2025-06-14 12:38:04 +05:30
Darshan 523785ce54 fix: relationship selection issues. 2025-06-14 12:02:59 +05:30
Darshan 99bac39c3b fix: account menu click not working. 2025-06-14 09:16:17 +05:30
Darshan 592e0a23a1 fix: migration errors as per updated source. 2025-06-13 16:24:36 +05:30
Darshan 608f6e1e72 Merge branch 'main' into csv-imports-errors 2025-06-13 15:16:05 +05:30
Jake Barnby b15fd6246d Flag for index lengths 2025-06-12 14:52:14 -04:00
Jake Barnby cb096b4ea9 Merge remote-tracking branch 'origin/main' into 1.8.x 2025-06-12 12:48:27 -04:00
Darshan 97d1bd01f7 remove: todo. 2025-06-12 17:06:01 +05:30