Commit Graph
10719 Commits
Author SHA1 Message Date
Chirag Aggarwal 7edf9d4e37 fix: sitecard 2025-10-25 19:11:56 +05:30
Chirag Aggarwal badc824105 Merge branch 'main' into feat-resend-adapter 2025-10-25 19:11:09 +05:30
Darshan 52c583345b fix: leaking wss. 2025-10-25 17:03:09 +05:30
Darshan be2a8cb3ad fix: sdk signature and types. 2025-10-25 16:45:55 +05:30
Darshan 788097c854 fix: slot in a svelte5 environment on siteCard comp.
migrate: from `client.subscribe` to `realtime.subscribe`.
misc: use `resolve` for url.
2025-10-25 16:11:45 +05:30
Darshan 358ab5959d update: show correct info for required<>arrays. 2025-10-25 15:05:45 +05:30
Chirag Aggarwal e6e64732e5 fix: import 2025-10-25 11:55:10 +05:30
Chirag Aggarwal b811f42dd0 Merge branch 'main' into feat-resend-adapter 2025-10-25 10:13:00 +05:30
DarshanandGitHub 31845388b6 Merge pull request #2499 from appwrite/chore-avif-site-preview 2025-10-24 21:16:29 +05:30
Matej Bačo dbd3edd489 Merge branch 'main' into feat-tanstack-support 2025-10-24 16:48:40 +02:00
Matej Bačo 91c13cbedb code review fixes 2025-10-24 16:48:28 +02:00
Matej Bačo 6c182183bc CodeQL fixes 2025-10-24 16:32:17 +02:00
DarshanandGitHub 34df009dc7 Merge pull request #2481 from appwrite/feat-make-site-card-clickable 2025-10-24 16:40:28 +05:30
Matej Bačo 5765cfdc56 Finish todos 2025-10-24 12:58:33 +02:00
Matej BačoandGitHub 7545536166 Merge pull request #2466 from appwrite/fix-SER-414-permissions-truncated-issue
Feat: enhance permission display and handling in permissions table
2025-10-24 11:30:27 +02:00
Chirag Aggarwal bc69ee2546 feat: resend adapter 2025-10-23 19:37:46 +05:30
Matej Bačo 5b79767a35 Add TanStack support 2025-10-23 13:42:58 +02:00
Harsh Mahajan 1b52a88092 lint issue 2025-10-23 16:32:58 +05:30
Harsh MahajanandGitHub 4d8ec0af52 Update row.svelte 2025-10-23 16:26:09 +05:30
Harsh Mahajan 2da0313c2b use Card component with href prop instead of anchor tag 2025-10-23 15:35:06 +05:30
Harsh Mahajan d8b1674e97 code cleanup 2025-10-23 15:24:05 +05:30
Darshan bd4e707fa3 add: realtime on columns wait state. 2025-10-23 14:26:10 +05:30
Steven NguyenandSteven Nguyen 2dbdb5b752 chore: change image output format from Webp to Avif
Use AVIF over WebP because it results in a smaller file
2025-10-22 17:00:21 -07:00
Steven Nguyen 568d6a0dc4 fix: allow custom project id on self-hosted
Becuase the id was undefined, svelte threw a props_invalid_value error

Cannot do `bind:id={undefined}` when `id` has a fallback value

This PR updates the id to be an empty string to match other areas where we do something similar.
2025-10-22 09:17:54 -07:00
Darshan a297c0b9a5 fix: id is always indexed. 2025-10-22 12:00:25 +05:30
Harsh MahajanGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
61b5950a66 Update src/lib/components/permissions/row.svelte
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-22 11:19:24 +05:30
Harsh MahajanGitHubcoderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
f2dedbe9e9 Update src/lib/components/permissions/row.svelte
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-22 11:05:52 +05:30
Matej BačoandGitHub 5649842766 Revert "copy prompt" 2025-10-21 17:38:39 +02:00
Matej BačoandGitHub b7ca43dae3 Merge pull request #2479 from appwrite/fix-SER-458-modal-blocking-password-managers
feat: Set mode modeless for sendVerificationEmailModal to allow clickthrough overlay for password managers
2025-10-21 09:43:48 +02:00
DarshanandGitHub 3008fbabf8 Merge pull request #2477 from appwrite/copy-prompt 2025-10-21 11:41:59 +05:30
Atharva Deosthale 26d1bf3165 add analytics for copy prompt 2025-10-21 11:27:41 +05:30
Atharva Deosthale 6700f994ce lint 2025-10-21 11:20:25 +05:30
Atharva Deosthale f4647217bd add using 2025-10-21 11:17:03 +05:30
Harsh Mahajan aa9f918f10 use backdrop 2025-10-20 15:47:03 +05:30
Harsh MahajanandGitHub a4a09c8315 Update row.svelte 2025-10-20 12:48:27 +05:30
Harsh MahajanandGitHub 86c7c8e9d5 Adjust formatting based on viewport size 2025-10-20 12:47:56 +05:30
Darshan ef55680188 fix: show - for default values if column is a required type! 2025-10-19 19:57:48 +05:30
Darshan 031746a203 update: fix min width. 2025-10-18 15:54:39 +05:30
Darshan 86bd0b8d21 add: type info. on column. 2025-10-18 15:52:22 +05:30
Darshan 6f530ec701 fix: icon on email. 2025-10-18 15:27:15 +05:30
Harsh Mahajan 7cf6241bd9 code rabbit suggestion 2025-10-17 13:21:16 +05:30
Harsh Mahajan f59f9463d7 using plain old anchor instead ofg Link due to height contraints 2025-10-17 12:52:09 +05:30
Harsh Mahajan ee71860f19 make deployment screenshots clickable 2025-10-17 12:35:32 +05:30
Harsh Mahajan 8fece89449 use boolean 2025-10-16 19:54:31 +05:30
Harsh Mahajan e71d9df1dc feat: Set mode modeless for sendVerificationEmailModal to allow click-through overlay for password managers 2025-10-16 19:30:37 +05:30
Darshan 4603189a2e Merge branch 'main' into 'copy-prompt'. 2025-10-16 18:04:49 +05:30
Atharva Deosthale 0e042456d5 copy prompt 2025-10-16 17:33:23 +05:30
Darshan f350ecb5c9 lint. 2025-10-16 16:38:54 +05:30
Darshan 274801236b fix: param. 2025-10-16 16:25:06 +05:30
Darshan 8cdf6ed399 fix: platform type. 2025-10-16 16:24:25 +05:30