Commit Graph

645 Commits

Author SHA1 Message Date
appflowy
bb7cddc7f7 chore: reload group when group by new field 2022-09-02 21:34:00 +08:00
appflowy
e75d8f22c8 chore: add edit field type option helper 2022-09-02 13:24:10 +08:00
appflowy
f192f89ebb chore: refactor group gen process 2022-09-02 13:24:09 +08:00
appflowy
1931cdd4c0 chore: support switch to multi select field 2022-09-02 13:23:45 +08:00
Sean Riley Hawkins
69e3aed6b5
Android vscode workflow (#912)
* fix: fix linux build

* Merge pull request #599 from AppFlowy-IO/refactor/grid_decode_cell_data

Refactor/grid decode cell data

* feat:  configured android vscode workflow

* chore: clean up android vscode

* fix: fixed typo

* chore: remove unused code

Co-authored-by: Nathan.fooo <86001920+appflowy@users.noreply.github.com>
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2022-09-01 12:27:09 +08:00
gabrielztk
70f9a289a4
Resolve rust clippy warnings (#946)
* refactor: avoid using `collect()` when not needed
and cascade notation

* refactor:  The user might expect to be able
to use Default as the type can be
constructed without arguments.

* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait

* refactor: remove intermediary
variables and use cascade notation

* refactor: using `clone` on type `indextree::NodeId`
which implements the `Copy` trait

* refactor: unneeded `return` statement

* refactor: ok_or_else avoids executing a
function when it's not needed

* refactor: dereferenced by the compiler

* refactor: user enumeration for index

* refactor: using `clone` on type `usize`
 which implements the `Copy` trait

* refactor: useless conversion to the
same type: `&str`

* refactor:  The user might expect to be able use Default
as type can be constructed without arguments

* refactor:  The user might expect to be able use Default
as type can be constructed without arguments

* fix: rust formating with fmt

* fix: conflict default implementation

Co-authored-by: appflowy <annie@appflowy.io>
2022-09-01 12:26:51 +08:00
Nathan.fooo
0225f0aa4d
Merge pull request #951 from AppFlowy-IO/feat/create_card_from_header
chore: enable create card from header button
2022-08-31 15:54:10 +08:00
appflowy
cde8ad9084 chore: enable create card from header button 2022-08-31 14:56:03 +08:00
appflowy
506af26b6d chore: save move to no status card 2022-08-31 11:58:28 +08:00
appflowy
a7349f43aa chore: add edit card button 2022-08-30 20:54:11 +08:00
appflowy
6e71d6d325 chore: fix warnings 2022-08-30 16:45:48 +08:00
appflowy
940289c6e3 chore: add board no status column 2022-08-30 15:21:53 +08:00
appflowy
af3bfebb64 chore: become editing when creating a new card 2022-08-29 17:52:36 +08:00
appflowy
aba0f946dd chore: do not build the cell if its fieldId equal to the corresponding group field id 2022-08-26 16:07:51 +08:00
appflowy
c43d0790dc chore: enable create board 2022-08-25 15:46:21 +08:00
appflowy
90db76811c chore: update board template 2022-08-25 14:11:05 +08:00
appflowy
14874772b1 chore: insert default group at index 0 2022-08-25 13:44:58 +08:00
appflowy
c827f9b156 chore: fix card refresh issue 2022-08-25 12:36:56 +08:00
appflowy
50e772edff chore: adjust header, card padding ui 2022-08-25 09:51:33 +08:00
Nathan.fooo
0d39afca2f
Merge pull request #898 from AppFlowy-IO/feat/board_update_when_field_change
Feat/board update when field change
2022-08-24 22:05:27 +08:00
appflowy
a896637eab fix: reload card content 2022-08-24 21:06:42 +08:00
appflowy
82b44c2c98 chore: update board column name 2022-08-24 16:57:53 +08:00
appflowy
f5f3f51cca chore: update column name when field was changed 2022-08-24 08:27:34 +08:00
Vincent Chan
b0bafff22c feat: introduce error to apply method 2022-08-22 19:42:43 +08:00
appflowy
074c497d57 fix: fix some bugs 2022-08-22 17:45:15 +08:00
appflowy
ffc6f141fa chore: fix GroupConfigurationRevision deserialize error 2022-08-22 10:06:08 +08:00
appflowy
93f5b5d754 fix: save group rev without apply change 2022-08-21 23:18:42 +08:00
appflowy
23efbc00c1 ci: fix unit test 2022-08-21 13:58:03 +08:00
appflowy
6e6a812243 chore: save group revision and fix warnings 2022-08-20 23:57:51 +08:00
appflowy
3c022d4de5 chore: save group configuration 2022-08-20 17:10:34 +08:00
appflowy
49601b66ef chore: save group configuration 2022-08-20 16:44:44 +08:00
appflowy
91b2917d60 chore: reader and writter for group configuration 2022-08-20 15:40:13 +08:00
appflowy
5fac1f044a chore: move some structs 2022-08-19 23:11:05 +08:00
appflowy
c81b6f10fa refactor: baord configuration 2022-08-19 19:59:09 +08:00
appflowy
659ae5d523 chore: fix some bugs and add more tests 2022-08-19 11:58:34 +08:00
appflowy
da485c6df9 chore: add more test 2022-08-19 09:10:12 +08:00
appflowy
3a7c3815b0 chore: fix test error 2022-08-18 21:52:47 +08:00
appflowy
0680b20579 chore: add group unit test 2022-08-18 21:44:22 +08:00
appflowy
af23e3e803 refactor: replace plugin type with layout type 2022-08-18 21:44:22 +08:00
appflowy
d3cd60e527 refactor: rename structs 2022-08-18 21:44:22 +08:00
appflowy
4856a024a2 chore: Update row when moving row caused cell data changed 2022-08-18 21:44:22 +08:00
appflowy
c4514e421a chore: move card from one column to another 2022-08-18 21:44:22 +08:00
appflowy
f32068d64b refactor: move row params 2022-08-18 21:44:21 +08:00
appflowy
3a27413dfc fix: row is not added into group when create a new row 2022-08-18 21:44:21 +08:00
appflowy
7361172c89 fix: require write lock to make sure exclusive accest to sync_seq 2022-08-18 08:37:45 +08:00
appflowy
0ecb15cfa3 chore: fix some bugs 2022-08-17 14:33:45 +08:00
appflowy
9922645e59 chore: group the row after updated the row 2022-08-17 09:03:43 +08:00
appflowy
9456fbd573 chore: fix some bugs 2022-08-16 20:34:12 +08:00
appflowy
162152916c chore: delete board card 2022-08-16 17:41:02 +08:00
appflowy
bc346dfd67 chore: create board card 2022-08-16 17:16:18 +08:00
appflowy
b7d71428be chore: send group notification 2022-08-16 15:49:54 +08:00
appflowy
03a70bbdb9 chore: update grid migration 2022-08-16 11:51:04 +08:00
appflowy
4683dbee45 chore: add revision reset helper 2022-08-16 11:24:37 +08:00
Nathan.fooo
6b312b4f8f
Merge pull request #854 from AppFlowy-IO/feat/view_lens 2022-08-15 23:38:17 +08:00
appflowy
461160094c chore: create grid view when create grid 2022-08-15 23:17:29 +08:00
Nathan.fooo
a4f2ebf207
Merge pull request #855 from AppFlowy-IO/ci/try_fix_unit_test
chore: add log
2022-08-15 23:12:41 +08:00
appflowy
f841587c27 chore: add log 2022-08-15 22:40:54 +08:00
appflowy
0514b005ca feat: config view lens 2022-08-15 20:07:01 +08:00
appflowy
0da986553c chore: update down.sql of user_tablea 2022-08-15 10:09:59 +08:00
appflowy
080c655627 chore: update down.sql of ext_data 2022-08-15 10:09:04 +08:00
appflowy
b15439fb70 chore: add grid_view_table 2022-08-15 10:08:05 +08:00
appflowy
32e20a4dc7 chore: rename some struct 2022-08-14 23:17:49 +08:00
appflowy
15e1479caa chore: add GridViewRevisionPad 2022-08-14 23:01:53 +08:00
appflowy
8da6ed9d28 chore: add grid view revision struct 2022-08-14 21:09:18 +08:00
appflowy
24ca8da8c8 chore: add create card notification 2022-08-14 15:30:34 +08:00
appflowy
43eaa2748d chore: insert cell content when creating card 2022-08-14 11:05:55 +08:00
appflowy
f0914cd6f1 chore: add group action handler to intercept the create row progress 2022-08-13 23:26:42 +08:00
appflowy
dc53cb00dd chore: create the default group for the rows that are not belong to any groups 2022-08-13 16:23:44 +08:00
appflowy
57ede798d8 refactor: remove UpdateRowPB, refactor RowInfo class 2022-08-13 15:00:13 +08:00
appflowy
c001a74476 fix: rust unit test compile errors 2022-08-13 14:32:30 +08:00
appflowy
2282aa948e chore: support link/number/multiselect/checkbox board cell 2022-08-13 10:01:40 +08:00
appflowy
9d72e36c19 chore: update card ui by adding date,text,selectoption cell 2022-08-12 22:58:43 +08:00
appflowy
800fb82211 chore: card ui 2022-08-12 20:54:13 +08:00
Nathan.fooo
435d1b8354
Merge pull request #820 from AppFlowy-IO/feat/appflowy_board
Feat/appflowy board
2022-08-12 17:11:49 +08:00
Nathan.fooo
05ee4d3302
Merge pull request #778 from ENsu/add_icon_setting_360
Add icon setting 360
2022-08-12 16:47:12 +08:00
appflowy
055868bae3 chore: build board card ui 2022-08-12 16:30:08 +08:00
appflowy
5de6a7447a chore: read group data from backend 2022-08-12 16:05:56 +08:00
appflowy
e29aaf8388 refactor: cell data parser 2022-08-12 10:41:46 +08:00
appflowy
707ddb4e73 chore: generic GroupGenerator 2022-08-12 09:49:07 +08:00
appflowy
461751cf59 chore: config group service 2022-08-11 21:18:27 +08:00
appflowy
cefd571dd0 chore: add board data controller 2022-08-11 15:11:57 +08:00
appflowy
08b9930510 refactor: prefer namespace isolation, remove Grid keyword in some structs 2022-08-11 13:25:55 +08:00
appflowy
aae2d96a4f chore: refactor multi-select type option and add GroupPB 2022-08-11 13:04:55 +08:00
appflowy
29ea3c83c8 chore: refactor grid setting 2022-08-11 10:08:42 +08:00
appflowy
ad3e2f5725 chore: add sub data type 2022-08-10 17:59:28 +08:00
appflowy
b695ceb832 chore: seperate FolderRevision from FolderPad 2022-08-10 10:07:41 +08:00
appflowy
292b90c14c fix: create column errors 2022-08-09 18:04:23 +08:00
Ian Su
d56e8c7673 fix: add icon_url in migration 2022-08-08 22:19:05 +08:00
Ian Su
4eccdf3d28 feat: save icon into db 2022-08-06 22:38:03 +08:00
周屹峰
90f69c3f2d test: add grid URL unit tests 2022-08-04 19:43:44 +08:00
appflowy
ff098c538e chore: rename fns 2022-08-02 09:11:04 +08:00
appflowy
00d81a329f chore: update lib-ot documentation again and rename some structs 2022-08-02 08:55:33 +08:00
appflowy
57a95825d9 chore: rename flowyStr to OTString 2022-08-01 11:32:25 +08:00
appflowy
f8c071e13d chore: update documentation about how the iterator/FlowyStr/Operation work 2022-08-01 11:18:42 +08:00
appflowy
798e16d3aa chore: update lib ot tests 2022-08-01 09:31:40 +08:00
appflowy
af61cae182 ci: fix docker builder 2022-07-31 19:43:52 +08:00
Nathan.fooo
9685aeb0cb
Merge pull request #707 from AppFlowy-IO/feat/flowy_grid_crate_documentation
chore: add documentation for flowy-grid crate
2022-07-31 17:33:12 +08:00
Nathan.fooo
97c0198e77
Merge pull request #721 from LucasXu0/fix/linux_arm64_build
fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building
2022-07-28 09:51:25 +08:00
Poly-Pixel
5309b2a757
style: run cargo fmt 2022-07-27 10:42:33 -04:00
Lucas.Xu
e89e40d652 fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building (https://github.com/Freaky/faccess/pull/1) 2022-07-26 11:58:21 +08:00
MikeWallaceDev
51617d9eb9 docs: made small changes to grammar 2022-07-25 17:17:11 -04:00
appflowy
00785022e8 chore: add documentation for flowy_grid crate 2022-07-25 15:30:34 +08:00
Nathan.fooo
a76dd40b3b
Merge branch 'main' into feat/operation_transform_documentation 2022-07-25 14:36:18 +08:00
appflowy
8cdecd50fe chore: rename structs 2022-07-25 13:50:58 +08:00
appflowy
dd71acf843 chore: rename some function & add more documentation 2022-07-24 18:10:29 +08:00
appflowy
3c5b9e6b50 chore: add documentation for lib-ot crate 2022-07-24 17:40:40 +08:00
appflowy
f5268178c4 chore: add documentation in grid uint test 2022-07-23 16:57:28 +08:00
appflowy
e0db7bd4f9 chore: remove feature flag: filter 2022-07-20 18:27:12 +08:00
appflowy
cb1afacbd6 chore: rename some structs 2022-07-20 15:30:48 +08:00
appflowy
1e3c69f15b Merge branch 'main' into feat/history 2022-07-20 14:07:54 +08:00
appflowy
45011e2dd3 chore: add task test 2022-07-19 22:32:19 +08:00
appflowy
8e18d3a937 chore: reanme flowy-user crate 2022-07-19 14:40:56 +08:00
appflowy
193527e043 chore: rename flowy-folder structs 2022-07-19 14:24:08 +08:00
appflowy
0ecff26636 chore: remove pb reference in util.rs 2022-07-19 13:07:30 +08:00
appflowy
e7c672cb7e chore: replace try_from with from 2022-07-19 11:31:04 +08:00
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
8073414485 refactor: rename struct & add documentation 2022-07-17 11:49:37 +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
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
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
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
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
appflowy
91418df940 chore: fix test errors 2022-07-04 16:38:35 +08:00