AppFlowy/frontend/appflowy_flutter/lib/mobile/presentation/home
Yijing Huang 73ea1a0685
feat:add toast in trash and confirm dialog + fix issues from launch review (#3787)
* chore: improve trash button

* feat: improve restore all&delete all

* refactor: add showFlowyMobileConfirmDialog

* feat: add toast in delete/restore single file

* refactor: refactor to TrashActionType enum

* fix: text invisible in signin page in dark mode

* feat: add FlowyMobileErrorStateContainer to display error state

* refactor: add FlowyMobileStateContainer to handle empty or error state

- Replace MobileErrorPage by FlowyMobileStateContainer.error
- Implement app version in reporting issue on github
- Implement FlowyMobileStateContainer in trash,setting,favorite and mobile view page

* refactor: unify bottom sheet style

- Unify bottom sheet style in add new page, page action, and trash action
- Add icon color in BottomSheetActionWidget for future use
- Add theme color in MobileBottomSheetDragHandle

* chore: unify Appbar style

* chore: remove the more button when trash list is empty

* fix: show bottom sheet error

* fix: fix merge and ui issue

* refactor: refactor ViewPageBottomSheet and origanize code

* chore: add icon color for favorite button

* fix: add missing icon color and delete comments

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-11-02 11:15:15 -07:00
..
favorite_folder fix: mobile page issues and improvements (#3809) 2023-10-27 13:36:09 +08:00
personal_folder feat: enable mobile view item drag-and-drop reordering (#3812) 2023-10-27 22:42:35 +08:00
home.dart feat: mobile setting page, trash page and recent file UI with mock data (#3734) 2023-10-25 21:29:50 +08:00
mobile_folders.dart refactor: fav and workspace (#3837) 2023-11-01 11:45:35 +08:00
mobile_home_page_header.dart fix: mobile page issues and improvements (#3809) 2023-10-27 13:36:09 +08:00
mobile_home_page_recent_files.dart feat:add toast in trash and confirm dialog + fix issues from launch review (#3787) 2023-11-02 11:15:15 -07:00
mobile_home_page.dart feat:add toast in trash and confirm dialog + fix issues from launch review (#3787) 2023-11-02 11:15:15 -07:00
mobile_home_setting_page.dart feat:add toast in trash and confirm dialog + fix issues from launch review (#3787) 2023-11-02 11:15:15 -07:00
mobile_home_trash_page.dart feat:add toast in trash and confirm dialog + fix issues from launch review (#3787) 2023-11-02 11:15:15 -07:00