Commit Graph
10429 Commits
Author SHA1 Message Date
Darshan f77d4fc073 fix: templates not loading. 2025-05-30 13:18:41 +05:30
ArmanandGitHub 637bf20cc2 Merge pull request #1938 from appwrite/fix-sheet-component-overflow
fix: sheet component overflow, phantom scrollbar
6.0.27
2025-05-29 15:57:02 +02:00
Arman 0a111a3c35 fix pckg 2025-05-29 15:41:31 +02:00
Arman 30f1e63442 fix: review comment 2025-05-29 15:36:41 +02:00
Arman ef3bf02367 fix: sheet component overflow, phantom scrollbar 2025-05-29 15:30:35 +02:00
DarshanandGitHub 09acd1740b Merge pull request #1936 from appwrite/fix-rules-domains
Fix rules domains
2025-05-29 18:12:31 +05:30
Darshan 99fea9b021 update: method name :wink 😉 2025-05-29 18:02:55 +05:30
DarshanandGitHub 9319492e92 Merge pull request #1937 from appwrite/fix-onboarding-env
Fix onboarding env
2025-05-29 17:28:00 +05:30
Darshan fcd91ffa29 lint. 2025-05-29 17:18:48 +05:30
Darshan 76f1a8099f fix: env var and the image reference. 2025-05-29 17:17:21 +05:30
ArmanandGitHub dacf373619 Merge pull request #1935 from appwrite/fix-domain-screens
fix: domain screens
2025-05-29 13:43:07 +02:00
Darshan 6bce222764 misc: fixes. 2025-05-29 16:25:19 +05:30
Darshan 63941a07d9 misc: fixes. 2025-05-29 16:17:44 +05:30
Darshan a1046cebd3 fix: lint. 2025-05-29 16:15:13 +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
Arman eedc976c0f fix: use correct sdk, update imports, delte old code 2025-05-29 12:27:31 +02:00
Darshan d335905c27 update: console variables in components. 2025-05-29 15:55:09 +05:30
Darshan 3eb5d75aed update: console variables in settings. 2025-05-29 15:42:33 +05:30
Darshan 75e24ed8f2 lint. 2025-05-29 15:33:46 +05:30
Darshan bd60b56c86 add: a fallback anyways. 2025-05-29 15:33:18 +05:30
Darshan c758a58402 update: console variables on sites. 2025-05-29 15:32:19 +05:30
Darshan f4f793cc63 fix: var reference name. 2025-05-29 15:21:25 +05:30
Darshan a40d0cc081 add: region based console variables on functions. 2025-05-29 15:19:45 +05:30
Arman 8485e38c33 fix: domain screens 2025-05-29 11:27:35 +02:00
DarshanandGitHub de35441f5d Merge pull request #1934 from appwrite/fix-template-image
Fix: image.
2025-05-29 13:36:43 +05:30
Darshan 2ed4665774 fix: image. 2025-05-29 13:29:50 +05:30
Torsten DittmannandGitHub 74b1147c32 Merge pull request #1929 from appwrite/fix-function-settings
fix: function settings
6.0.26
2025-05-28 17:21:57 +02:00
Arman 944c95fa65 remove console log 2025-05-28 17:19:57 +02:00
Arman 32f7491608 fix: function settings 2025-05-28 17:08:53 +02:00
Torsten DittmannandGitHub faff800d33 Merge pull request #1928 from appwrite/fix-top-nav-projects-list
Refactor breadcrumbs to use page store for selected project
6.0.25
2025-05-28 16:26:03 +02:00
Torsten Dittmann 2db39682f1 Add isSelected property and type safety to navbar projects
Adds isSelected boolean to project objects based on current page params
and applies NavbarProject type constraint with satisfies operator.
2025-05-28 16:19:11 +02:00
ArmanandGitHub 5140d5a33b Merge pull request #1877 from appwrite/fix/fix-relationship-set-and-view
Fix/fix relationship set and view
2025-05-28 16:14:48 +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
DarshanandGitHub 88b2191a2d Merge pull request #1926 from appwrite/domain-retries
Add: retry verification on domain
2025-05-28 19:43:03 +05:30
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 3768eb9711 Merge branch 'main' into 'domain-retries'. 2025-05-28 19:34:46 +05:30
Darshan 352d7d8c76 revert: last change. 2025-05-28 19:33:51 +05:30
Darshan 084b2c3dd0 fix: data shown on column for related table. 2025-05-28 19:32:54 +05:30
Darshan bd0dc7b894 address design comments. 2025-05-28 19:29:02 +05:30
Torsten DittmannandGitHub 5c598e2a39 Merge pull request #1927 from appwrite/fix-function-template-loading
Remove templatesList from functions layout and refactor loading
2025-05-28 15:44:33 +02:00
Darshan f95ed47104 fix: table showing n/a 2025-05-28 19:12:55 +05:30
Torsten Dittmann 164a9c2052 Update pink-svelte dependency to 59bddf0 2025-05-28 15:39:32 +02:00
Darshan efb955246f fix: missing search. 2025-05-28 19:07:41 +05:30
Torsten Dittmann aecda2c84a Fix template search/filter UX and performance
- Add noScroll option to navigation to prevent page jumps
- Reorder empty state conditions to check search/filter first
- Remove unused parent parameter from page load function
2025-05-28 15:26:25 +02:00
Torsten Dittmann 65f950db75 Remove templatesList from functions layout and refactor loading
Move templates loading from layout to individual pages to reduce unnecessary data loading and improve performance. Update create-function page to load templates directly instead of inheriting from parent.
2025-05-28 15:13:14 +02:00
Darshan 81e5330c5d remove: isSearchables. 2025-05-28 18:31:26 +05:30
Darshan 88cdf9d8f5 Merge branch 'main' into 'fix-relationship-set-and-view'. 2025-05-28 18:17:38 +05:30
Darshan 6c2ab949f0 misc: updates. 2025-05-28 18:09:30 +05:30