Commit Graph

1924 Commits

Author SHA1 Message Date
Lucas.Xu
cf0da22d63 refactor: abstract node widget builder 2022-07-12 21:27:13 +08:00
Lucas.Xu
e3c489612e feat: add image node widget in example 2022-07-12 18:39:47 +08:00
Lucas.Xu
5efa402582
Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor 2022-07-12 18:06:09 +08:00
Lucas.Xu
a298348def feat: add render plugins and example 2022-07-12 17:30:32 +08:00
Vincent Chan
1b0c29ea09 feat: implement editor state operation 2022-07-12 13:48:33 +08:00
Vincent Chan
9c73a8cd9a feat: position and selection 2022-07-12 11:54:06 +08:00
Nathan.fooo
6bfc5c3fd4
Merge pull request #605 from LucasXu0/feat/flowy_editor
Support delete / insert / update / search in State Tree
2022-07-11 22:19:25 +08:00
Lucas.Xu
9e4227d3d2 test: add delete node test 2022-07-11 21:14:32 +08:00
Lucas.Xu
d2e62f882b feat: typedef Map<String, Object> to Attributes 2022-07-11 21:11:25 +08:00
Lucas.Xu
59d92a8ced feat: insert / delelte / update / search node in state tree 2022-07-11 20:37:12 +08:00
Lucas.Xu
47436bf6e2 feat: find node with path or index in state tree 2022-07-11 18:38:08 +08:00
Nathan.fooo
ddeda1092e
Merge pull request #603 from LucasXu0/feat/flowy_editor
feat: add flowy_editor package
2022-07-11 18:16:13 +08:00
Lucas.Xu
76999c6a46 feat: add flowy_editor package 2022-07-11 18:07:36 +08:00
Nathan.fooo
766af21bc8
Merge pull request #600 from AppFlowy-IO/feat/row_filter_test
Feat/row filter test
2022-07-10 22:50:35 +08:00
Lucas.Xu
fda632e4e3
Merge pull request #597 from MikeWallaceDev/fix_linux_build_on_x86_64
fix : fix linux build on x86_64
2022-07-10 22:37:58 +08:00
appflowy
5bfbda5606 fix: decode cell revision into AnyCellData 2022-07-10 22:26:21 +08:00
appflowy
8fa7a20326 chore: make grid setting from revision 2022-07-10 17:06:36 +08:00
Nathan.fooo
29a44fd059
Merge pull request #598 from tsuiyuenhong/fix/windows_layout_bug
fix: row_detail layout error in Windows
2022-07-10 10:27:03 +08:00
appflowy
24f2bf398e chore: add filter feature flag & enable filter tests 2022-07-10 08:36:07 +08:00
appflowy
ec1113b134 chore: add date filter tests 2022-07-09 11:19:17 +08:00
MikeWallaceDev
3aca5a3b46 fix: continue adding "_64" to make build work 2022-07-08 11:20:42 -04:00
MikeWallaceDev
c0414a0e7e fix: fixed the ci script to correctly use 86_64 2022-07-08 10:53:29 -04:00
appflowy
4f30f8e2cd refactor: separate filter operation from filter_entities mod 2022-07-08 16:32:11 +08:00
appflowy
6a01a44cc2 refactor: rm filter login from eneities mod 2022-07-08 16:08:39 +08:00
Nathan.fooo
bb6a670d26
Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data
Refactor/grid decode cell data
2022-07-08 16:06:50 +08:00
appflowy
45774093e1 chore: separate cell operation from row mod 2022-07-08 15:41:26 +08:00
Lucas.Xu
8cfacc4bcc fix: row_detail layout error in Windows 2022-07-08 15:01:06 +08:00
appflowy
5177884b26 refactor: cell data operation 2022-07-08 14:55:44 +08:00
appflowy
4ec1e4024e refactor: cell data parser 2022-07-08 13:06:06 +08:00
appflowy
41989cf186 chore: add comments 2022-07-08 10:50:14 +08:00
Nathan.fooo
02cdd8ca4c
Merge pull request #596 from AppFlowy-IO/feat/cell_filter_test
Feat/cell filter test
2022-07-08 08:54:39 +08:00
appflowy
6fd36980c8 chore: fix tests 2022-07-08 08:37:12 +08:00
MikeWallaceDev
7ae7dc497b fix: fix linux build on x86_64 2022-07-07 20:35:59 -04:00
appflowy
487dd13c6c chore: fix dart import errors 2022-07-07 23:05:35 +08:00
appflowy
0d5f0d29d9 chore: add checkbox & select option filter tests 2022-07-07 22:45:17 +08:00
appflowy
e8e719b73f refactor: separate multi-select and single-select 2022-07-07 18:20:12 +08:00
appflowy
da0a7f01b3 chore: add text filter & number filter tests 2022-07-07 14:56:04 +08:00
Nathan.fooo
63c7af5fd2
Merge pull request #594 from AppFlowy-IO/refactor/lib_dispatch_serde_feat
chore: config feature flag in lib-dispatch
2022-07-06 14:43:28 +08:00
Nathan.fooo
0977bfb14e
Merge pull request #592 from AppFlowy-IO/feat/filter_cell
Apply filter with each cell
2022-07-06 13:35:19 +08:00
appflowy
9f60741de0 chore: config feature flag in lib-dispatch 2022-07-06 13:31:13 +08:00
appflowy
e60bf3fb85 chore: disable task schedule 2022-07-06 13:08:43 +08:00
appflowy
3845a75d61 chore: fix warnings 2022-07-06 11:59:05 +08:00
appflowy
5b504740ef chore: config cell filter operation 2022-07-06 10:38:54 +08:00
appflowy
35491b22ac chore: filter with cell data 2022-07-05 17:30:25 +08:00
appflowy
1f7f0b5880 chore: add more tests 2022-07-05 14:17:31 +08:00
Nathan.fooo
a6c001941e
Merge pull request #589 from AppFlowy-IO/refactor/user_data_model 2022-07-04 18:31:28 +08:00
appflowy
91418df940 chore: fix test errors 2022-07-04 16:38:35 +08:00
Nathan.fooo
d25e89ea08
Merge pull request #588 from AppFlowy-IO/refactor/folder_data_model
refactor: move entities from flowy-folder-data-model to flowy-folder crate
2022-07-04 16:29:53 +08:00
appflowy
cfadf42fe3 chore: fix import path 2022-07-04 15:55:48 +08:00
appflowy
8963561355 chore: rm flowy-user-data-model crate 2022-07-04 15:55:48 +08:00