AppFlowy/frontend/appflowy_flutter/lib/plugins
Ansah Mohammad 747fe40648
feat: toggle favourites from the documents top bar. (#4382)
* feat: init star button

* feat: implemented star button on the right bar

* feat: Implemented toggle logic

* chore: Added ToolTip for favorite button

* refactor: renamed star to favorite

* refactor: moved appplication logic into favorite_cubit

* chore: arranged imports in alphabetical order

* refactor: reused favorite_bloc for toggle

* fix: fixed the icon no rebuild

* refactor: moved the FavoriteBloc higher in the widget tree

* refactor: moved FavoriteBloc inside multiBlocProvider of desktop_home_screen

* chore: specified bloc type

* chore: cleaned code

* refactor: use any instead of map
2024-02-08 10:45:54 +01:00
..
base feat: refactor app bar (#4539) 2024-01-29 23:13:06 +08:00
blank chore: code cleanup according to unintroduced lints (#4488) 2024-01-25 23:37:36 +08:00
database fix: dispose of resources in time (#4625) 2024-02-07 18:38:53 +01:00
document feat: toggle favourites from the documents top bar. (#4382) 2024-02-08 10:45:54 +01:00
inline_actions fix: dispose of resources in time (#4625) 2024-02-07 18:38:53 +01:00
trash fix: dispose of resources in time (#4625) 2024-02-07 18:38:53 +01:00
util.dart chore: code cleanup according to unintroduced lints (#4488) 2024-01-25 23:37:36 +08:00