Commit Graph

2743 Commits

Author SHA1 Message Date
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
67f88fab0b refactor: add PB suffix to flowy-editor crate's structs 2022-07-18 11:58:39 +08:00
5035075e14 fix: removed references to Husky 2022-07-17 20:38:01 -04:00
ff0c6a9d98 feat: Added commit-msg hook
This will call commitlint to validate commit messages
2022-07-17 20:38:01 -04:00
6fcc37e15c fix: Made githook scripts executable 2022-07-17 20:38:01 -04:00
609d103779 Merge pull request #619 from AppFlowy-IO/refactor/add_pb_suffix 2022-07-17 15:14:15 +08:00
e45b14910b chore: add suffix PB to dart class 2022-07-17 14:49:29 +08:00
1bf0f0f875 chore: add suffix PB to rust struct 2022-07-17 13:38:53 +08:00
3a0b8bbd74 Merge branch 'main' into refactor/add_pb_suffix 2022-07-17 13:19:29 +08:00
70100cdd3a Merge pull request #618 from AppFlowy-IO/feat/insert_cell_test
Feat/insert cell test
2022-07-17 13:10:55 +08:00
5ea3213c4e chore: fix tests 2022-07-17 12:57:25 +08:00
cca577f967 Merge branch 'main' into feat/insert_cell_test 2022-07-17 11:54:58 +08:00
8073414485 refactor: rename struct & add documentation 2022-07-17 11:49:37 +08:00
29aafbaac4 Merge pull request #611 from LucasXu0/feat/flowy_editor
feat: Add node validator and update op methods
2022-07-17 10:49:30 +08:00
c860d1bc0b Merge pull request #617 from AppFlowy-IO/feat/add_more_grid_documentation 2022-07-16 21:03:10 +08:00
4d6bd2b77e Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor 2022-07-16 20:09:50 +08:00
1039c5517f fix: rebuilding node widgets when the subtype changes 2022-07-16 20:08:41 +08:00
27ce5b8fe9 refactor: field editor bloc 2022-07-16 19:59:00 +08:00
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
29f2d863ff chore: renmae property & add documentation 2022-07-16 17:06:00 +08:00
a73987456e chore: add documentation 2022-07-16 11:53:39 +08:00
0ef92a0897 Merge pull request #615 from vincentdchan/feat/invert-delta
Feat: invert delta
2022-07-15 16:52:24 +08:00
e01a0cf8a5 Merge pull request #614 from AppFlowy-IO/feat/type_option_widget
chore: rename classes
2022-07-15 16:49:10 +08:00
def03273b8 test: invert 2022-07-15 12:17:46 +08:00
3cbac6f3f9 feat: invert delta 2022-07-15 11:51:58 +08:00
4825d83d2f chore: rename classes 2022-07-15 11:44:27 +08:00
a8b560ed93 debug: rerender username properly 2022-07-15 09:09:56 +08:00
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
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
eda54719b1 chore: remove pubspec.lock generated by libraries. Keep the one in the application 2022-07-14 14:23:06 -04:00
8ac75af875 refactor: rename GridCellContext to GridCellController 2022-07-14 21:26:58 +08:00
3844d6aad1 refactor: add documentation to GridCellContext 2022-07-14 20:33:19 +08:00
6eb347a096 feat: Add node validator and update op methods 2022-07-14 13:59:05 +08:00
b859e2a252 Merge pull request #610 from LucasXu0/feat/flowy_editor
chore: (draft) support text node widget editing
2022-07-14 10:51:30 +08:00
ab80e9b0ed chore: add 5 rows in test grid 2022-07-14 09:29:05 +08:00
d02acbae6e chore: add more test 2022-07-14 08:05:38 +08:00
00c628437d chore: (draft) support text node widget editing 2022-07-13 23:08:41 +08:00
a4c66c4db0 Merge pull request #609 from LucasXu0/feat/flowy_editor
combine render plugins and editor state
2022-07-13 21:29:53 +08:00
d07854ebb4 chore: update image node widget example 2022-07-13 20:31:36 +08:00
085cc73ec5 chore: delete unused code 2022-07-13 20:05:34 +08:00
7fad8ab3dc chore: run flutter test in flowy_editor_branch 2022-07-13 19:01:36 +08:00
5ad7845189 feat: 1. move render plugins to editor state 2. support get node's path 3. format code 2022-07-13 18:34:30 +08:00
602aab45e2 chore: unit test for cell content 2022-07-13 17:25:03 +08:00
ea23739df4 Merge pull request #608 from LucasXu0/feat/flowy_editor
feat: support subtype render plugin and add text with check-box example
2022-07-13 16:32:10 +08:00
55ca05f30e feat: support subtype render plugin and add text with check-box example 2022-07-13 16:31:26 +08:00
bfca0a17e0 Merge pull request #606 from vincentdchan/feat/flowy_editor
feat: position and selection
2022-07-13 16:28:36 +08:00
de507001f4 fix: use UnmodifiableListView for OpIterator 2022-07-13 16:24:17 +08:00
f2c477e89f feat: change attributes map to dynamic 2022-07-13 16:05:42 +08:00
8bd748d7cd fix: unit tests 2022-07-13 16:05:42 +08:00
2881edd505 feat: implement text delta operation 2022-07-13 16:05:38 +08:00