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
|
8b535720ef
|
chore: add AF prefix to appflowy_board classes
|
2022-08-11 13:33:36 +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
|
1bdd863b75
|
refactor: refactor multi-select typeOption
|
2022-08-10 20:12:05 +08:00 |
|
appflowy
|
32d5edff81
|
refactor: refactor class SingleSelectTypeOptionContext
|
2022-08-10 19:15:36 +08:00 |
|
appflowy
|
ad3e2f5725
|
chore: add sub data type
|
2022-08-10 17:59:28 +08:00 |
|
appflowy
|
2b745bc41a
|
chore: read single select data from board
|
2022-08-10 16:04:04 +08:00 |
|
appflowy
|
0d6c04ae81
|
chore: load field typeOption
|
2022-08-10 16:04:04 +08:00 |
|
appflowy
|
25eb5bf1b0
|
chore: add boardbloc
|
2022-08-10 16:04:04 +08:00 |
|
appflowy
|
9c495957dc
|
refactor: RowDetailBloc
|
2022-08-10 16:04:04 +08:00 |
|
appflowy
|
9930706d9a
|
refactor: separate cache from service file
|
2022-08-10 16:04:04 +08:00 |
|
Nathan.fooo
|
58e8e0524e
|
Merge pull request #802 from AppFlowy-IO/fix/folder_serde_error
Try to fix deserialize folder reivsion error
|
2022-08-10 16:03:11 +08:00 |
|
Lucas.Xu
|
b21e02cbd4
|
Merge pull request #806 from LucasXu0/feat/move_code_into_src
chore: move all code into src/
|
2022-08-10 15:02:10 +08:00 |
|
Lucas.Xu
|
79591791c1
|
chore: move all code into src/
|
2022-08-10 14:33:54 +08:00 |
|
appflowy
|
ba3e8cc14b
|
chore: format json output
|
2022-08-10 10:35:00 +08:00 |
|
appflowy
|
b695ceb832
|
chore: seperate FolderRevision from FolderPad
|
2022-08-10 10:07:41 +08:00 |
|
Nathan.fooo
|
7f249ebae2
|
Merge pull request #801 from LucasXu0/feat/text_style
Feat/text style
|
2022-08-09 19:53:31 +08:00 |
|
Lucas.Xu
|
6a27c490aa
|
fix: selection error in edge
|
2022-08-09 19:43:28 +08:00 |
|
Lucas.Xu
|
215587a507
|
chore: format code
|
2022-08-09 19:37:46 +08:00 |
|
Lucas.Xu
|
3e256be0b9
|
fix: checkbox placeholder error
|
2022-08-09 19:19:35 +08:00 |
|
Lucas.Xu
|
0650c40d9d
|
fix: checkbox error
pressing Enter after a checked-off item, the new checkbox is also checked off. it should be unchecked when it’s newly created.
|
2022-08-09 19:11:21 +08:00 |
|
Lucas.Xu
|
1391d202a9
|
fix: could not remove text style when pressing enter in empty text node
|
2022-08-09 19:03:55 +08:00 |
|
Nathan.fooo
|
fd1bbaa6fd
|
Merge pull request #800 from AppFlowy-IO/fix/create_column
fix: create column errors
|
2022-08-09 19:01:48 +08:00 |
|
Lucas.Xu
|
4223324689
|
fix: cursor height error
|
2022-08-09 18:54:33 +08:00 |
|
Lucas.Xu
|
8fa55cfa08
|
feat: text insert and replace with selection styles
|
2022-08-09 18:19:11 +08:00 |
|
appflowy
|
292b90c14c
|
fix: create column errors
|
2022-08-09 18:04:23 +08:00 |
|
Lucas.Xu
|
b7cb4b647d
|
fix: the editor loses focus occasionally
|
2022-08-09 17:52:11 +08:00 |
|
Lucas.Xu
|
e9d8dc9657
|
feat: increase line spacing
|
2022-08-09 17:50:32 +08:00 |
|
Lucas.Xu
|
ac3af7e01b
|
Merge pull request #799 from LucasXu0/feat/text_style
fix: text align error
|
2022-08-09 15:33:28 +08:00 |
|
Lucas.Xu
|
255cb47876
|
fix: text align error
|
2022-08-09 15:32:28 +08:00 |
|
Nathan.fooo
|
befdb10554
|
Merge pull request #797 from AppFlowy-IO/fix/undo-redo-handler
fix: undo redo handler
|
2022-08-09 15:23:16 +08:00 |
|
Lucas.Xu
|
a032a0e8db
|
Merge pull request #798 from LucasXu0/feat/text_style
update text style and document style.
|
2022-08-09 15:22:14 +08:00 |
|
Lucas.Xu
|
6f32f749bc
|
fix: delete style widget error
|
2022-08-09 15:15:53 +08:00 |
|
Lucas.Xu
|
4464f2abfe
|
feat: make the text node widget align center.
|
2022-08-09 14:50:31 +08:00 |
|
Vincent Chan
|
7c58654fe8
|
fix: undo redo handler
|
2022-08-09 14:04:40 +08:00 |
|
Nathan.fooo
|
b9de45a110
|
Merge pull request #792 from LucasXu0/feat/mouse_cursor_style
Feat/mouse cursor style
|
2022-08-09 13:48:49 +08:00 |
|
Nathan.fooo
|
efce8c91be
|
Merge pull request #795 from AppFlowy-IO/ci/flutter_version
chore: update flutter version in ci
|
2022-08-09 13:48:25 +08:00 |
|
appflowy
|
d01e5a0490
|
chore: update flutter version in ci
|
2022-08-09 13:11:39 +08:00 |
|
Nathan.fooo
|
aaee3003ce
|
Merge pull request #793 from AppFlowy-IO/feat/refactor_plugin_path
Refactor plugins path
|
2022-08-09 12:37:52 +08:00 |
|
appflowy
|
9e090b0183
|
chore: fix typo: pannel -> panel
|
2022-08-09 11:59:22 +08:00 |
|
Lucas.Xu
|
b9c0c1209a
|
feat: support more command + x shortcut
|
2022-08-09 11:46:40 +08:00 |
|
Vincent Chan
|
8e310d233f
|
Merge pull request #790 from AppFlowy-IO/feat/copy-styles
Feat/copy styles
|
2022-08-09 11:30:30 +08:00 |
|
Lucas.Xu
|
f4a31768cb
|
feat: support rendering text background color and text color
|
2022-08-09 11:20:53 +08:00 |
|