Commit Graph
700 Commits
Author SHA1 Message Date
Darshan ca24b61791 Merge pull request #2583 from appwrite/fix-SER-493-prevent-global-shortcuts-when-typing-in-select 2025-11-22 17:55:15 +05:30
Darshan 631e349458 Merge branch 'main' into 'revamp-designs'. 2025-11-12 13:10:19 +05:30
Harsh Mahajan a030a29948 fix: Prevent command center shortcuts while typing in selects 2025-11-11 07:21:41 +00:00
Darshan ea560c1d85 update: logic with library side. 2025-11-06 12:12:06 +05:30
Darshan 9ec11dc9bb update: columns ai suggestions [wip]. 2025-10-06 17:17:51 +05:30
Darshan b456c4d951 fix: broken id forms. 2025-10-05 14:53:10 +05:30
Darshan b13fac8880 address rabbit's comment. 2025-10-04 12:12:06 +05:30
Darshan b42676d867 fix: nullable not shown in datetime column type. 2025-10-04 12:01:32 +05:30
ArnabChatterjee20k 7640efd26e updated the step count for point to 0.0001 2025-09-17 16:19:16 +05:30
ArnabChatterjee20k 372d5a7889 Merge remote-tracking branch 'origin/main' into spatial-type-attributes 2025-09-11 19:05:52 +05:30
ArnabChatterjee20k 45f0ace98e refactor: update pink-icons and pink-svelte dependencies; adjust related components for consistency 2025-09-11 18:58:17 +05:30
Darshan 3f7b315806 add: left icon support from pink to console.
update: add accordion for relationship items on side sheet.
2025-09-11 15:01:11 +05:30
ArnabChatterjee20k 3eb3c2c535 * svelte 5 migration
* new default toggle during create/edit
* pr followups
2025-09-09 21:40:22 +05:30
ArnabChatterjee20k 2530966ca8 linting 2025-09-09 11:54:23 +05:30
ArnabChatterjee20k 36cf38b947 linting 2025-09-09 11:22:10 +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
ArnabChatterjee20k c9f2395ed9 Enhance layout of input components by adding gaps for better spacing and organization 2025-09-08 19:22:48 +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
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
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
ArnabChatterjee20k 89a3323bb9 Merge remote-tracking branch 'origin/main' into spatial-type-attributes 2025-09-05 17:11:51 +05:30
ArnabChatterjee20k 85c1a14057 add delete option for the points 2025-09-04 23:39:12 +05:30
ArnabChatterjee20k 86a4c857f7 added rows in the spreadsheet and row creation 2025-09-04 23:13:01 +05:30
ArnabChatterjee20k 76d49aedb3 updated column types 2025-09-04 21:15:30 +05:30
ArnabChatterjee20k a019c996f5 updated spatial type and individual spatial input componet 2025-09-04 21:15:09 +05:30
ArnabChatterjee20k 83d9258f6b added a input shape component for adding coordinates 2025-09-04 16:41:08 +05:30
Darshan 0747cdda5c fix: number coercing! 2025-08-31 20:03:19 +05:30
Darshan 0b2e8d4b68 fix: coercing fight between 2 events. 2025-08-31 12:19:14 +05:30
Darshan 643ebef035 fix: numbers edits. 2025-08-31 12:13:20 +05:30
Darshan 9a17664c8c Merge branch 'main' into 'spreadsheet'. 2025-08-19 16:13:09 +05:30
Darshan 1a359fde70 feat: inline cell edits for arrays with options for advance edits.
fix: top spacing on mobile for side-sheets, make em default instead of passing a prop, which can be missed sometimes.
fix: issue with non-persistent expanded tab after toggle.
2025-08-18 10:54:27 +05:30
Harsh Mahajan bd67a2eaea fix: coerce number input for iOS/Safari and rely on native validation 2025-08-09 00:20:48 +05:30
Harsh Mahajan 27eff3fc7d fix:coerce numeric values, and handle nullable correctly 2025-08-09 00:05:09 +05:30
Darshan 9b531448e0 add: in cell edit support. 2025-08-04 19:30:01 +05:30
Harsh Mahajan b7f7204415 feat: added badges 2025-08-04 18:20:59 +05:30
Darshan 2feb95cb19 fix: missing files. 2025-07-28 14:50:28 +05:30
Darshan 6a3fe2848e add: nice seekbar component, fake data logic, multi attribute deletion. 2025-07-28 13:05:35 +05:30
Darshan 2ccfc31324 update: sync ids to table/collection names, add dark mode empty state image. 2025-07-23 13:02:45 +05:30
DarshanandTorsten Dittmann b1df97a4c3 svelte5: cleanups, improvements (#1966)
* update: cleanups, improvements.

* fix: protocol usage.

* update: load failed invoice as non-blocking.

* address comments, make stuff faster!

* fix: missing type on org loads.

* fix: connect button shown on org. page.

* fix: error check.

* update: comment, just ocd things.

* update: flip `localStorage` check after `browser` check.

* update: comment.

* perf: parallelize fetch for faster loads [↓49%]

* update: compute things later.

* update: don't rely on dependency or reload if scope doesn't allow.

* update: simplify.

* update: do not load credits if the organization plan does not support it.

* update: just some cleaning.

* address comments for promise handling.

* address comments; remove: unused api calls!!!

* address comments;

* address comment.

* misc.

* cleaner endpoint creation.

* fix: required to optional.

* update: url to quick load.

* address comments.

* update: load payments on ui.

* update: load non-urgent calls on UI.

* fix: unnecessary runs of root layout.

* reduce: calls to countries, locale api.

* reduce: calls to countries, locale api in org settings.

* update: simplify api calls and data passing.

* address comments.

* remove: id from `UsageProjectInfo`.

* update: make api call only when needed.

* fix: text.

* fix: endpoint flag design <> verified by design.

* fix: `inline` inner stack so project name has enough space.

* fix: tests.

* update: improve orgs loading?

* update: misc.

* remove: todo.

* updates: more billing cleanups.

* misc.

* misc.

* fix: tests and a warning.

* address comment.

* fix: merge leftover issues.

* fix: tab selection on overview.

* fix: issues with user store on main project layout.

* remove: `selectedTab` store.

* fix: account menu regression.

* fix: reactive logic. use `svelte5` syntax.

* Remove trailing comma in invalidate array

* remove: unused method.

* updates: misc optimizations.

* fix: lint.

* update: changes after merge.

* update: modal size for credits and show loader.

* update: misc and PR freeze!

* update: use a default credit card icon if one isn't supported by the API.

* fix: project loading state as per updated org ID. LAST FIX.

* address comments.

---------

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2025-06-20 15:17:23 +02:00
Darshan a64de93a48 fix: broken datetime component. 2025-06-01 14:12:29 +05:30
Darshan 81e5330c5d remove: isSearchables. 2025-05-28 18:31:26 +05:30
Darshan 4566271e59 fix: that coupon banner! 2025-05-28 10:37:29 +05:30
ernstmul cdd1eb6dc8 Cronjob field as text 2025-05-23 10:31:25 +02:00
Darshan 7a985d8bce fix: errors, warnings, tests. 2025-05-16 13:31:13 +05:30
Arman 32e706756c chore: enforcenoUnusedLocals 2025-05-15 11:57:04 +02:00
Arman 414d995f94 fix: errors 2025-05-14 15:11:23 +02:00
Arman 5a96e28b38 fix: check issues 2025-05-14 14:56:29 +02:00