[PR #5995] [MERGED] chore: optimize row card page UI #7131

Closed
opened 2026-03-23 23:18:14 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5995
Author: @LucasXu0
Created: 8/17/2024
Status: Merged
Merged: 8/19/2024
Merged by: @LucasXu0

Base: mainHead: ui_issues_3


📝 Commits (10+)

  • 9f81b21 chore: adjust buttons padding in row record page
  • 83e8ea1 fix: disable more button in row page
  • 7c93a0a fix: upload image button ui on mobile
  • cd45a09 fix: embed link button ui on mobile
  • a6b863b fix: add missing border for ai text field and ai translate field
  • a140761 fix: delete AI can make mistakes on mobile
  • 5497f7f chore: disable sentry
  • 03efc24 fix: invite error toast
  • 5f96ae4 fix: add member limit hint text in invite member screen
  • 9f6edba feat: show toast after opening workspace on mobile

📊 Changes

38 files changed (+619 additions, -295 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/application/mobile_router.dart (+12 -1)
📝 frontend/appflowy_flutter/lib/mobile/application/recent/recent_view_bloc.dart (+0 -13)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart (+24 -8)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+24 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_field_button.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/row_page_button.dart (+58 -31)
📝 frontend/appflowy_flutter/lib/mobile/presentation/editor/mobile_editor_screen.dart (+8 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart (+26 -28)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart (+11 -13)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+79 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart (+26 -28)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/support_setting_group.dart (+8 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart (+17 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart (+7 -6)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/layout/sizes.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/row/row.dart (+8 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_summary_cell.dart (+46 -34)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_translate_cell.dart (+46 -34)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_property.dart (+3 -4)

...and 18 more files

📄 Description

Feature Preview

  • adjust buttons padding in row record page
  • disable more button in row page
  • upload image button ui on mobile
  • embed link button ui on mobile
  • add missing border for ai text field and ai translate field
  • delete AI can make mistakes on mobile
  • use row record name as row page name
  • anchor at the first paragraph of an answer
  • ai chat text generation speed
  • add invite error hint text above the invite button
  • show toast after opening workspace on mobile
  • reduce document page rebuild time

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/5995 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `ui_issues_3` --- ### 📝 Commits (10+) - [`9f81b21`](https://github.com/AppFlowy-IO/AppFlowy/commit/9f81b210e4d0eb3f1645318f2c2dc134da34973b) chore: adjust buttons padding in row record page - [`83e8ea1`](https://github.com/AppFlowy-IO/AppFlowy/commit/83e8ea1dcbe5c0ed0b14e9604a6936ddb62cbbe2) fix: disable more button in row page - [`7c93a0a`](https://github.com/AppFlowy-IO/AppFlowy/commit/7c93a0ab14935496a97e3c1be9292e3b9eb71f0b) fix: upload image button ui on mobile - [`cd45a09`](https://github.com/AppFlowy-IO/AppFlowy/commit/cd45a09e83ab04f473de0061cffe3c0333d6bd5d) fix: embed link button ui on mobile - [`a6b863b`](https://github.com/AppFlowy-IO/AppFlowy/commit/a6b863b07a929a6f09d111b653fdfa5fafdb0f3a) fix: add missing border for ai text field and ai translate field - [`a140761`](https://github.com/AppFlowy-IO/AppFlowy/commit/a14076125a704f14cf19d3a14c4a11eac6de88bc) fix: delete AI can make mistakes on mobile - [`5497f7f`](https://github.com/AppFlowy-IO/AppFlowy/commit/5497f7f2198e34256def1301c326daf775389086) chore: disable sentry - [`03efc24`](https://github.com/AppFlowy-IO/AppFlowy/commit/03efc24fad7f79d02a6dc6b985570fcd93d0721c) fix: invite error toast - [`5f96ae4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5f96ae4b8c396800f7366cb37e8127196746c997) fix: add member limit hint text in invite member screen - [`9f6edba`](https://github.com/AppFlowy-IO/AppFlowy/commit/9f6edbab30d15ddba1077f617e4a8c018c640e3a) feat: show toast after opening workspace on mobile ### 📊 Changes **38 files changed** (+619 additions, -295 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/application/mobile_router.dart` (+12 -1) 📝 `frontend/appflowy_flutter/lib/mobile/application/recent/recent_view_bloc.dart` (+0 -13) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart` (+24 -8) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+24 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_field_button.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/row_page_button.dart` (+58 -31) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/editor/mobile_editor_screen.dart` (+8 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/favorite_folder/favorite_space.dart` (+26 -28) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/home_space/home_space.dart` (+11 -13) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_folders.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+79 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/recent_space.dart` (+26 -28) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/support_setting_group.dart` (+8 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/workspace/invite_members_screen.dart` (+17 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart` (+7 -6) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/layout/sizes.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/row/row.dart` (+8 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_summary_cell.dart` (+46 -34) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_row_detail/mobile_row_detail_translate_cell.dart` (+46 -34) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/row/row_property.dart` (+3 -4) _...and 18 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] adjust buttons padding in row record page - [x] disable more button in row page - [x] upload image button ui on mobile - [x] embed link button ui on mobile - [x] add missing border for ai text field and ai translate field - [x] delete AI can make mistakes on mobile - [x] use row record name as row page name - [ ] ~~anchor at the first paragraph of an answer~~ - [ ] ~~ai chat text generation speed~~ - [x] add invite error hint text above the invite button - [x] show toast after opening workspace on mobile - [x] reduce document page rebuild time <!--- 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:18:14 +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#7131
No description provided.