Commit Graph
11985 Commits
Author SHA1 Message Date
ArnabChatterjee20k 5f0facd7bf replaced nullable state with derived 2025-09-11 18:32:39 +05:30
ArnabChatterjee20k a13b009570 updated spatial index creation flow 2025-09-11 00:35:56 +05:30
ArnabChatterjee20k e5327757c8 added inline editing feature for spatial types 2025-09-11 00:03:45 +05:30
ArnabChatterjee20k 74129b226e fixed reactivity issues for the updates 2025-09-10 23:58:14 +05:30
ArnabChatterjee20k 3eb3c2c535 * svelte 5 migration
* new default toggle during create/edit
* pr followups
2025-09-09 21:40:22 +05:30
ArnabChatterjee20k cd9f3288d2 linting 2025-09-09 13:32:07 +05:30
ArnabChatterjee20k 64ec31f5dc Merge remote-tracking branch 'origin/main' into spatial-type-attributes 2025-09-09 11:54:51 +05:30
ArnabChatterjee20k 2530966ca8 linting 2025-09-09 11:54:23 +05:30
ArnabChatterjee20k 36cf38b947 linting 2025-09-09 11:22:10 +05:30
Darshan 5b98696e4a Merge pull request #2336 from appwrite/fix-Unable-to-set-teamId 7.1.8 2025-09-09 11:09:12 +05:30
Darshan 2e4997669b Merge pull request #2339 from appwrite/add-gtm 2025-09-09 10:52:04 +05:30
Darshan aa6f1bfb00 add: gtm. 2025-09-09 08:38:47 +05:30
Darshan d79a2e9b87 add: gtm. 2025-09-09 08:32:37 +05:30
ArnabChatterjee20k fb6879307d Enhance spatial input components by adding default handling logic and improving button states for better user experience 2025-09-08 20:37:32 +05:30
Matej Bačo 5ffad00066 Merge pull request #2337 from appwrite/chore-add-resourceId-to-listDeployments
Add function/siteId to listDeployments query select
2025-09-08 15:53:34 +02:00
ArnabChatterjee20k c9f2395ed9 Enhance layout of input components by adding gaps for better spacing and organization 2025-09-08 19:22:48 +05:30
Khushboo Verma 67c58331b9 Use resourceId 2025-09-08 19:13:29 +05:30
ArnabChatterjee20k ae7c57b3dc Refactor spatial input components to improve delete point logic and enhance handling of disable conditions 2025-09-08 19:08:33 +05:30
Khushboo Verma b10ce8f9b2 Add function/siteId to listDeployments query select 2025-09-08 19:03:46 +05:30
Harsh Mahajanandcoderabbitai[bot] daee5297f3 Update src/routes/(console)/project-[region]-[project]/auth/createTeam.svelte
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-08 18:23:35 +05:30
Harsh MahajanandDarshan 9f9ec27eec Update src/routes/(console)/project-[region]-[project]/auth/createTeam.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
2025-09-08 18:22:56 +05:30
ArnabChatterjee20k f543fd36ab Enhance spatial input handling by adding support for distance-based operators and updating related components 2025-09-08 18:14:51 +05:30
Harsh Mahajan d78df10446 update to svlete 5 2025-09-08 18:13:13 +05:30
Harsh Mahajan 3871837a84 fix(auth/teams): initialize team id to null 2025-09-08 17:55:27 +05:30
Darshan e30db8ec00 Merge pull request #2334 from appwrite/row-hover-state 2025-09-08 14:52:59 +05:30
Darshan f0444d0c09 add: computed hover solid without alpha so the overflown text don't show on hover. 2025-09-08 14:05:54 +05:30
Darshan 8eeae54c63 Merge pull request #2333 from appwrite/feat-SER-338-add-create-more-for-columns 2025-09-08 11:13:52 +05:30
Harsh Mahajan 13a00d0310 move to end 2025-09-08 11:07:53 +05:30
Harsh Mahajan 9eaedc6d58 eeset createMoreColumns to false when sheet closes 2025-09-08 10:58:30 +05:30
Harsh Mahajan ac301bb021 feat: add Create more to column creation flow 2025-09-07 18:04:41 +05:30
Darshan 6746917211 Merge pull request #2332 from appwrite/feat-SER-319-Update-filter-components 2025-09-07 17:33:37 +05:30
Harsh Mahajan 48b1463179 feat(ui): adopt searchable column selector with Select/Deselect all across console 2025-09-07 16:44:30 +05:30
ArnabChatterjee20k 90fd508af6 Implement onChangePoint handlers for spatial input components and update related logic 2025-09-06 17:42:06 +05:30
ArnabChatterjee20k fe7ea4113b Add InputPolygon component and enhance spatial input handling
- Introduced InputPolygon component for polygon spatial data input.
- Updated InputLine and InputPoint components to support index-based point addition and deletion.
- Modified line and point components to handle default spatial data more effectively.
- Enhanced column components to manage spatial data types including polygon.
2025-09-06 14:58:32 +05:30
ArnabChatterjee20k 8a5eca914c Refactor spatial input components to use nullable properties and default spatial data 2025-09-06 14:01:56 +05:30
ArnabChatterjee20k 0a03c56d8c * updated sdk
* updated line , point default types
* spreadsheet cell for spatial types open in sidesheet
2025-09-06 11:00:36 +05:30
Darshan 13a0f5e2be Merge pull request #2232 from appwrite/fix-SER-289-Improve-BackUp-ui-changes 2025-09-05 19:19:18 +05:30
ArnabChatterjee20k 966bc6ba1d added the spatial view in the spreadsheet 2025-09-05 17:17:13 +05:30
ArnabChatterjee20k 89a3323bb9 Merge remote-tracking branch 'origin/main' into spatial-type-attributes 2025-09-05 17:11:51 +05:30
Harsh Mahajan 0d59d44e55 Merge branch 'main' into fix-SER-289-Improve-BackUp-ui-changes 2025-09-05 15:05:10 +05:30
Matej Bačo 14de55d1bd Merge pull request #2329 from appwrite/fix-deployments-list-speed
Fix: Deployment select attributes for speed-up
7.1.7
2025-09-05 11:20:03 +02:00
Matej Bačo 8cd66cd142 Deployment select attributes for speed-up 2025-09-05 11:11:24 +02:00
Darshan 59d0cccae9 Merge pull request #2328 from appwrite/fix-faker-again 2025-09-05 13:45:29 +05:30
Darshan fcac5fd2b2 fix: faker. 2025-09-05 13:33:17 +05:30
Darshan 01e11f5e44 Merge pull request #2326 from appwrite/table-actions-on-subnav 2025-09-05 12:55:13 +05:30
Darshan 7745037d3e Merge pull request #2304 from appwrite/feat-SER-344-promo-notification-Inversion-Queries 2025-09-05 12:38:23 +05:30
Darshan fb0341916e update: misc. 2025-09-05 12:32:15 +05:30
Darshan 1a1302e8f3 update: misc fixes as per reviews. 2025-09-05 12:30:31 +05:30
Darshan 05640ca8f9 Merge pull request #2327 from appwrite/fix-SER-320-Bug-select-more-users 2025-09-05 12:27:01 +05:30
Harsh Mahajan e31f1a6c93 improve checkbox selection and added type button to solve pagination issue 2025-09-05 12:14:04 +05:30