AppFlowy/frontend/appflowy_flutter/lib
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
..
core chore: add unwaited futures to analysis options (#4485) 2024-01-29 10:26:45 +08:00
date feat: reminder (#3374) 2023-10-02 15:12:24 +08:00
env chore: fix ws conn (#4582) 2024-02-02 09:27:11 +08:00
mobile fix: select name by default (#4630) 2024-02-07 21:49:17 +01:00
plugins feat: toggle favourites from the documents top bar. (#4382) 2024-02-08 10:45:54 +01:00
shared fix: application will raise an error when selecting unsplash image in local mode (#4604) 2024-02-05 21:53:14 +07:00
startup fix: potential dependency conflict (#4550) 2024-01-30 16:05:56 +08:00
user fix: dispose of resources in time (#4625) 2024-02-07 18:38:53 +01:00
util fix: mobile UI issues (#4561) 2024-01-31 21:15:38 +08:00
workspace feat: toggle favourites from the documents top bar. (#4382) 2024-02-08 10:45:54 +01:00
main.dart fix: tooltips and overlay related issues (#4206) 2023-12-27 11:11:14 +08:00