Darshan
a18ac7b23c
remove: leftovers, bump: clean deps.
2025-08-19 16:18:58 +05:30
Darshan
9a17664c8c
Merge branch 'main' into 'spreadsheet'.
2025-08-19 16:13:09 +05:30
Darshan
ed9558218c
update: add tooltips to actions.
2025-08-19 14:26:49 +05:30
Darshan
a6b65dbb13
fix: better height calc logic for spreadsheet.
...
update: single `tableHeaderExpanded` pref state for all tables.
7.0.0-qa.13
2025-08-19 12:46:54 +05:30
Darshan
9893558ecf
bump: pink library.
2025-08-18 20:04:32 +05:30
Darshan
83fda6d65d
fix: banner top spacing issue.
...
update: pink library.
2025-08-18 19:17:04 +05:30
Darshan
0c9c2e43dc
update: cleanup, lint.
2025-08-18 18:38:57 +05:30
Darshan
0059958e01
Merge pull request #2229 from appwrite/feat-update-custom-domain-table
6.1.33
2025-08-18 18:37:33 +05:30
Darshan
4651d56367
update: move things around, cleanup.
2025-08-18 18:30:59 +05:30
Khushboo Verma
9f29e4e3de
Use badge for appwrite served values
2025-08-18 18:30:53 +05:30
Khushboo Verma
f420d22c3d
Only mask if locked
2025-08-18 18:07:32 +05:30
Khushboo Verma
61715e0894
Mask CAA and AAAA records
2025-08-18 17:18:24 +05:30
Darshan
b14e02029b
Merge remote-tracking branch 'origin/spreadsheet' into spreadsheet
7.0.0-qa.12
2025-08-18 16:12:59 +05:30
Darshan
bd6e156ca3
update: ID > $id
...
fix: displayNames logic <> preferences.
fix: edit related rows in the side sheet.
fix: dynamic height on empty sheet's overlay.
fix: filter checkbox and action item being a bit independent.
2025-08-18 16:10:49 +05:30
Matej Bačo
c54a02ed7a
Merge pull request #2208 from appwrite/fix-SER-257-row-activity-create-event
...
fix: activity empty state to point to the specific databases document…
2025-08-18 09:40:38 +02:00
Matej Bačo
d3a4d1c0df
Merge pull request #2206 from appwrite/fix-SER-261-Documentation-Button-is-missing-action-issue
...
fix: added href tag for Documentation
2025-08-18 09:39:17 +02:00
Darshan
5a1d39729f
fix: missing advanced edit click listener on other string types as well.
2025-08-18 10:56:49 +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
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
d7735f0d8b
Merge pull request #2101 from tejas-raskar/fix-1997-bring-back-the-current-version-in-the-footer
2025-08-14 17:13:46 +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
Tejas Raskar
845be69c14
fix: linter issues
2025-08-13 23:08:27 +05:30
Harsh Mahajan
0713ce50e6
Merge branch 'main' into fix-1997-bring-back-the-current-version-in-the-footer
2025-08-13 21:05:21 +05:30
Tejas Raskar
c70e115520
fix: updated the badge to Generally Available and fixed wrapping errors
2025-08-13 20:07:11 +05:30
Darshan
39a758fb10
qa: fixes, lesssgoooo!
7.0.0-qa.10
2025-08-13 20:04:18 +05:30
Matej Bačo
8b5b8d1177
Merge pull request #2217 from appwrite/feat-SER-271-console-notification-timestamp-overrides
...
feat: promo notification for timestamp overrides
6.1.32
2025-08-13 15:03:58 +02:00
Harsh Mahajan
6ae188339f
feat: promo notification for timestamp overrides
2025-08-13 14:05:27 +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
Matej Bačo
03aaa072b4
Merge pull request #2201 from appwrite/fix-SER-243-CountUp-not-working
...
fix: coerce numeric values, and handle nullable correctly
6.1.31
2025-08-12 15:59:15 +02:00
Darshan
9da66dc050
Merge pull request #2213 from appwrite/feat-SER-259-change-insert-to-create
2025-08-12 18:36:20 +05:30
Darshan
af82d7cb41
Merge pull request #2211 from appwrite/enhance-platform-creation-ux-with-optional-badges-and-success-notifications
2025-08-12 17:14:01 +05:30