Commit Graph

11337 Commits

Author SHA1 Message Date
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
Darshan d5805c353b lint. 2025-08-16 18:26:30 +05:30
Darshan 8dd316c667 scroll back to top on any sort. 2025-08-16 18:06:17 +05:30
Darshan 387fd33e94 fix: row activity table scroll issue. 2025-08-16 18:03:08 +05:30
Darshan 894b5b742a add: button to notification when index is created from non main page. 2025-08-16 17:35:17 +05:30
Darshan d460c8357e update: check the selector to create index from columns page. 2025-08-16 17:29:52 +05:30
Darshan 5e481440de updates: misc, library bump for keyboard nav. 2025-08-16 16:54:51 +05:30
Darshan 67c92bca67 updates: misc, library bump for sequence to checkbox on hover. 2025-08-16 14:02:12 +05:30
Darshan 3e0db68391 updates: misc, library bump. 2025-08-16 12:01:58 +05:30
Darshan 2d79326954 fix: another sizing bug from library! 2025-08-15 20:00:15 +05:30
Darshan 1bdbab334c fix: stuff around with columns, reordering and pagination small fix.
new: you can now scroll to the top of a page by selecting it again when at the bottom of the same page!
7.0.0-qa.11
2025-08-15 19:43:28 +05:30
Darshan de40b450a2 fix: column selector <> column swap edge case.
Details - Hiding some columns via `columnSelector.svelte` and then swapping them would bring back the hidden columns.
2025-08-15 13:05:42 +05:30
Darshan 80e28cf8fb fix: button size. 2025-08-14 19:23:33 +05:30
Darshan 719b9e49ad fix: size handling on window resize. 2025-08-14 19:11:41 +05:30
Darshan ad84dd76f8 update: font edits and fixes. 2025-08-14 19:06:38 +05:30
Darshan 13b36fc3c2 update: array empty column badge;
update: colum selector <> account preferences sync, show count only after a user changed the selection;
2025-08-14 18:11:47 +05:30
Darshan ae2f45fe2d fix: faker. 2025-08-14 15:24:37 +05:30
Darshan 55a3c56ffd update: more layout fixes. 2025-08-14 13:26:14 +05:30
Darshan 3aefacf44f update: layout fixes 2025-08-14 12:51:37 +05:30
Darshan 39a758fb10 qa: fixes, lesssgoooo! 7.0.0-qa.10 2025-08-13 20:04:18 +05:30
Darshan fcfab0521d update: header expanded states on preferences. 2025-08-13 14:01:18 +05:30
Darshan 35db7c8911 Merge remote-tracking branch 'origin/spreadsheet' into spreadsheet 2025-08-13 10:19:17 +05:30
Darshan 89cf9b54c1 update: handle query on custom page as well. 2025-08-12 19:32:44 +05:30
Darshan 57612be9a3 updates: removed $sequence.
fixed: order query for next/previous page.
2025-08-12 19:30:30 +05:30
Darshan 9da66dc050 Merge pull request #2213 from appwrite/feat-SER-259-change-insert-to-create 2025-08-12 18:36:20 +05:30
Harsh Mahajan 07fc735a9e Update +page.svelte 2025-08-12 16:02:59 +05:30
Darshan 2163f46098 updates. 7.0.0-qa.9 2025-08-12 15:31:24 +05:30
Harsh Mahajan 4b65e7ee11 fix : replaced wrong names 2025-08-12 14:40:21 +05:30
Darshan e93d4984da Merge pull request #2210 from appwrite/fix-SER-258-Index-creation-sidebar-closes-on-error 2025-08-11 22:40:18 +05:30
Harsh Mahajan f82bfecda2 fix: Index Creation Sidebar Closes on Validation Errors 2025-08-11 22:13:00 +05:30
Darshan 23278faf23 Merge remote-tracking branch 'origin/spreadsheet' into spreadsheet 2025-08-11 19:59:47 +05:30
Darshan c2edbaa903 updates. 2025-08-11 19:55:32 +05:30
Darshan 88156963e5 Merge pull request #2204 from appwrite/fix-SER-262-create-table-ui-showing-collection-id 2025-08-11 17:16:42 +05:30
Darshan a258848f99 Merge pull request #2205 from appwrite/fix-SER-260-Simplify-Copy 2025-08-11 17:16:16 +05:30
Harsh Mahajan 98d5c65e61 fix: replace your existing rows with replace any existing rows 2025-08-11 17:14:08 +05:30
Harsh Mahajan de129f9801 feat: change Collection ID to Table ID in create table modal 2025-08-11 17:04:58 +05:30
Darshan f4a2b8fbb7 update: errors handling on forms. 2025-08-09 17:39:55 +05:30
Darshan dbc0dabda5 fix: height resize. 2025-08-09 15:37:39 +05:30
Darshan 81c5214241 update: expand, collapse header on sheets screen. 2025-08-09 15:30:44 +05:30
Darshan 3a38ca4750 linting. 7.0.0-qa.8 2025-08-09 11:05:28 +05:30
Darshan d05248bf4e fix: updatePrefs calls using object params. 2025-08-09 10:54:10 +05:30
Darshan 6875cdd304 fix: sidebar double settings. 2025-08-09 10:52:33 +05:30
Darshan 5c2cd4408e fix: columns footer;
add: `+` on column footer;
fix: empty states on `indexes` and `rows`.
update: length wording on footer.
2025-08-08 19:39:28 +05:30
Darshan ade332b1d2 fix: edge case on input positioning. 2025-08-08 18:58:27 +05:30
Darshan 2ea0560102 update: remove primary key;
update: row activity sheet;
2025-08-08 18:33:03 +05:30
Darshan 1d551ff36a update: revert cell's value on update failure. 7.0.0-qa.7 2025-08-08 12:03:09 +05:30
Darshan 3f9ee4c7d7 update: add delay to tooltips;
update: proper id hashing for spreadsheet keys;
update: state management issues with column swaps and resizing;
update: handle horizontal grid scroll with restore on url query sorting;
7.0.0-qa.6
2025-08-08 11:41:08 +05:30
Darshan 29f1331919 add: missed update fix for waterfall requests. 2025-08-06 19:38:58 +05:30
Darshan 2b6fe215bc fix: stateeeeeee issues!!! 2025-08-06 19:14:58 +05:30
Darshan 8790ac3b96 update: vlist. 7.0.0-qa.5 2025-08-05 20:06:53 +05:30