Commit Graph

59 Commits

Author SHA1 Message Date
appflowy
4de0008e44 chore: disable group field that does not support grouping 2022-09-05 17:13:52 +08:00
appflowy
5b92805e93 chore: config checkbox ui 2022-09-05 11:44:04 +08:00
appflowy
4f8e012d54 chore: fix bugs when switch group field 2022-09-04 15:49:25 +08:00
appflowy
54d6f3709e chore: replace FieldPB with GridField 2022-09-03 21:18:52 +08:00
appflowy
f57ba8b9a8 chore: read setting 2022-09-03 16:47:58 +08:00
appflowy
b3e5bb00ac chore: config switch group field UI 2022-09-03 15:20:40 +08:00
appflowy
e73f1438f7 chore: config switch group field UI 2022-09-02 22:13:38 +08:00
appflowy
f192f89ebb chore: refactor group gen process 2022-09-02 13:24:09 +08:00
appflowy
a9f5f8d508 chore: support create new field when editing the row 2022-08-31 20:21:06 +08:00
Nathan.fooo
0225f0aa4d
Merge pull request #951 from AppFlowy-IO/feat/create_card_from_header
chore: enable create card from header button
2022-08-31 15:54:10 +08:00
appflowy
cde8ad9084 chore: enable create card from header button 2022-08-31 14:56:03 +08:00
appflowy
410d150360 chore: adjust flutter lint 2.0 2022-08-31 09:28:08 +08:00
appflowy
a2d8fe9e80 chore: run dart fix --apply 2022-08-31 09:19:31 +08:00
Nathan.fooo
236fcedcd3
Merge pull request #924 from ChiragKr04/feat/grid-row-button-tooltip
fix: added tooltip for grid row action buttons
2022-08-30 08:03:45 +08:00
appflowy
32a1bbb6b9 chore: optimize cell cache 2022-08-29 18:15:17 +08:00
chiragkr04
32bce890f5 fix: added tooltip for grid row leading buttons 2022-08-29 11:54:59 +05:30
appflowy
9ce7fcb704 chore: edit create card 2022-08-26 10:05:31 +08:00
appflowy
c827f9b156 chore: fix card refresh issue 2022-08-25 12:36:56 +08:00
appflowy
311c6ae94a chore: hide more button on card title 2022-08-25 11:12:58 +08:00
Nathan.fooo
3507bbc35c
Merge pull request #902 from AppFlowy-IO/fix/clip_select_option_text
fix: clip the text when out of bound
2022-08-25 10:17:42 +08:00
appflowy
befc40ba71 fix: clip the text when out of bound 2022-08-25 10:00:54 +08:00
appflowy
8a8791b880 chore: adjust ui 2022-08-24 23:09:35 +08:00
appflowy
a896637eab fix: reload card content 2022-08-24 21:06:42 +08:00
appflowy
074c497d57 fix: fix some bugs 2022-08-22 17:45:15 +08:00
appflowy
6e6a812243 chore: save group revision and fix warnings 2022-08-20 23:57:51 +08:00
appflowy
af23e3e803 refactor: replace plugin type with layout type 2022-08-18 21:44:22 +08:00
appflowy
3e4e8679ce fix: debounce causes save cell data fail 2022-08-18 21:44:22 +08:00
appflowy
c4514e421a chore: move card from one column to another 2022-08-18 21:44:22 +08:00
appflowy
f32068d64b refactor: move row params 2022-08-18 21:44:21 +08:00
appflowy
6c2dda1667 chore: add shortcut to exit the FlowyOverlay 2022-08-17 15:50:19 +08:00
appflowy
9456fbd573 chore: fix some bugs 2022-08-16 20:34:12 +08:00
appflowy
5ee6875d7b chore: open card detail 2022-08-16 18:19:54 +08:00
appflowy
162152916c chore: delete board card 2022-08-16 17:41:02 +08:00
appflowy
bc346dfd67 chore: create board card 2022-08-16 17:16:18 +08:00
appflowy
b7d71428be chore: send group notification 2022-08-16 15:49:54 +08:00
Nathan.fooo
2623974def
Merge pull request #846 from AppFlowy-IO/feat/board_create_card
Feat/board create card
2022-08-14 16:05:29 +08:00
Nathan.fooo
3f584c7463
Merge pull request #842 from Nike682631/fix-highlighted-box-color-issue-685
fix: fixed hover color #685
2022-08-14 15:33:58 +08:00
appflowy
43eaa2748d chore: insert cell content when creating card 2022-08-14 11:05:55 +08:00
appflowy
57ede798d8 refactor: remove UpdateRowPB, refactor RowInfo class 2022-08-13 15:00:13 +08:00
appflowy
28e77ae68c chore: add card container 2022-08-13 11:51:26 +08:00
appflowy
2282aa948e chore: support link/number/multiselect/checkbox board cell 2022-08-13 10:01:40 +08:00
Nikunj
022997e6ff fix: fixed hover color #685 2022-08-12 22:10:15 +05:30
appflowy
9d72e36c19 chore: update card ui by adding date,text,selectoption cell 2022-08-12 22:58:43 +08:00
appflowy
800fb82211 chore: card ui 2022-08-12 20:54:13 +08:00
appflowy
055868bae3 chore: build board card ui 2022-08-12 16:30:08 +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
1bdd863b75 refactor: refactor multi-select typeOption 2022-08-10 20:12:05 +08:00