Darshan
ce471faa68
address comments.
2025-06-06 17:17:42 +05:30
Matej Bačo
a9bc1c9dcc
More reliable user fetching
2025-06-06 12:40:03 +02:00
Matej Bačo
9280f329a3
Implement featuer flags todos
2025-06-06 11:44:35 +02:00
Matej Bačo
0e5c14e880
Document next flags iteration
2025-06-04 10:54:40 +02:00
Matej Bačo
334f89aa4e
Simple implementation of feature flags
2025-06-04 10:19:32 +02:00
Matej Bačo
3b77754edf
Merge pull request #1983 from appwrite/fix-sites
...
add Sites feature flag and unavailable state
6.0.36
2025-06-03 17:21:03 +02:00
Torsten Dittmann
745a5964c4
Add search and view controls to sites page
...
Adds SearchQuery input and ViewSelector components with create site
button to provide filtering and display options for the sites list.
2025-06-03 17:20:56 +02:00
Torsten Dittmann
4a36260152
Add Sites feature flag and unavailable state
...
Display waitlist message when Sites feature is disabled. The feature
can be toggled via the sitesLive flag and includes responsive mobile
images for the unavailable state.
2025-06-03 17:17:20 +02:00
Darshan
33bd0c3298
Merge pull request #1654 from appwrite/sync-preferences
...
Sync preferences for cross device
2025-06-03 19:04:30 +05:30
Darshan
c6bd014f56
add: return, to feel better about the linter.
2025-06-03 18:57:08 +05:30
Darshan
15078626ba
address comments.
2025-06-03 18:55:12 +05:30
Torsten Dittmann
9c38e89f97
Merge pull request #1982 from appwrite/fix-documents-table-performance
...
Optimize table rendering with truncation and keying fixes
2025-06-03 14:32:56 +02:00
Torsten Dittmann
8271c90054
Update @appwrite.io/pink-svelte to commit 4e03f34
2025-06-03 14:28:35 +02:00
Torsten Dittmann
7eb70d6a6a
Optimize table rendering with truncation and keying fixes
...
- Add keys to table columns to improve Svelte rendering performance
- Limit tooltip content to 100 characters to prevent performance issues
- Only render tooltip when actually showing to reduce DOM overhead
- Show plain text for non-truncated content without tooltip wrapper
2025-06-03 14:02:17 +02:00
Darshan
8fd8aa5308
lint.
2025-06-03 17:10:55 +05:30
Darshan
3fee837777
Merge branch 'main' into 'sync-preferences'.
2025-06-03 17:09:51 +05:30
Darshan
07e7699b88
Merge pull request #1981 from appwrite/fix-region-load-post-upgrade
...
Reload regions on upgrades
2025-06-03 17:00:02 +05:30
Darshan
57cdcb5551
fix: reload regions on plan upgrades.
2025-06-03 15:55:38 +05:30
Darshan
2ed55077c2
Merge pull request #1831 from appwrite/fix-region-deletion
...
Fix: deletion requests sent to the manager region
2025-06-03 14:41:11 +05:30
Darshan
a1dd03d95e
Merge branch 'main' into fix-region-deletion
2025-06-03 14:36:59 +05:30
Darshan
8d0c866b68
ci: empty commit
2025-06-03 14:09:34 +05:30
Damodar Lohani
ac3cf3cd13
Merge pull request #1978 from appwrite/migrate-pink2
...
Migrate component to pink2.
6.0.35
2025-06-03 11:50:53 +05:45
Darshan
9936bf9869
update: migrate component to pink2.
2025-06-03 11:30:35 +05:30
Darshan
39428e580c
Merge pull request #1977 from appwrite/lohanidamodar-patch-1
...
Fix: typography color
2025-06-03 11:12:30 +05:30
Damodar Lohani
8305330ad3
Fix: typography color
2025-06-03 11:10:39 +05:45
Damodar Lohani
b7abc66351
Merge pull request #1973 from appwrite/fix-estimated-total
...
fix: update EstimatedTotalBox to display data from estimation
2025-06-03 10:21:44 +05:45
Darshan
d70488d108
fix: use pink2 components.
2025-06-03 09:50:09 +05:30
Ernst Mulders
7e04da293b
Merge pull request #1976 from appwrite/chore/bump-pink
...
Bump pink-svelte
2025-06-03 06:01:07 +02:00
ernstmul
49b0681014
Bump pink-svelte
2025-06-03 06:00:04 +02:00
Damodar Lohani
cddbf162fa
Merge pull request #1974 from appwrite/fix-change-plan-payments
...
fix: update Change plan to show Payment box when upgrading
2025-06-03 09:35:48 +05:45
Darshan
9d9ffdbe7d
Merge pull request #1975 from appwrite/fix/fix-responsive-layout-repo-picker
...
Fix responsiveness
2025-06-03 09:17:17 +05:30
ernstmul
e4986cda91
Fix responsiveness
2025-06-03 05:33:56 +02:00
Steven Nguyen
3c8ca4b57f
fix: update Change plan to show Payment box when upgrading
...
This will allow adding credits when upgrading.
2025-06-02 17:07:38 -07:00
Steven Nguyen
16b2278bab
fix: update EstimatedTotalBox to display data from estimation
2025-06-02 16:56:32 -07:00
Steven Nguyen
51d6ebed2d
Merge pull request #1972 from appwrite/fix-apply-credit-payment-method
...
fix: refresh payment methods after user adds a payment method
2025-06-02 15:35:41 -07:00
Steven Nguyen
d995672be5
fix: refresh payment methods after user adds a payment method
...
If methods doesn't include the paymentMethodId, the Payment method input will show "No saved payment methods".
Since paymentMethodId gets set after a user adds their payment method, we can listen for when it's set and fetch the methods if the newly added payment method isn't in the original list of payment methods.
2025-06-02 15:29:04 -07:00
Torsten Dittmann
b380583162
Update pink-svelte dependency URL to use pkg.vc
2025-06-02 22:31:49 +02:00
Steven Nguyen
c7fae63497
Merge pull request #1971 from appwrite/fix-account-billing-address
...
fix: 404 error fetching countries
2025-06-02 13:29:59 -07:00
Steven Nguyen
7569ec6aca
fix: 404 error fetching countries
2025-06-02 12:12:33 -07:00
Matej Bačo
6005e4dfb2
Merge pull request #1970 from appwrite/fix-sites-public
...
Fix: sites to be public
0.6.34
6.0.34
2025-06-02 18:38:33 +02:00
Matej Bačo
92308b6c63
Fix sites to be public
2025-06-02 18:32:36 +02:00
Steven Nguyen
953725a9c9
Merge pull request #1960 from appwrite/fix-apply-credit-upgrade
...
Fix apply credit upgrade
2025-06-02 07:50:51 -07:00
Steven Nguyen
2ac09203f0
Merge pull request #1950 from appwrite/fix-estimated-total
...
fix: don't use newOrgId
2025-06-02 07:50:25 -07:00
Matej Bačo
f67c1cec98
Merge pull request #1969 from appwrite/fix-domain-table
...
Ready for Sites, Domains
6.0.33
2025-06-02 16:44:28 +02:00
Matej Bačo
a2fd05b50c
Add missing images
2025-06-02 16:38:44 +02:00
Matej Bačo
78670f4bb1
PR review changes
2025-06-02 16:37:53 +02:00
Darshan
7353396c38
fix: priority checks.
2025-06-02 20:03:13 +05:30
Darshan
c2d727efe3
remove: sites waitlist; fix: domains table.
2025-06-02 19:51:53 +05:30
Darshan
537043537a
Merge pull request #1962 from appwrite/fix-datetime
...
Fix datetime
2025-06-02 18:34:59 +05:30
Darshan
fb21ecddb8
Merge pull request #1954 from appwrite/fix-platform-tags
...
Fix platform tags and selector cards
2025-06-02 18:32:07 +05:30