MikeWallaceDev
f30f2485c6
fix: fixed colors when asking to install Rust
2022-07-18 20:08:13 -04:00
MikeWallaceDev
1cb8dbcfa4
fix: improved installation on MacOs
...
added MacOs install script
Removed Makefile, since we now use a bash script. This removes the dependency on make.
Removed Brewfile, since we now use a bash script
2022-07-18 15:24:25 -04:00
MikeWallaceDev
39900022db
fix: improved development environment installation
...
moved and renamed /Makefile.toml to githooks.toml
added install script for Linux
2022-07-18 14:31:13 -04:00
MikeWallaceDev
5035075e14
fix: removed references to Husky
2022-07-17 20:38:01 -04:00
MikeWallaceDev
ff0c6a9d98
feat: Added commit-msg hook
...
This will call commitlint to validate commit messages
2022-07-17 20:38:01 -04:00
MikeWallaceDev
6fcc37e15c
fix: Made githook scripts executable
2022-07-17 20:38:01 -04:00
Nathan.fooo
609d103779
Merge pull request #619 from AppFlowy-IO/refactor/add_pb_suffix
2022-07-17 15:14:15 +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
Nathan.fooo
70100cdd3a
Merge pull request #618 from AppFlowy-IO/feat/insert_cell_test
...
Feat/insert cell test
2022-07-17 13:10:55 +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
Nathan.fooo
c860d1bc0b
Merge pull request #617 from AppFlowy-IO/feat/add_more_grid_documentation
2022-07-16 21:03:10 +08:00
appflowy
27ce5b8fe9
refactor: field editor bloc
2022-07-16 19:59:00 +08:00
Nathan.fooo
58892e3914
Merge pull request #616 from AppFlowy-IO/feat/add_more_grid_documentation
...
Feat/add more grid documentation
2022-07-16 18:18:43 +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
Nathan.fooo
18dd4621b6
Merge pull request #612 from AppFlowy-IO/feat/grid_cell_data_operation
...
Feat/grid cell data operation
2022-07-15 08:34:07 +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
Nathan.fooo
6020459f76
Merge pull request #604 from AppFlowy-IO/refactor/grid_test_dir
...
Refactor: refactor grid unit test directory
2022-07-11 20:39:31 +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
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