Darshan
e5a29376e6
add: current plan if not one of the base plans.
2025-06-08 10:45:44 +05:30
Darshan
4afbba6937
Merge remote-tracking branch 'origin/feat-plan-update' into feat-plan-update
2025-06-08 10:23:40 +05:30
Darshan
a5160e0c74
fix: show correct plan name tag/badge.
2025-06-08 10:23:19 +05:30
Damodar Lohani
e8ccbf2f50
trial banner
2025-06-08 04:48:42 +00:00
Damodar Lohani
dd2aa5fe06
Check for enterprise plan
2025-06-08 04:38:02 +00:00
Steven Nguyen
a7b83c6d10
Merge pull request #1990 from appwrite/fix-apply-credit
...
Fix apply credit
2025-06-06 08:35:35 -07:00
Arman
89881f1b79
Merge pull request #1996 from appwrite/fix-PRO-1884
...
fix: project creation error
2025-06-06 17:15:04 +02:00
Arman
5051d1bd43
Merge pull request #1994 from appwrite/fix-PRO-1886
...
fix: header navigation, made route explicit
2025-06-06 16:28:09 +02:00
Arman
822b2feeed
fix: project creation error
2025-06-06 16:25:47 +02:00
Darshan
044312bf0d
Merge pull request #1985 from appwrite/feat-feature-flags
...
Feat: Feature flags (simple)
2025-06-06 17:45:11 +05:30
Darshan
96099f476b
fix: wrong variable access.
2025-06-06 17:39:27 +05:30
Arman
29351f5428
fix: header navigation, made route explicit
2025-06-06 13:55:54 +02:00
Darshan
ce471faa68
address comments.
2025-06-06 17:17:42 +05:30
ernstmul
20a3df2a16
Move retry to alert
2025-06-06 12:51:23 +02:00
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
Arman
aeb480662f
fix: projects org change button
2025-06-06 11:18:15 +02:00
Steven Nguyen
6a5363efbf
fix: prevent updating plan without coupon on apply credits page
2025-06-05 18:09:26 -07:00
Steven Nguyen
ea5dc1fae5
fix: reload payment methods if organization changes
...
This ensures the payment method input is updated to the newly selected organization's payment method after switching.
2025-06-05 17:18:45 -07:00
Steven Nguyen
bc0baac9bc
fix: update isNewOrg logic on apply-credit page
...
The logic was for an existing org, but the variable name was isNewOrg. This commit updates the logic to match the variable name.
2025-06-05 17:14:46 -07:00
Steven Nguyen
3af3c39b2d
fix(migrations): update link for exporting to self-hosted instance
...
The link should point to the docs for migrating from Cloud.
2025-06-05 14:56:17 -07:00
Matej Bačo
a83a96b54d
Update src/routes/(console)/project-[region]-[project]/sites/(components)/siteCard.svelte
2025-06-05 15:42:03 +02:00
Arman
82e3394175
fix: site image previews
2025-06-05 15:30:15 +02:00
Damodar Lohani
6ae329f7d7
Improve error message with support link
2025-06-05 06:53:28 +00:00
Damodar Lohani
0d94f93f2b
fix linter
2025-06-05 05:59:23 +00:00
Damodar Lohani
555a8e3630
improve message
2025-06-05 05:58:35 +00:00
Damodar Lohani
f25bcddcae
improve typings
2025-06-05 05:44:54 +00:00
Damodar Lohani
9042ca6f0b
refactored error handling and resource blocked message
2025-06-05 05:30:34 +00:00
Damodar Lohani
5a594e083e
fix default value
2025-06-05 04:12:25 +00:00
Damodar Lohani
ac85bfccaa
handle blocks in other project routes
2025-06-05 01:19:33 +00:00
Damodar Lohani
8c5129f6f2
error handling
2025-06-04 12:26:09 +00:00
Damodar Lohani
dca376c310
Fix: blocked resource info
2025-06-04 11:19:59 +00: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
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
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
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
9936bf9869
update: migrate component to pink2.
2025-06-03 11:30:35 +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
ernstmul
e4986cda91
Fix responsiveness
2025-06-03 05:33:56 +02:00