appflowy
1e3c69f15b
Merge branch 'main' into feat/history
2022-07-20 14:07:54 +08:00
MikeWallaceDev
efa89866f3
fix: colors and brew install for mac
...
Also fixed colors for Linux.
Now displays messages in yellow so that they stick out more.
2022-07-19 13:07:25 -04:00
Nathan.fooo
d0d90a90ee
Merge pull request #632 from MikeWallaceDev/fix_install_dev_env
...
Improved development environment installation
2022-07-19 23:04:35 +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
MikeWallaceDev
6d9c4619e4
fix: fixed flutter config variable for mac
2022-07-18 21:44:11 -04:00
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
appflowy
8683c2f343
fix: reload number cell
2022-07-18 19:27:01 +08:00
appflowy
cefd64034d
refactor: add Grid prefix to some Grid cells
2022-07-18 17:48:33 +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
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
Ian Su
a8b560ed93
debug: rerender username properly
2022-07-15 09:09:56 +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
Ian Su
29ce171783
feat: show name on _UserNameInput
2022-07-10 11:31:26 +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
Ian Su
db165f7006
refactor: remove updateUserName from MenuUserBloc
2022-07-09 23:32:29 +08:00
Ian Su
f24e154b4f
refactor: create SettingsUserViewBloc
2022-07-09 22:00:17 +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
Ian Su
51ab1b6798
feat: add widget to update username
2022-07-05 10:12:09 +08:00
Nathan.fooo
a6c001941e
Merge pull request #589 from AppFlowy-IO/refactor/user_data_model
2022-07-04 18:31:28 +08:00
appflowy
91418df940
chore: fix test errors
2022-07-04 16:38:35 +08:00
Nathan.fooo
d25e89ea08
Merge pull request #588 from AppFlowy-IO/refactor/folder_data_model
...
refactor: move entities from flowy-folder-data-model to flowy-folder crate
2022-07-04 16:29:53 +08:00
appflowy
cfadf42fe3
chore: fix import path
2022-07-04 15:55:48 +08:00
appflowy
8963561355
chore: rm flowy-user-data-model crate
2022-07-04 15:55:48 +08:00
Nathan.fooo
cbf8a993e0
Merge pull request #587 from tsuiyuenhong/bugfix/vscode_profile_task_fail
...
fix: fail to execute profile task in VSCode
2022-07-04 15:04:21 +08:00
appflowy
e5f35e46ca
chore: fix import path
2022-07-04 15:00:54 +08:00
Lucas.Xu
98f8a3a35c
fix: fail to execute profile task in VSCode
2022-07-04 14:29:46 +08:00
appflowy
784996368b
chore: move entities from flowy-folder-data-model to flowy-folder crate
2022-07-04 14:28:41 +08:00
Nathan.fooo
1f47221fc9
Merge pull request #585 from AppFlowy-IO/feat/update_user_profile
...
chore: update user name with UserService
2022-07-04 11:20:32 +08:00
Nathan.fooo
d090a813a9
Merge pull request #586 from tsuiyuenhong/bugfix/fix_create_button_hittest_bug
...
bugfix: click on the edge of the `add_button` that create the document does not respond to event
2022-07-04 11:05:46 +08:00
appflowy
8a0709ca23
chore: add new event to update user name
2022-07-04 11:00:56 +08:00
appflowy
957b83ecd5
chore: refactor user listenr
2022-07-04 10:59:08 +08:00
Lucas.Xu
ebc3a26426
fix: click on the edge of the that create the document does not respond to event
2022-07-04 10:17:02 +08:00
appflowy
ce73da8212
chore: update user name with UserService
2022-07-03 16:52:06 +08:00
appflowy
fedc57a52c
refactor: grid block cache
2022-07-03 15:59:11 +08:00
appflowy
9803fe1ccb
refactor: grid block notification
2022-07-02 11:18:38 +08:00
appflowy
c1ea97c729
refactor: move entities from flowy-grid-data-model to flowy-grid crate
2022-07-01 20:32:11 +08:00
appflowy
a9a797ddaf
refactor: wrap FieldRevision with Arc
2022-07-01 10:39:16 +08:00
appflowy
50d0eff039
chore: cache filter result
2022-06-30 23:00:03 +08:00
appflowy
4d8f101a42
chore: gen filter task
2022-06-29 20:51:53 +08:00
Nathan.fooo
6554b8354b
Merge pull request #579 from AppFlowy-IO/feat/grid_task_runner
2022-06-29 18:28:06 +08:00
appflowy
76f260fe04
chore: config filter service
2022-06-29 17:17:26 +08:00
appflowy
1b38ff8559
chore: config task runner
2022-06-29 13:44:15 +08:00
Nathan.fooo
619d2f52ec
Merge pull request #568 from tsuiyuenhong/feature/support_rust_debug_in_vscode
...
Support debugging rust in VS Code and Fix build problem in linux
2022-06-28 15:00:46 +08:00
appflowy
dc81ac8e24
chore: grid tasks
2022-06-28 09:35:54 +08:00
appflowy
7504ea7555
chore: read block rows with filters
2022-06-28 09:35:19 +08:00
appflowy
b73c68c6f6
refactor: read cell data
2022-06-28 09:35:19 +08:00
appflowy
0f868f48f3
refactor: fetch block data
2022-06-28 09:35:18 +08:00
appflowy
a08590bcba
chore: update test
2022-06-28 09:35:18 +08:00
appflowy
ead305ddda
chore: delete/create filter
2022-06-28 09:35:17 +08:00