Commit Graph

8 Commits

Author SHA1 Message Date
Nathan.fooo
3428ee0ff0 chore: fix test (#230)
* chore: fix test

* chore: fix test
2026-01-28 22:13:35 +08:00
Nathan.fooo
252197e810 Revert "Fix ci test (#228)" (#229)
This reverts commit 0ec447f19f.
2026-01-28 19:04:30 +08:00
Nathan.fooo
0ec447f19f Fix ci test (#228)
* chore: remove logs

* chore: fix

* chore: fix
2026-01-28 18:41:23 +08:00
Nathan.fooo
6d33312774 Database blob (#212)
* Integrate database blob diff and lazy row loading

* chore: load blob

* chore: fix cell render

* chore: create csv api endpoint

* chore: add test

* chore: fix lint

* chore: add test

* chore: add test

* chore: fix test

* chore: stable scroll test

* chore: fix filter test

* fix: row detail modal more actions menu and add test data-testid

- Fix critical bug in DatabaseRowModal where clicking more actions button
  closed the modal instead of opening the dropdown menu (removed erroneous
  onClick handler from DropdownMenuTrigger)
- Add data-testid attributes for testing:
  - row-detail-more-actions: more actions button
  - row-detail-duplicate: duplicate menu item
  - row-detail-delete: delete menu item
  - row-title-input: row title input field
- Update row-detail-helpers.ts selectors to use new data-testid attributes
- Fix row-detail.cy.ts tests to use correct selectors and test logic

* chore: fix sort

* chore: fix sort

* chore: separate test

* chore: stable test

* chore: fix test

* chore: separate test
2026-01-09 00:16:02 +08:00
Nathan.fooo
47e09d2a87 Support database container3 (#202)
* chore: support database container

* chore: fix chat

* chore: fix database tab views

* fix: database test

* fix: page action

* fix: test

* chore: rename

* fix: navigate
2025-12-17 11:01:14 +08:00
Nathan.fooo
24cd0cbd50 feat: support notion style embedded database view (#182)
* chore: set databbase id

* chore: support display document based embeded database views

* chore: filter views

* chore: create embedded view

* fix: embedded database view

* refactor: rename DatabaseContextState

* chore: do not show extra when parent is database

* chore: linked database base sidebar prefix

* chore: add tests

* chore: remove unused folder-view api endpoint

* chore: fix retry , add tests

* chore: select view after creating

* chore: clippy

* chore: fix test
2025-11-30 22:02:52 +08:00
Nathan.fooo
81880f0a41 Implement document drag and drop3 (#178)
* feat: implement drag and drop

* chore: fix scroll to top when insert database at the bottom

* chore: fix scroll

* chore: lint

* fix: test

* fix: shift + left rigit selection

* chore: add test

* chore: fix test

* test: drag and drop image

* chore: selector

* chore: update test with selector

* fix: test
2025-11-27 20:38:55 +08:00
Nathan
b07cf26a4b chore: fix test 2025-11-21 19:54:04 +08:00