appflowy
|
67f88fab0b
|
refactor: add PB suffix to flowy-editor crate's structs
|
2022-07-18 11:58:39 +08:00 |
|
appflowy
|
e45b14910b
|
chore: add suffix PB to dart class
|
2022-07-17 14:49:29 +08:00 |
|
appflowy
|
1bf0f0f875
|
chore: add suffix PB to rust struct
|
2022-07-17 13:38:53 +08:00 |
|
appflowy
|
3a0b8bbd74
|
Merge branch 'main' into refactor/add_pb_suffix
|
2022-07-17 13:19:29 +08:00 |
|
appflowy
|
5ea3213c4e
|
chore: fix tests
|
2022-07-17 12:57:25 +08:00 |
|
appflowy
|
cca577f967
|
Merge branch 'main' into feat/insert_cell_test
|
2022-07-17 11:54:58 +08:00 |
|
appflowy
|
8073414485
|
refactor: rename struct & add documentation
|
2022-07-17 11:49:37 +08:00 |
|
appflowy
|
27ce5b8fe9
|
refactor: field editor bloc
|
2022-07-16 19:59:00 +08:00 |
|
appflowy
|
29f2d863ff
|
chore: renmae property & add documentation
|
2022-07-16 17:06:00 +08:00 |
|
appflowy
|
a73987456e
|
chore: add documentation
|
2022-07-16 11:53:39 +08:00 |
|
Nathan.fooo
|
e01a0cf8a5
|
Merge pull request #614 from AppFlowy-IO/feat/type_option_widget
chore: rename classes
|
2022-07-15 16:49:10 +08:00 |
|
appflowy
|
4825d83d2f
|
chore: rename classes
|
2022-07-15 11:44:27 +08:00 |
|
Nathan.fooo
|
36ee62aadf
|
Merge pull request #613 from MikeWallaceDev/remove_pubspec_lock
chore: remove pubspec.lock generated by libraries.
|
2022-07-15 08:35:16 +08:00 |
|
MikeWallaceDev
|
eda54719b1
|
chore: remove pubspec.lock generated by libraries. Keep the one in the application
|
2022-07-14 14:23:06 -04:00 |
|
appflowy
|
8ac75af875
|
refactor: rename GridCellContext to GridCellController
|
2022-07-14 21:26:58 +08:00 |
|
appflowy
|
3844d6aad1
|
refactor: add documentation to GridCellContext
|
2022-07-14 20:33:19 +08:00 |
|
appflowy
|
ab80e9b0ed
|
chore: add 5 rows in test grid
|
2022-07-14 09:29:05 +08:00 |
|
appflowy
|
d02acbae6e
|
chore: add more test
|
2022-07-14 08:05:38 +08:00 |
|
appflowy
|
602aab45e2
|
chore: unit test for cell content
|
2022-07-13 17:25:03 +08:00 |
|
appflowy
|
f10e324b73
|
refactor: type options directory
|
2022-07-13 11:09:13 +08:00 |
|
appflowy
|
1e3640f8ac
|
chore: config cell displayable data
|
2022-07-12 22:24:01 +08:00 |
|
appflowy
|
284755eccf
|
refactor: row builder
|
2022-07-12 15:49:14 +08:00 |
|
appflowy
|
7d39e90a9a
|
chore: separate RowScript from EditorScropt
|
2022-07-11 20:09:34 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|