78 Commits

Author SHA1 Message Date
Nathan.fooo
2eea57aefa
test: add app bloc test (#1370) 2022-10-26 10:38:57 +08:00
Richard Shiue
1e6c4a4d88
feat: introduce a default font (#1210)
* style: code auto-format

* feat: introduce default poppins font

* chore: port more const textstyles to shared styles
2022-10-25 19:49:58 +08:00
Nathan.fooo
67e4a759c7
chore: add reorder bloc test (#1354)
* chore: add reorder bloc test

* chore: add trash test

Co-authored-by: nathan <nathan@appflowy.io>
2022-10-25 16:51:51 +08:00
Nathan.fooo
0d8be87031
chore: add view bloc test (#1343)
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-23 17:52:17 +08:00
Nathan.fooo
6a8c15899c
chore: add grid bloc test (#1289)
Co-authored-by: nathan <nathan@appflowy.io>
2022-10-16 16:51:21 +08:00
Richard Shiue
9758fe51f8
fix: regression on hover effect persisting after closing menu (#1253)
* fix: regression on hover effect persisting after closing menu

* chore: reset onhover when FlowyHover get rebuild

Co-authored-by: appflowy <annie@appflowy.io>
2022-10-09 22:50:35 +08:00
Nathan.fooo
89d036158b
chore: update view state when close the popover (#1251) 2022-10-08 20:48:14 +08:00
Nathan.fooo
ca8be6ab10
chore: replace overlay with popover (#1250) 2022-10-08 17:10:04 +08:00
Richard Shiue
2331b328d8
feat: elide sidebar text (#1026) 2022-10-03 09:58:13 +08:00
appflowy
908d005737 refactor: add setting documentation and support save key/value in setting 2022-09-28 11:44:44 +08:00
nathan
b2d2e071bd fix: auto width for view action 2022-09-25 22:05:22 +08:00
nathan
42995b6baf fix: auto resize Action list 2022-09-25 15:01:39 +08:00
appflowy
f990e3cabb chore: set icon color of the app ation panel 2022-09-23 18:00:11 +08:00
appflowy
0218f4e8b9 fix: create view panel icon color 2022-09-23 17:27:30 +08:00
appflowy
37f85cebde chore: open next page when current page get deleted 2022-09-22 13:43:37 +08:00
appflowy
1de3999e3a chore: fix bugs 2022-09-15 16:05:55 +08:00
appflowy
a2d8fe9e80 chore: run dart fix --apply 2022-08-31 09:19:31 +08:00
chiragkr04
0eac23be6a fix: .tr() missing in side bar tooltip text 2022-08-29 12:23:06 +05:30
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
d3cd60e527 refactor: rename structs 2022-08-18 21:44:22 +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
Aryaman
72c5c937ae fix: context menu now opens behind the icon as well 2022-08-10 17:03:01 +05:30
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
Aryman
ab4a2e8b07 fix: menu displayed at mouse location 2022-08-10 03:23:37 +05:30
Nathan.fooo
2853831442
Merge branch 'main' into #692 2022-08-09 13:52:19 +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
Naughtz
88423c1e86 feature: Shortcut for collapse the left sidebar #692 2022-08-08 16:36:26 +08:00
Ian Su
db19337609 feat: show icon in avatar 2022-08-07 00:05:12 +08:00
Ian Su
89644e88da Merge branch 'main' into add_workspace_settings 2022-07-22 00:21:07 +08:00
appflowy
da3fd11737 fix: open the latest view when AppFlowy launch. 2022-07-20 20:08:42 +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
Ian Su
a8b560ed93 debug: rerender username properly 2022-07-15 09:09:56 +08:00
Ian Su
51ab1b6798 feat: add widget to update username 2022-07-05 10:12:09 +08:00
appflowy
cfadf42fe3 chore: fix import path 2022-07-04 15:55:48 +08:00
appflowy
e5f35e46ca chore: fix import path 2022-07-04 15:00:54 +08:00
Nathan.fooo
1f47221fc9
Merge pull request #585 from AppFlowy-IO/feat/update_user_profile
chore: update user name with UserService
2022-07-04 11:20:32 +08:00
appflowy
957b83ecd5 chore: refactor user listenr 2022-07-04 10:59:08 +08:00
Lucas.Xu
ebc3a26426 fix: click on the edge of the that create the document does not respond to event 2022-07-04 10:17:02 +08:00
appflowy
8fd9b68d9d fix: duplicate grid 2022-06-06 20:06:08 +08:00
Poly-Pixel
bfa3eb9577
fix: Fix various small issues 2022-05-29 15:27:18 -04:00