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
Torsten Dittmann and GitHub
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
Torsten Dittmann
164a9c2052
Update pink-svelte dependency to 59bddf0
2025-05-28 15:39:32 +02:00
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 and GitHub
0509d32dd6
Merge pull request #1923 from appwrite/project-import-flow
...
Migrate the migration flow to Pink2
2025-05-28 17:43:34 +05:30
Darshan and GitHub
72df9b40d9
Merge pull request #1925 from appwrite/fix-auto-org-creation
...
Add: create an organization page
2025-05-28 17:43:14 +05:30
Darshan
098882b2d3
address comment: abstract region filtering for selection options.
2025-05-28 17:32:42 +05:30
Darshan
dce3407f80
add: create an organization page.
2025-05-28 17:21:54 +05:30
Torsten Dittmann and GitHub
94f576a501
Merge pull request #1924 from appwrite/fix-documents-table-column-min-width
...
Change column width min property on documents table
6.0.24
2025-05-28 13:41:59 +02:00
Torsten Dittmann
2ac51670b2
Change column width min property on documents table
2025-05-28 12:56:28 +02:00
Darshan
37de7d5ed9
update: patch the migrations flow.
2025-05-28 16:23:28 +05:30
Darshan and GitHub
6f5990a951
Merge pull request #1921 from appwrite/fix-coupon-banner
...
Fix: coupon banner!
2025-05-28 14:56:33 +05:30
Darshan and GitHub
f05bc969c8
address comment.
2025-05-28 14:49:52 +05:30
Darshan and GitHub
519afabcd3
Merge pull request #1922 from appwrite/fix-onboarding-redirection
...
fix: onboarding redirection
2025-05-28 14:39:35 +05:30
Darshan and GitHub
275b05805b
Merge pull request #1916 from appwrite/fix-missing-region
...
fix: add missing region from various URLs
2025-05-28 14:36:41 +05:30
Arman
641eb82262
remove extra store
2025-05-28 11:01:37 +02:00
Darshan and GitHub
085a7e6385
Merge pull request #1918 from appwrite/fix-region-store
...
Add null safety to regionsStore access
6.0.23
2025-05-28 14:29:46 +05:30
Darshan
d5dcd10dee
address comments.
2025-05-28 14:29:35 +05:30
Darshan
19ccef9371
Merge branch 'main' into 'fix-region-store'.
2025-05-28 14:26:16 +05:30
Arman
7c61e23991
fix: onboarding redirection
2025-05-28 10:26:28 +02:00
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
Darshan and GitHub
1d982f41b4
Merge pull request #1917 from appwrite/fix-invoice-view-download
...
fix invoice view and download links
2025-05-28 09:16:11 +05:30
Darshan and GitHub
a8a5727053
Merge pull request #1919 from appwrite/fix-undefined-organization-id
...
Fix undefined errors
2025-05-28 09:13:51 +05:30
Steven Nguyen
e4c66b13f8
chore: remove unnecessary regions fetch
...
The regions store is populated elsewhere already so no need to do it again here.
Also, $organization may not be defined on mount which would lead to:
TypeError: Cannot read properties of undefined (reading '$id')
2025-05-27 17:28:03 -07:00
Steven Nguyen
333b812c82
fix: initialize regions store as empty ConsoleRegionList
...
Using undefined as the initial value can lead to issues when trying to access the store such as:
TypeError: Cannot read properties of undefined (reading 'regions')
2025-05-27 17:28:03 -07:00
Torsten Dittmann
92a5a43824
Fix invoice URL to use API endpoint instead of base path
2025-05-28 02:02:00 +02:00
Torsten Dittmann
fb9ef29806
Add null safety to regionsStore access
2025-05-28 01:56:08 +02:00
Steven Nguyen
dc9ba4b146
fix: fix invoice view and download links
...
The prefix should be the api endpoint instead of the base path so that
the developer goes straight to the API endpoint to view or download
their invoice.
2025-05-27 16:30:21 -07:00
Steven Nguyen
1a7caf1398
fix: add missing region from various URLs
2025-05-27 15:35:33 -07:00
Torsten Dittmann and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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