appflowy
e8dad2ef03
chore: update
2022-08-04 21:12:26 +08:00
appflowy
9ea4c8b260
chore: add overlap dragTarget interceptor
2022-08-04 18:19:53 +08:00
appflowy
dbc5de2968
chore: update board layout, support footer and header
2022-08-04 15:08:15 +08:00
appflowy
a4b4b20cfc
chore: config board ui
2022-08-03 20:39:08 +08:00
appflowy
516e894c6a
chore: borad ui
2022-07-25 17:21:37 +08:00
Nathan.fooo
5cf1ede6f0
Merge pull request #659 from AppFlowy-IO/fix/resize_window_issue
...
fix: open the latest view when AppFlowy launch.
2022-07-20 20:36:05 +08:00
appflowy
da3fd11737
fix: open the latest view when AppFlowy launch.
2022-07-20 20:08:42 +08:00
Nathan.fooo
78b756d65d
Merge pull request #656 from AppFlowy-IO/feat/remove_filter_feature_flag
...
chore: remove feature flag: filter
2022-07-20 19:29:37 +08:00
appflowy
c97e1ccb95
chore: fix tests
2022-07-20 18:47:05 +08:00
appflowy
e0db7bd4f9
chore: remove feature flag: filter
2022-07-20 18:27:12 +08:00
Nathan.fooo
0f4f51cc0c
Merge pull request #654 from AppFlowy-IO/feat/snapshot_db_schema
...
Add snapshot db schema (WIP)
2022-07-20 16:58:07 +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
Mike Wallace
471ae9ddf7
Merge pull request #648 from MikeWallaceDev/fix_colors
...
fix: colors and brew install for mac
2022-07-19 14:08:57 -04: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
Nathan.fooo
66e87a8a94
Merge pull request #647 from AppFlowy-IO/feat/task_scheduler_test
...
Add grid task scheduler tests & fix some bugs
2022-07-19 22:59:26 +08:00
appflowy
45011e2dd3
chore: add task test
2022-07-19 22:32:19 +08:00
Nathan.fooo
26c5dcd182
Merge pull request #643 from AppFlowy-IO/refactor/add_PB_suffix
...
Refactor/add pb suffix
2022-07-19 15:24:53 +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
Nathan.fooo
2981b685bc
Merge pull request #620 from MikeWallaceDev/fix_githooks
...
Fix githooks and remove Husky
2022-07-19 08:33:49 +08: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
Nathan.fooo
ff1b6f8f1d
Merge pull request #629 from AppFlowy-IO/refactor/rename_grid_cell
...
Refactor/rename grid cell
2022-07-18 19:42:53 +08: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
Nathan.fooo
3961e85f6b
Merge pull request #625 from AppFlowy-IO/feat/add_pb_suffix_to_flowy_editor_crate
...
refactor: add PB suffix to flowy-editor crate's structs
2022-07-18 13:02:40 +08:00
appflowy
67f88fab0b
refactor: add PB suffix to flowy-editor crate's structs
2022-07-18 11:58:39 +08: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