Commit Graph

10346 Commits

Author SHA1 Message Date
Damodar Lohani 1ef5a25982 Fix console route to invoices 2025-05-28 01:52:25 +00:00
Torsten Dittmann 71a82bfeaa Merge pull request #1915 from appwrite/fix-various-issue
fix: various issues
6.0.22
2025-05-27 20:02:37 +02:00
Torsten Dittmann 1097377e56 Refactor usage rates to use dynamic plan structure
Replace hardcoded planData array with dynamic iteration over plan.addons
and plan.usage objects. Add getPlanLimit helper function and name field
to AdditionalResource type for improved data handling.
2025-05-27 19:57:49 +02:00
Torsten Dittmann 9bfefbd4d0 Add default column widths and improve text display
- Set 168px width for all table columns
- Replace span with Typography.Text for better text truncation
- Add word-break styling to tooltip for long text wrapping
2025-05-27 19:29:38 +02:00
Torsten Dittmann 2a4de3bf52 Update @appwrite.io/pink-svelte to commit 7b28443 2025-05-27 19:27:35 +02:00
Torsten Dittmann 48cd5f4fb7 Merge pull request #1914 from appwrite/fix-command-center-search
Improve command center search and layout styling
2025-05-27 18:57:54 +02:00
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
Torsten Dittmann 6794cec74c Update @appwrite.io/pink-svelte to commit 6ea6004 6.0.21 2025-05-27 18:28:04 +02:00
Torsten Dittmann 681ea4ef8d Merge pull request #1913 from appwrite/chore-update-pink
Update @appwrite.io/pink-svelte to commit 4b27c82
6.0.20
2025-05-27 18:12:38 +02:00
Torsten Dittmann caedd49d2f Update @appwrite.io/pink-svelte to commit 4b27c82 2025-05-27 18:11:57 +02:00
Torsten Dittmann e876e5df83 Merge pull request #1912 from appwrite/fix-otp-input
Update pink-svelte dependency to b91df47 and improve code quality
6.0.19
2025-05-27 17:47:26 +02:00
Torsten Dittmann fe411a8a29 Update pink-svelte dependency to b91df47 and improve code quality
- Update @appwrite.io/pink-svelte to latest commit
- Replace loose equality (==) with strict equality (===)
- Add required attribute to InputDigits component
2025-05-27 17:42:36 +02:00
Torsten Dittmann b998314893 Merge pull request #1910 from appwrite/fix-1.7-plan-summary
fix: plan summary, org usage
6.0.18
2025-05-27 17:17:18 +02:00
Torsten Dittmann cfef6c7ec5 Merge pull request #1911 from appwrite/fix-projects-data-loading
Refactor project type handling in sidebar and shell
2025-05-27 17:17:09 +02:00
Torsten Dittmann 238b05c537 Refactor project type handling in sidebar and shell
- Limit fetching only 5 projects for the navigation
- Replace custom NavbarProject type with Models.Project
- Remove redundant project filtering in shell component
- Pass selectedProject directly from page data
- Add proper TypeScript types for layout data
2025-05-27 17:11:25 +02:00
Arman 67b783428b fix: project dropdown org usage 2025-05-27 17:08:10 +02:00
Arman 0ad03ebb75 fix: plan summary 2025-05-27 16:48:34 +02:00
Torsten Dittmann b1f084387e Merge pull request #1909 from appwrite/fix-disabled-cached-stricter-settings
Add cache headers for console static assets
6.0.17
2025-05-27 15:51:46 +02:00
Torsten Dittmann 42ce877cb8 Add cache headers for console static assets
Configure 1-day caching with revalidation for images, CSS, fonts,
and icons in the /console path to improve performance while ensuring
freshness.
2025-05-27 15:47:41 +02:00
Arman d95c5711bc Merge pull request #1908 from appwrite/fix-back-button-on-mobile
fix: show back button on mobile, fix create manual deployment check
2025-05-27 15:26:17 +02:00
Darshan 914f2a0494 Merge pull request #1907 from appwrite/fix-cards-ovreflowing
Fix: cards out of bounds
2025-05-27 18:55:13 +05:30
Arman e6d32b109f fix: show back button on mobile, fix create manual deployment check 2025-05-27 15:22:27 +02:00
Darshan 77d6968c7a fix: lock-file. 2025-05-27 18:50:43 +05:30
Torsten Dittmann 5f900676f8 Merge pull request #1905 from appwrite/fix-disabled-cached-stricter-settings
more explicit disabled cache for /console route in nginx config
2025-05-27 15:18:48 +02:00
Darshan 10e60019b7 fix: cards out of bounds. 2025-05-27 18:48:26 +05:30
Torsten Dittmann 680b4eecff Update docker/nginx.conf
Co-authored-by: Fabian Gruber <1951610+basert@users.noreply.github.com>
2025-05-27 15:15:13 +02:00
Arman 2f689cf957 Merge pull request #1906 from appwrite/fix-create-org-payment-flow
fix: create organization payment methods not updating
2025-05-27 15:09:03 +02:00
Arman 1f57b21c89 fix: create organization payment methods not updating 2025-05-27 15:07:08 +02:00
Torsten Dittmann 1ca27a6244 Update cache headers in nginx config
Change Cache-Control to "no-store" and add quotes to Pragma value
for more consistent cache prevention.
2025-05-27 15:04:22 +02:00
Torsten Dittmann 563cf7def8 more explicit disabled cache for /console route in nginx config 2025-05-27 15:01:09 +02:00
Arman adb77559c8 Merge pull request #1901 from appwrite/more-fixes
misc: fixes.
6.0.16
2025-05-27 14:42:47 +02:00
Darshan 408768c996 Merge pull request #1720 from appwrite/migration-pink2
Project Migration on Pink2 Wizard
2025-05-27 18:11:50 +05:30
Arman dd18d64b34 Merge pull request #1904 from appwrite/fix-org-redirection
fix: org routing, project creation
2025-05-27 14:41:42 +02:00
Arman 5ff0f996a3 fix: org routing, project creation 2025-05-27 14:31:36 +02:00
Darshan 425bd0cba7 fix: lint; remove: unused files. 2025-05-27 17:59:07 +05:30
Darshan 99cc7d0d82 remove: empty layout.stack — popped up uninvited, contributed nothing. 2025-05-27 17:33:11 +05:30
Darshan 43bb3ccfa4 update: address comments. 2025-05-27 17:29:06 +05:30
Darshan 032a89bce2 update: address comments. 2025-05-27 17:20:15 +05:30
Torsten Dittmann a541f3ed1e Merge pull request #1902 from appwrite/fix-cover-alignment
Change cover header alignment from center to baseline
2025-05-27 12:49:00 +02:00
Torsten Dittmann 5186f5b412 Change cover header alignment from center to baseline 2025-05-27 12:38:10 +02:00
Darshan c40970914c misc: fixes. 2025-05-27 11:32:27 +05:30
Darshan 8094f3087c Merge branch 'main' into 'migration-pink2'. 2025-05-27 11:19:37 +05:30
Darshan 7bba7c80ac misc: fixes. 2025-05-27 11:10:38 +05:30
Darshan 3bbf311f06 Merge pull request #1899 from appwrite/redirect-domain
Redirect after domain verified
6.0.15 6.0.14
2025-05-26 20:09:30 +05:30
Darshan bc2b8e5e7b update: redirect after domain verified. 2025-05-26 20:03:22 +05:30
Darshan 7f80d2d3f4 Merge pull request #1898 from appwrite/fix-regions
Re-add: available regions filtering on project creations
2025-05-26 19:47:21 +05:30
Darshan c4fc0eafea add: line break! 2025-05-26 19:36:12 +05:30
Darshan 1829944bbb re-add: available regions filtering on project creations. 2025-05-26 19:34:52 +05:30
Darshan 70608a0794 Merge pull request #1897 from appwrite/fix-domain-status
Fix domain status
2025-05-26 19:17:47 +05:30
Darshan b0365fa050 fix: casing. 2025-05-26 19:05:40 +05:30