Nathan
58c426ccc2
chore: optimize doc loading
2026-01-29 14:04:38 +08:00
Nathan
467e13792d
chore: person cell color
0.9.161
2026-01-29 09:11:56 +08:00
Nathan
606ba67140
chore: person cell color
0.9.160
2026-01-29 09:00:45 +08:00
Nathan.fooo
e993b71f97
feat: impl person cell edit ( #231 )
...
* feat: impl person cell edit
* chore: add test
0.9.159
2026-01-29 08:25:44 +08:00
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
e399db431f
chore: fix refresh ( #227 )
...
* chore: fix refresh
* chore: lint
0.9.158
2026-01-28 15:20:21 +08:00
Nathan.fooo
aeba104b57
fix: create board default cards ( #226 )
0.9.157
2026-01-28 01:07:20 +08:00
Nathan.fooo
a21f4b645c
Fix board rows ( #224 )
...
* chore: fix board rows
* chore: fix board rows
* chore: update
* chore: update test
* chore: update context
0.9.156
2026-01-28 00:27:57 +08:00
Nathan.fooo
c491551a81
chore: add chat test ( #223 )
2026-01-27 13:50:47 +08:00
Nathan.fooo
a838c9df6d
fix: improve React performance and fix database scrollbar styling ( #221 )
...
Performance optimizations:
- Parallelize getAppOutline and getShareWithMe API calls in useWorkspaceData
- Fix object dependencies in useSync effects to use primitive values
- Remove unnecessary useMemo wrapper in MoreActionsContent
- Fix className whitespace issue in ViewIcon
UI fixes:
- Fix database horizontal scrollbar color in dark mode
- Hide native scrollbar, use custom styled scrollbar component
- Add appflowy-visible-scrollbar and appflowy-hidden-horizontal-scrollbar CSS classes
Add E2E tests for:
- Workspace data loading (parallelized API calls)
- More actions menu rendering
- View icon rendering
2026-01-26 20:18:54 +08:00
Nathan.fooo
be62af3c59
chore: disable unsupport database view ( #220 )
2026-01-25 20:50:28 +08:00
Nathan.fooo
08bb355ea6
fix: enable edit fields that created on web ( #219 )
...
* fix: enable edit fields that created on web
* chore: use field type name
* chore: lint
0.9.155
2026-01-24 13:14:00 +08:00
Nathan.fooo
48171aea89
Impl sign password ( #218 )
...
* chore: attach header
* chore: sign up with password
* chore: sign up ui
* chore: share password check
2026-01-21 21:49:51 +08:00
Nathan.fooo
39fcfe030d
refactor: plan logic ( #217 )
2026-01-20 17:25:08 +08:00
Richard Shiue
a3709199c9
chore: shift document cover by offset ( #211 )
...
* chore: shift document cover by offset
* fix: address lint for cover offset
* fix: code review
2026-01-14 12:00:15 +08:00
Richard Shiue
fc9b3f4af2
fix: deep linking to app not working ( #214 )
2026-01-13 14:29:37 +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
cd44be6b4f
Database blob ( #210 )
...
* 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
2026-01-06 13:59:03 +08:00
Nathan.fooo
2b48a051e8
chore: remove last modified update ( #209 )
...
* chore: remove last modified update
* chore: lint
0.9.154
2026-01-05 07:28:02 +08:00
Nathan.fooo
cf40d9c751
Feat rollup ( #208 )
...
* chore: disable edit
* chore: disable field edit
* chore: fix relation test
* chore: fix test
* chore: i18
0.9.153
2025-12-28 23:33:46 +08:00
Nathan.fooo
cfbbc443db
chore: translate row content ( #207 )
...
* chore: translate row content
* chore: translate row content
2025-12-27 10:33:31 +08:00
Nathan.fooo
88cfcb0d9f
chore: disable move linked view ( #206 )
0.9.152
2025-12-20 15:33:55 +08:00
Nathan.fooo
26e2d9bd77
fix: attach field id ( #205 )
2025-12-20 15:22:43 +08:00
Nathan.fooo
208eb19561
chore: add test for db views ( #204 )
...
* chore: add test for db views
* chore: fix test
* chore: fix test
* chore: fix test
* chore: add hook
* chore: add hook
0.9.151
2025-12-17 23:20:20 +08:00
Nathan.fooo
095f42abd6
fix: filter data value doesn't match desktop ( #203 )
2025-12-17 12:08:52 +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
1042e51cc9
refactor: field type switching ( #197 )
...
* refactor: field type switching
* chore: add test
* chore: use nanoid
2025-12-11 20:24:33 +08:00
Nathan.fooo
46c2593183
chore: fix namespace check ( #196 )
...
* chore: fix namespace check
* chore: lint
* chore: add test
0.9.150
2025-12-09 18:37:59 +08:00
Nathan.fooo
fb436a915d
chore: ws auto reconnect ( #195 )
2025-12-09 11:36:15 +08:00
Nathan.fooo
f869e90efb
test: page icon test ( #193 )
2025-12-05 14:58:49 +08:00
Nathan.fooo
bb210457a6
fix: page icon auth if needed ( #192 )
0.9.149
2025-12-05 13:53:38 +08:00
Nathan.fooo
33a46b0f6e
chore: fix file url ( #191 )
...
* chore: fix file url
* chore: fix test
* fix: test
* fix: test
0.9.148
2025-12-04 13:14:39 +08:00
Nathan.fooo
9b98a2be6b
chore: fix resize ( #190 )
0.9.147
2025-12-03 00:25:11 +08:00
Nathan.fooo
88c434773f
chore: display no access error ( #189 )
...
* chore: display no access error
* chore: add storybook
* chore: fix test
0.9.146
2025-12-02 20:29:47 +08:00
Nathan.fooo
a3945b01b6
chore: use log instead of console log ( #188 )
0.9.145
2025-12-02 16:49:14 +08:00
Lucas
fdb9b37b07
feat: support simple ai meeting and pdf block ( #185 )
...
* feat: support simple ai meeting and pdf block
* chore: update placeholder text
* chore: code review
* chore: lint code
* chore: update placeholder text
* fix: lint error
2025-12-02 15:26:02 +08:00
Nathan.fooo
c7c9d06a49
Console log ( #187 )
...
* chore: log json
* chore: use log
0.9.144
2025-12-02 13:54:33 +08:00
Nathan.fooo
682cb83ae7
fix: copy image ( #186 )
...
* fix: copy image
* fix: log
2025-12-02 13:04:53 +08:00
Nathan
6411f7bdd9
chore: fix check image
2025-12-02 11:28:20 +08:00
Nathan
1f12dce58c
chore: remove cache
2025-12-01 22:56:54 +08:00
Nathan
ca46949b42
chore: fix docker build
2025-12-01 15:03:16 +08:00
Nathan.fooo
6ae43aabf9
Fix use template ( #184 )
...
* chore: fix use template
* chore: update test
2025-12-01 14:39:49 +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
6d040f8730
Build unsupport block ( #183 )
...
* chore: build unsupport block
* chore: clippy
2025-11-30 20:28:52 +08:00
Nathan.fooo
5e43dc274e
chore: update ws config ( #181 )
2025-11-28 23:19:09 +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.fooo
4dbf18d46d
fix: do not show template for selfhosting ( #180 )
2025-11-27 16:44:46 +08:00
Nathan.fooo
3de8aaa565
refactor: server ts ( #179 )
...
* refactor: server ts
* refactor: add more tests
2025-11-27 16:02:54 +08:00