appflowy
|
6579940dc8
|
chore: create default grid
|
2022-03-12 10:47:34 +08:00 |
|
appflowy
|
df399d3f35
|
feat: support option enum in pb
|
2022-03-11 22:07:01 +08:00 |
|
appflowy
|
e11176436d
|
chore: grid block meta editor
|
2022-03-11 21:36:00 +08:00 |
|
appflowy
|
9a791974b4
|
chore: config grid rev persistence
|
2022-03-10 22:27:19 +08:00 |
|
appflowy
|
cea7d30a53
|
chore: config BlockMetaPad
|
2022-03-10 21:43:23 +08:00 |
|
appflowy
|
7ac6a1dc89
|
chore: rename struct
|
2022-03-10 17:14:10 +08:00 |
|
appflowy
|
e45be3b81e
|
chore: add grid meta
|
2022-03-10 12:01:31 +08:00 |
|
appflowy
|
fe8811392b
|
feat: config cells
|
2022-03-09 19:37:33 +08:00 |
|
appflowy
|
321682717c
|
chore: opti row rebuild
|
2022-03-09 12:11:27 +08:00 |
|
appflowy
|
00db755c29
|
feat: add cloumn bloc
|
2022-03-09 09:31:06 +08:00 |
|
appflowy
|
808d848f62
|
feat: cell border
|
2022-03-08 22:58:43 +08:00 |
|
appflowy
|
54cf451826
|
feat: config textfield cell
|
2022-03-08 15:25:56 +08:00 |
|
appflowy
|
0502eec717
|
chore: config plugin display
|
2022-03-07 20:51:13 +08:00 |
|
appflowy
|
733b6f7176
|
feat: disable grid
|
2022-03-06 22:02:09 +08:00 |
|
Nathan.fooo
|
a323073244
|
Merge pull request #412 from AppFlowy-IO/feat_grid
Create grid/table
|
2022-03-06 21:55:02 +08:00 |
|
appflowy
|
05441f865e
|
feat: show grid
|
2022-03-06 21:31:18 +08:00 |
|
appflowy
|
9bb516786e
|
fix: make grid with view_id
|
2022-03-06 11:28:24 +08:00 |
|
appflowy
|
264166fa29
|
chore: impl view data processor
|
2022-03-06 09:25:34 +08:00 |
|
appflowy
|
1b80934899
|
chore: impl view data processor
|
2022-03-05 22:30:42 +08:00 |
|
appflowy
|
5c155a07bf
|
feat: move handles to flowy-block crate
|
2022-03-05 21:15:10 +08:00 |
|
appflowy
|
11ceb96f65
|
feat: return rows and fields
|
2022-03-05 17:52:25 +08:00 |
|
appflowy
|
8029f1035d
|
chore: impl handler logic
|
2022-03-05 10:59:44 +08:00 |
|
appflowy
|
d0b457c007
|
feat: integrate grid into flowy-sdk
|
2022-03-04 22:09:16 +08:00 |
|
appflowy
|
9125db7ef0
|
feat: config grid editor
|
2022-03-04 21:26:32 +08:00 |
|
appflowy
|
49807a0b57
|
feat: config grid db
|
2022-03-04 18:13:17 +08:00 |
|
appflowy
|
67e6b091a5
|
feat: config grid plugin
|
2022-03-04 18:13:17 +08:00 |
|
appflowy
|
477fa5f4f6
|
feat: config grid bloc
|
2022-03-04 18:13:17 +08:00 |
|
appflowy
|
0bbf17f776
|
feat: add grid widget
|
2022-03-04 18:13:16 +08:00 |
|
appflowy
|
03f34b143d
|
feat: add grid event
|
2022-03-04 18:13:16 +08:00 |
|
appflowy
|
4187e99433
|
feat: add grid struct
|
2022-03-04 18:13:13 +08:00 |
|
appflowy
|
5549cff177
|
chore: add flowy-grid crate
|
2022-03-04 18:12:46 +08:00 |
|
appflowy
|
84afc50cd3
|
chore: rename classes
|
2022-03-04 18:12:46 +08:00 |
|
Nathan.fooo
|
383925ba55
|
Merge pull request #407 from AppFlowy-IO/refactor_flowy_document
Rename flowy-document to flowy-block
|
2022-03-02 15:46:49 +08:00 |
|
appflowy
|
2e6dd39780
|
refactor: rename flowy-document to flowy-block
|
2022-03-02 15:22:18 +08:00 |
|
Nathan.fooo
|
0e8ac4828b
|
Merge pull request #405 from MikeWallaceDev/put_business_logic_in_services2
Put business logic in services2
|
2022-03-02 10:20:02 +08:00 |
|
MikeWallaceDev
|
be14a6b0ad
|
refactor: renamed helper.dart to notification_helper.dart
|
2022-03-01 11:31:20 -05:00 |
|
MikeWallaceDev
|
31467d3e98
|
refactor: move resolvers to /startup
|
2022-03-01 11:31:20 -05:00 |
|
MikeWallaceDev
|
c2f2ad24db
|
refactor: Empty out infrastructure folder
move router.dart to user/presentation
move network_monitor.dart to core
move deps_resolver.dart to user/presentation
|
2022-03-01 11:31:20 -05:00 |
|
MikeWallaceDev
|
853d9e8968
|
refactor: put UserSettings business logic in a service
|
2022-03-01 11:31:20 -05:00 |
|
MikeWallaceDev
|
33c758e711
|
refactor: put Auth business logic in a service
|
2022-03-01 11:31:20 -05:00 |
|
Nathan.fooo
|
e7033aa6e8
|
Merge pull request #403 from AppFlowy-IO/refactor_document_data_layer
Refactor document data layer
|
2022-03-01 23:56:05 +08:00 |
|
appflowy
|
8a0308703e
|
fix: compose folder error
|
2022-03-01 23:38:26 +08:00 |
|
appflowy
|
b16b61f46c
|
chore: merge main
|
2022-03-01 21:09:52 +08:00 |
|
appflowy
|
6eddb7c8c5
|
chore: serde ViewDataType as u8
|
2022-03-01 20:51:49 +08:00 |
|
Nathan.fooo
|
cace6248e0
|
Merge pull request #401 from MikeWallaceDev/put_business_logic_in_services
Put business logic in services
|
2022-03-01 20:29:23 +08:00 |
|
Nathan.fooo
|
dd61dd4d2f
|
Merge pull request #402 from tsuiyuenhong/main
|
2022-03-01 18:58:19 +08:00 |
|
appflowy
|
d1ce1686a4
|
chore: merge main
|
2022-03-01 16:26:09 +08:00 |
|
appflowy
|
7a36fed778
|
refactor: remove domain folder
|
2022-03-01 16:17:09 +08:00 |
|
tsuiyuenhong
|
65917da468
|
chore: use actions-cache to speed up dart & rust test.
|
2022-03-01 15:43:42 +08:00 |
|
MikeWallaceDev
|
64d651ab13
|
refactor: move markdown to application
created a core folder
|
2022-02-28 23:56:41 -05:00 |
|