Commit Graph
10748 Commits
Author SHA1 Message Date
Damodar Lohani dd82d7da22 Merge remote-tracking branch 'origin/main' into feat-project-changes 2025-06-17 03:39:07 +00:00
DarshanandGitHub 64c069987b Merge pull request #2029 from appwrite/fix-disappearing-documents-table 2025-06-17 08:52:09 +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 NguyenandGitHub 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 NguyenandGitHub 83aadb9580 Merge pull request #2020 from appwrite/fix-relationship-selects
Fix: relationship selection issues
2025-06-16 14:48:18 -07:00
Jake BarnbyandGitHub 5db25a3c81 Merge pull request #2018 from appwrite/1.8.x
Flag for index lengths
6.1.1
2025-06-16 13:14:42 -04:00
Jake Barnby cc3936d1fd Use const 2025-06-16 11:35:25 -04:00
Jake Barnby fd47665311 Update publish 2025-06-16 11:35:03 -04:00
Ernst MuldersandGitHub 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 MuldersandGitHub 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
DarshanandGitHub 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
DarshanandGitHub d563aa61aa Merge pull request #2024 from appwrite/fix-pro-1929
Fix: platform wizard copies
2025-06-14 18:09:08 +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
DarshanandGitHub 3ecaba5f14 Merge pull request #2023 from appwrite/fix-pro-1919
Fix multiple platform creation
2025-06-14 17:51:13 +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 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
Steven NguyenandGitHub 891c580b89 Merge pull request #2019 from appwrite/fix-account-menu
Fix: account menu click not working
2025-06-14 00:02:53 -07:00
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
Jake Barnby b15fd6246d Flag for index lengths 2025-06-12 14:52:14 -04:00
Jake BarnbyandGitHub 1f10ee99c4 Merge pull request #2010 from appwrite/1.8.x
1.8.x
6.1.0
2025-06-12 14:07:40 -04:00
Jake Barnby cb096b4ea9 Merge remote-tracking branch 'origin/main' into 1.8.x 6.1.0-rc.6 2025-06-12 12:48:27 -04:00
DarshanandGitHub 2487e681b9 Merge pull request #2014 from appwrite/feat-add-missing-responsive-header
feat: add missing responsive headers
6.0.43
2025-06-12 14:17:18 +05:30
DarshanandGitHub 3b786738f8 Merge pull request #2015 from appwrite/fix/fix-popover-overflow-page
fix popover overflowing page
2025-06-12 14:17:06 +05:30
DarshanandGitHub 98b73be249 Merge pull request #2016 from appwrite/store-hotfix
Fix: store null on onboarding
2025-06-12 14:16:20 +05:30
Darshan 2bed634c24 fix: store null on onboarding. 2025-06-12 14:11:35 +05:30
ernstmul e25f8d11f3 fix popover overflowing page 2025-06-12 10:30:18 +02:00
Damodar LohaniandGitHub e23f965738 Merge pull request #2002 from appwrite/feat-plan-update
Plan update
6.0.42
2025-06-12 13:30:53 +05:45
Damodar Lohani 778e0fa4e9 get projects from page data 2025-06-12 06:36:33 +00:00
Damodar Lohani 8de68565a9 remove unused export 2025-06-12 06:25:00 +00:00
Damodar Lohani 57c79cbb31 Fix review comments 2025-06-12 06:16:22 +00:00
Damodar Lohani b57d0fe0a6 format 2025-06-12 05:53:32 +00:00
Damodar Lohani 49780a6fdc show tag 2025-06-12 05:51:18 +00:00
Darshan 89cbf346e6 add: feature-flags for local env example file. 2025-06-12 11:09:39 +05:30
Damodar Lohani 8b23355e8f manage projects to keep 2025-06-12 05:38:54 +00:00
Damodar Lohani 24c0378df1 Merge remote-tracking branch 'origin/main' into feat-project-changes 2025-06-12 03:56:31 +00:00
Jake Barnby 9e118abf21 Simplify 2025-06-11 20:17:59 -04:00
Jake Barnby 199015bafa Fix icon condition 6.1.0-rc.5 2025-06-11 19:23:54 -04:00
Jake Barnby db809be561 Format 6.1.0-rc.4 2025-06-11 19:08:46 -04:00
Jake Barnby af0d3f1e81 Add length to index overview 2025-06-11 19:08:22 -04:00
Jake Barnby 5d3ccc3aa5 Fix index length input 2025-06-11 18:58:09 -04:00