[PR #5816] [MERGED] chore: improve UI design on mobile #7022

Closed
opened 2026-03-23 23:17:44 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5816
Author: @LucasXu0
Created: 7/26/2024
Status: Merged
Merged: 7/27/2024
Merged by: @LucasXu0

Base: mainHead: m_ui


📝 Commits (10+)

  • 93537b6 chore: optimize UI design on mobile
  • 4ea76c3 Merge branch 'main' into m_ui
  • 34fa682 chore: update navigation bar border color
  • 73f7753 chore: add favorite toast
  • ae7aaf4 chore: add click effect
  • da69136 fix: ai message render issue
  • b809a7c feat: support creating database in space level
  • 6d2b33e feat: add scale effect to mobile card view
  • 4978eaf chore: expand the page icon to 18px
  • af035b4 Merge branch 'main' into m_ui

📊 Changes

28 files changed (+325 additions, -156 deletions)

View changed files

📝 frontend/appflowy_flutter/ios/Podfile.lock (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/application/page_style/document_page_style_bloc.dart (+3 -0)
frontend/appflowy_flutter/lib/mobile/presentation/base/gesture.dart (+54 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_add_new_page.dart (+10 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart (+7 -41)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart (+25 -11)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+9 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/mobile_home_favorite_folder.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart (+7 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart (+0 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/section_folder/mobile_home_section_folder.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart (+8 -4)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space.dart (+43 -16)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_header.dart (+11 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_menu.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart (+13 -10)
📝 frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart (+4 -3)

...and 8 more files

📄 Description

Feature Preview

  • update navigation bar border color
  • add favorite toast
  • add click effect
  • support creating database in space level
  • add scale effect to mobile card view
  • expand the page icon to 18px

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/5816 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/26/2024 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `m_ui` --- ### 📝 Commits (10+) - [`93537b6`](https://github.com/AppFlowy-IO/AppFlowy/commit/93537b63e6ecff2b2c62068d9cbfc5aeb025dc03) chore: optimize UI design on mobile - [`4ea76c3`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ea76c3b6be4c3bae0e90d5f571e955e2b3e5925) Merge branch 'main' into m_ui - [`34fa682`](https://github.com/AppFlowy-IO/AppFlowy/commit/34fa682c9142f2c762bb45b07199989383b226ff) chore: update navigation bar border color - [`73f7753`](https://github.com/AppFlowy-IO/AppFlowy/commit/73f7753b8273c5329bb364eac2c256cc05878d12) chore: add favorite toast - [`ae7aaf4`](https://github.com/AppFlowy-IO/AppFlowy/commit/ae7aaf4d306a092c9f09de00df1c47e9bff5ccea) chore: add click effect - [`da69136`](https://github.com/AppFlowy-IO/AppFlowy/commit/da6913684a406725a635f718d654f6b66430963e) fix: ai message render issue - [`b809a7c`](https://github.com/AppFlowy-IO/AppFlowy/commit/b809a7cb48eccca2a1b9bf9438eaa6aa07d0837f) feat: support creating database in space level - [`6d2b33e`](https://github.com/AppFlowy-IO/AppFlowy/commit/6d2b33e2da5646c26eaf4b421673090631e6279f) feat: add scale effect to mobile card view - [`4978eaf`](https://github.com/AppFlowy-IO/AppFlowy/commit/4978eaf2407287f87b1ad61783a44525564734fa) chore: expand the page icon to 18px - [`af035b4`](https://github.com/AppFlowy-IO/AppFlowy/commit/af035b4f305462772e90d89c1633e0beff7ce99c) Merge branch 'main' into m_ui ### 📊 Changes **28 files changed** (+325 additions, -156 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/application/page_style/document_page_style_bloc.dart` (+3 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/base/gesture.dart` (+54 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_add_new_page.dart` (+10 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item.dart` (+7 -41) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/default_mobile_action_pane.dart` (+25 -11) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+9 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/mobile_home_favorite_folder.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart` (+7 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page_header.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart` (+0 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/section_folder/mobile_home_section_folder.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/shared/mobile_page_card.dart` (+8 -4) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space.dart` (+43 -16) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_header.dart` (+11 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/space/mobile_space_menu.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/workspaces/workspace_menu_bottom_sheet.dart` (+13 -10) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/mobile_bottom_navigation_bar.dart` (+4 -3) _...and 8 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] update navigation bar border color - [x] add favorite toast - [x] add click effect - [x] support creating database in space level - [x] add scale effect to mobile card view - [x] expand the page icon to 18px <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:44 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7022
No description provided.