Commit Graph

655 Commits

Author SHA1 Message Date
appflowy
4ead583f6d chore: save scroll pos 2022-08-27 21:22:26 +08:00
appflowy
82c0006868 chore: scroll to bottom after post frame 2022-08-27 09:52:08 +08:00
appflowy
d6162159aa chore: scroll to bottom when create new card 2022-08-26 21:42:59 +08:00
appflowy
aba0f946dd chore: do not build the cell if its fieldId equal to the corresponding group field id 2022-08-26 16:07:51 +08:00
Vincent Chan
5cdd1d38c4 feat: aciton sheet 2022-08-26 15:39:44 +08:00
Vincent Chan
e9b215ebbd feat: poover anchor on the object 2022-08-26 15:15:29 +08:00
Vincent Chan
4fb760e44c feat: add popover overlay 2022-08-26 13:47:49 +08:00
appflowy
6e0a191be1 chore: optimize rebuild column 2022-08-26 11:51:42 +08:00
appflowy
9ce7fcb704 chore: edit create card 2022-08-26 10:05:31 +08:00
appflowy
d3c13d325e chore: fix card animation issue 2022-08-26 09:11:30 +08:00
appflowy
2b725f8f71 chore: add remove out of bound guard 2022-08-26 08:32:25 +08:00
Vincent Chan
ddc394fcd7 feat: introduce popover widget 2022-08-25 16:58:03 +08:00
appflowy
02283038d5 chore: hide cell 2022-08-25 16:17:19 +08:00
appflowy
c43d0790dc chore: enable create board 2022-08-25 15:46:21 +08:00
appflowy
d0f476dc72 chore: add max height constraint for board text cell 2022-08-25 14:39:20 +08:00
appflowy
14874772b1 chore: insert default group at index 0 2022-08-25 13:44:58 +08:00
appflowy
c827f9b156 chore: fix card refresh issue 2022-08-25 12:36:56 +08:00
Vincent Chan
84b5762017 feat: unify styles 2022-08-25 11:45:51 +08:00
Vincent Chan
58ad84b7df feat: flowy overlay 2022-08-25 11:30:00 +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
50e772edff chore: adjust header, card padding ui 2022-08-25 09:51:33 +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
82b44c2c98 chore: update board column name 2022-08-24 16:57:53 +08:00
appflowy
f5f3f51cca chore: update column name when field was changed 2022-08-24 08:27:34 +08:00
appflowy
b762151d44 fix: create document errors 2022-08-23 13:13:01 +08:00
appflowy
074c497d57 fix: fix some bugs 2022-08-22 17:45:15 +08:00
Naughtz
6dca0fddf9
Merge branch 'main' into #692 2022-08-22 11:06:44 +08:00
Naughtz
1a59bd75e2 Merge branch '#692' of https://github.com/naughtz/appflowy into #692 2022-08-22 11:04:51 +08:00
Naughtz
22f544a910 feat: add translation 2022-08-22 11:03:36 +08:00
appflowy
6e6a812243 chore: save group revision and fix warnings 2022-08-20 23:57:51 +08:00
appflowy
0680b20579 chore: add group unit test 2022-08-18 21:44:22 +08:00
appflowy
af23e3e803 refactor: replace plugin type with layout type 2022-08-18 21:44:22 +08:00
appflowy
d3cd60e527 refactor: rename structs 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
4856a024a2 chore: Update row when moving row caused cell data changed 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
appflowy
445d5f6222 chore: disable create board 2022-08-14 16:05:14 +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
dc53cb00dd chore: create the default group for the rows that are not belong to any groups 2022-08-13 16:23:44 +08:00
appflowy
57ede798d8 refactor: remove UpdateRowPB, refactor RowInfo class 2022-08-13 15:00:13 +08:00
appflowy
f6263f758f fix: multi scrollview warning 2022-08-13 13:55:33 +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
4488247fb1 fix: default icon for user avatar 2022-08-12 19:19:19 +08:00
Nathan.fooo
435d1b8354
Merge pull request #820 from AppFlowy-IO/feat/appflowy_board
Feat/appflowy board
2022-08-12 17:11:49 +08:00
Nathan.fooo
05ee4d3302
Merge pull request #778 from ENsu/add_icon_setting_360
Add icon setting 360
2022-08-12 16:47:12 +08:00
appflowy
055868bae3 chore: build board card ui 2022-08-12 16:30:08 +08:00
Vincent Chan
a71d9401d5
Merge pull request #804 from victor-teles/fix/#691
[PR] Layout of window's icon
2022-08-12 10:32:02 +08:00
Victor Teles
f637839cfe refactor: fixed lint warnings 2022-08-11 10:39:32 -03: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
Victor Teles
5c011fbd7e refactor: added Platform.isMacOS to validation 2022-08-10 11:46:29 -03:00
appflowy
1bdd863b75 refactor: refactor multi-select typeOption 2022-08-10 20:12:05 +08:00
Aryaman
72c5c937ae fix: context menu now opens behind the icon as well 2022-08-10 17:03:01 +05:30
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
Aryaman Arora
a71c5c0ee5
Merge branch 'AppFlowy-IO:main' into side_context_menu 2022-08-10 14:51:30 +05:30
Aryman
e095a17683 fix: bug where context menu options wouldn't work unless page was selcted 2022-08-10 14:46:39 +05:30
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
Victor Teles
76c3e440e7 fix: fixed controls space 2022-08-10 02:17:27 -03:00
Aryman
ab4a2e8b07 fix: menu displayed at mouse location 2022-08-10 03:23:37 +05:30
appflowy
292b90c14c fix: create column errors 2022-08-09 18:04:23 +08:00
Nathan.fooo
2853831442
Merge branch 'main' into #692 2022-08-09 13:52:19 +08:00
appflowy
9e090b0183 chore: fix typo: pannel -> panel 2022-08-09 11:59:22 +08:00
appflowy
6d385e811f refactor: move plugin application and presentation together 2022-08-09 10:38:11 +08:00
Aryman
c8d5769b11 refactor: remove print statement 2022-08-09 01:45:56 +05:30
Aryman
1cca7acf1b perf: added right click context menu functionality 2022-08-09 01:43:04 +05:30
Ian Su
d56e8c7673 fix: add icon_url in migration 2022-08-08 22:19:05 +08:00
Nathan.fooo
70fbcb0de9
Merge pull request #774 from AppFlowy-IO/feat/board_ui
Feat/board UI
2022-08-08 20:27:20 +08:00
Nathan.fooo
1f1ff07377
Merge pull request #781 from ChiragKr04/main
Fix: Added tooltip to open row as page
2022-08-08 19:15:32 +08:00
Naughtz
1c19bee773 fix: fix actions fail 2022-08-08 17:12:27 +08:00
Naughtz
88423c1e86 feature: Shortcut for collapse the left sidebar #692 2022-08-08 16:36:26 +08:00
chiragkr04
51ba26adb0 fix: unnecessary import 2022-08-08 10:24:10 +05:30
Naughtz
402b29b3e3 feature: MouseCursor for expanding row #687 2022-08-08 12:04:28 +08:00
chiragkr04
58e6c58e65 fix: tooltip for open row as page 2022-08-07 20:04:54 +05:30
Ian Su
db19337609 feat: show icon in avatar 2022-08-07 00:05:12 +08:00
Ian Su
4eccdf3d28 feat: save icon into db 2022-08-06 22:38:03 +08:00
Ian Su
7fc9a085c5 refactor: move icon state to SettingsUserViewBloc 2022-08-06 22:38:03 +08:00