Commit Graph

2070 Commits

Author SHA1 Message Date
Damodar Lohani 0e0f61be32 add border 2025-06-08 12:33:59 +00:00
Darshan 2d14efecf6 address comments. 2025-06-08 17:38:13 +05:30
Damodar Lohani e1d0bcae7c update height 2025-06-08 11:03:30 +00:00
Darshan a12142259c add: enterprise trial banner. 2025-06-08 12:11:25 +05:30
Darshan e5a29376e6 add: current plan if not one of the base plans. 2025-06-08 10:45:44 +05:30
Darshan a5160e0c74 fix: show correct plan name tag/badge. 2025-06-08 10:23:19 +05:30
Arman 29351f5428 fix: header navigation, made route explicit 2025-06-06 13:55:54 +02:00
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
Steven Nguyen 16b2278bab fix: update EstimatedTotalBox to display data from estimation 2025-06-02 16:56:32 -07:00
Darshan 537043537a Merge pull request #1962 from appwrite/fix-datetime
Fix datetime
2025-06-02 18:34:59 +05:30
Darshan 4c06e5b115 Merge pull request #1957 from appwrite/fix-select-teams-pagination
Fix: teams/users pagination
2025-06-02 18:30:46 +05:30
ernstmul 4947a84f19 Fix responsiveness 2025-06-02 13:40:21 +02:00
ernstmul a1d1045e87 Only untrack when no installation is set 2025-06-02 13:26:38 +02:00
Darshan 83ac1a8e5a use: timestamps for datetime attribute. 2025-06-01 14:39:13 +05:30
Darshan 3919d53d97 change: default logic. 2025-06-01 14:15:38 +05:30
Darshan a64de93a48 fix: broken datetime component. 2025-06-01 14:12:29 +05:30
Darshan 6f455d6f6c misc. 2025-05-31 16:29:40 +05:30
Darshan 1d06e4ef01 fix: teams pagination; add: spinner while data is fetched. 2025-05-31 16:27:48 +05:30
Torsten Dittmann 235fe34c66 Refactor domain verification status handling
Change verified prop from boolean to boolean|undefined to better represent
three-state verification (undefined/pending, true/verified, false/failed).
Remove "Pending verification" badges and standardize verification error
messages. Fix grid layout for domain metrics and improve error handling
by displaying error messages instead of error objects.
2025-05-30 20:25:09 +02:00
Arman 980ab8e7d6 fix diagnostic 2025-05-30 17:29:48 +02:00
Arman 5955fb0d04 Merge branch 'main' of github.com:appwrite/console into fix-estimation-box-componet 2025-05-30 17:19:57 +02:00
Arman b17ceba569 chore: delete extra component 2025-05-30 17:18:52 +02:00
Arman 57466a3d54 fix: estimation box component 2025-05-30 17:16:32 +02:00
Steven Nguyen 15b90d8939 Merge pull request #1931 from appwrite/fix-coupon-not-applying
Fix coupon not applying
2025-05-30 08:14:43 -07:00
Torsten Dittmann 5f04c0672c Update src/lib/components/navbar.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
2025-05-30 16:19:01 +02:00
Torsten Dittmann cc3f3a7141 Replace non-strict equality with strict equality and fix undefined access
- Use !== instead of != for null comparisons
- Update MFA status indicator from Pill to Badge component
2025-05-30 15:56:37 +02:00
Torsten Dittmann e22ec6ae52 Fix various issues in billing flows
- Add color package for color manipulation
- Update Stripe form appearance for light and dark themes with proper
  color conversion and improved focus states
- Fix payment modal loading state display
- Improve payment method table column widths and conditional visibility
- Fix navbar account menu closing on navigation
- Update OAuth modal descriptions and remove duplicate titles
- Export closeModal method from FakeModal component
2025-05-30 15:51:17 +02:00
Darshan 63941a07d9 misc: fixes. 2025-05-29 16:17:44 +05:30
Darshan afab4da6b9 Merge branch 'main' into 'fix-rules-domains'. 2025-05-29 16:14:23 +05:30
Darshan a3ebd6731d update: protocols in project route. 2025-05-29 16:06:35 +05:30
Darshan d335905c27 update: console variables in components. 2025-05-29 15:55:09 +05:30
Steven Nguyen 23a52fdf21 fix: remove duplicate success notification 2025-05-28 16:05:24 -07:00
Torsten Dittmann faff800d33 Merge pull request #1928 from appwrite/fix-top-nav-projects-list
Refactor breadcrumbs to use page store for selected project
2025-05-28 16:26:03 +02:00
Torsten Dittmann 4fe24d3ef6 Fix page store import and usage in breadcrumbs
Change import from `$app/state` to `$app/stores` and update usage
from `page.data.project` to `$page.data.project` to properly access
the reactive store value.
2025-05-28 16:14:07 +02:00
Torsten Dittmann 5f31ab4a88 Update breadcrumbs to use base path and new page store
Replace hardcoded `/console` paths with `${base}` prefix and migrate
from `$app/stores` to `$app/state` for page access.
2025-05-28 16:13:29 +02:00
Torsten Dittmann dd5bf02a0d Refactor breadcrumbs to use page store for selected project
- Replace project selection logic with page.data.project
- Add type annotations for better type safety
- Clean up component formatting and remove unused isSelected property
2025-05-28 16:04:47 +02:00
Darshan 81e5330c5d remove: isSearchables. 2025-05-28 18:31:26 +05:30
Darshan f05bc969c8 address comment. 2025-05-28 14:49:52 +05:30
Darshan 9eabedeee5 fix: lint 2025-05-28 10:42:22 +05:30
Darshan 4566271e59 fix: that coupon banner! 2025-05-28 10:37:29 +05:30
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 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 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
Darshan 914f2a0494 Merge pull request #1907 from appwrite/fix-cards-ovreflowing
Fix: cards out of bounds
2025-05-27 18:55:13 +05:30
Darshan 10e60019b7 fix: cards out of bounds. 2025-05-27 18:48:26 +05:30
Arman 1f57b21c89 fix: create organization payment methods not updating 2025-05-27 15:07:08 +02:00