Commit Graph

1733 Commits

Author SHA1 Message Date
1f30a77f1d feat: save text cell data 2022-03-20 17:17:06 +08:00
c77a31806d Merge pull request #420 from AppFlowy-IO/opti_compilation
Opti compilation
2022-03-19 18:35:36 +08:00
6a3820253f chore: rename crates 2022-03-19 16:55:29 +08:00
b1d87d95cf chore: remove unuse crates 2022-03-19 16:23:34 +08:00
27628cc78e chore: fix rust unit test 2022-03-18 22:13:12 +08:00
d6a1afe326 Merge pull request #419 from AppFlowy-IO/feat_grid_ui
Config grid ui
2022-03-18 21:41:52 +08:00
f181ce106d chore: Merge branch 'main' into feat_grid_ui 2022-03-18 21:09:06 +08:00
318d7e6456 chore: fix warnings 2022-03-18 21:07:31 +08:00
05bcd38534 chore: render rows 2022-03-18 17:14:46 +08:00
9a40fc9974 chore: lazy load row data 2022-03-17 20:59:21 +08:00
4730ca9302 chore: refactor grid block 2022-03-17 17:25:43 +08:00
1237962ab2 chore: config notification of grid 2022-03-16 21:19:51 +08:00
34530a58ec Merge pull request #415 from AppFlowy-IO/fix_git_protocol_issue
fix: git protocol security issue
2022-03-16 17:56:55 +08:00
7fd06361b3 fix: git protocol security issue 2022-03-16 17:39:36 +08:00
694c612c67 fix: event handler not found for ApplyDocDelta 2022-03-16 16:34:38 +08:00
8c148e3b67 chore: save text cell data & insert row 2022-03-16 16:10:35 +08:00
b3ed254caf chore: add more test and fix warnings 2022-03-16 10:02:37 +08:00
47081f3095 chore: update grid test 2022-03-15 19:00:28 +08:00
50f32521c5 chore: rename trait 2022-03-15 11:07:18 +08:00
46be04f94e chore: config update cell 2022-03-14 23:16:25 +08:00
196d254278 chore: add row test 2022-03-14 17:24:25 +08:00
d101509b32 chore: add row test 2022-03-13 23:19:43 +08:00
572e38ec1c chore: config grid row changeset 2022-03-13 11:07:29 +08:00
baa70f2ee6 chore: add grid unit test 2022-03-12 22:52:24 +08:00
1e6d82c0ec chore: add field builder 2022-03-12 21:53:49 +08:00
6579940dc8 chore: create default grid 2022-03-12 10:47:34 +08:00
df399d3f35 feat: support option enum in pb 2022-03-11 22:07:01 +08:00
e11176436d chore: grid block meta editor 2022-03-11 21:36:00 +08:00
9a791974b4 chore: config grid rev persistence 2022-03-10 22:27:19 +08:00
cea7d30a53 chore: config BlockMetaPad 2022-03-10 21:43:23 +08:00
7ac6a1dc89 chore: rename struct 2022-03-10 17:14:10 +08:00
e45be3b81e chore: add grid meta 2022-03-10 12:01:31 +08:00
fe8811392b feat: config cells 2022-03-09 19:37:33 +08:00
321682717c chore: opti row rebuild 2022-03-09 12:11:27 +08:00
00db755c29 feat: add cloumn bloc 2022-03-09 09:31:06 +08:00
808d848f62 feat: cell border 2022-03-08 22:58:43 +08:00
54cf451826 feat: config textfield cell 2022-03-08 15:25:56 +08:00
0502eec717 chore: config plugin display 2022-03-07 20:51:13 +08:00
1c1e955151 chore: set error_task script 2022-03-07 08:30:59 +08:00
733b6f7176 feat: disable grid 2022-03-06 22:02:09 +08:00
a323073244 Merge pull request #412 from AppFlowy-IO/feat_grid
Create grid/table
2022-03-06 21:55:02 +08:00
05441f865e feat: show grid 2022-03-06 21:31:18 +08:00
9bb516786e fix: make grid with view_id 2022-03-06 11:28:24 +08:00
264166fa29 chore: impl view data processor 2022-03-06 09:25:34 +08:00
628e53adc1 feat: adds drag-drop support to sidebar pages
1. On mobile it uses ReorderableDelayedDragStartListener (like long press)
2. On desktop it uses ReorderableDragStartListener (instantly)
2022-03-06 01:53:15 +05:30
1b80934899 chore: impl view data processor 2022-03-05 22:30:42 +08:00
5c155a07bf feat: move handles to flowy-block crate 2022-03-05 21:15:10 +08:00
11ceb96f65 feat: return rows and fields 2022-03-05 17:52:25 +08:00
8029f1035d chore: impl handler logic 2022-03-05 10:59:44 +08:00
d0b457c007 feat: integrate grid into flowy-sdk 2022-03-04 22:09:16 +08:00