[PR #4072] [MERGED] chore: misc mobile UI improvements #6040

Closed
opened 2026-03-23 22:21:27 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4072
Author: @richardshiue
Created: 12/3/2023
Status: Merged
Merged: 12/3/2023
Merged by: @richardshiue

Base: mainHead: mobile-ui-improv


📝 Commits (4)

  • 1b0134b chore: adjust colors
  • 700a4d0 chore: adjust card detail padding and text weight
  • 4271e00 fix: recent view horizontal padding
  • b3d0a04 chore: entire row opens row detail page

📊 Changes

8 files changed (+37 additions, -42 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+9 -7)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_row_property_list.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_home_recent_views.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/mobile_row.dart (+9 -23)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cell.dart (+5 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_cell.dart (+6 -3)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart (+2 -2)

📄 Description

follow the commits. Grid cell padding will be adjusted in a future pr

Feature Preview


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/4072 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/3/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `mobile-ui-improv` --- ### 📝 Commits (4) - [`1b0134b`](https://github.com/AppFlowy-IO/AppFlowy/commit/1b0134bb11fa736f6a359f9946994b00405108e0) chore: adjust colors - [`700a4d0`](https://github.com/AppFlowy-IO/AppFlowy/commit/700a4d032792cebfaa11785847b2529b6b86c4f8) chore: adjust card detail padding and text weight - [`4271e00`](https://github.com/AppFlowy-IO/AppFlowy/commit/4271e001f2b08a6bf19a84de2c0937e1d3ae3772) fix: recent view horizontal padding - [`b3d0a04`](https://github.com/AppFlowy-IO/AppFlowy/commit/b3d0a04034d704cc22591f2eb60c27f28351391d) chore: entire row opens row detail page ### 📊 Changes **8 files changed** (+37 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+9 -7) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_row_property_list.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/recent_folder/mobile_home_recent_views.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/mobile_row.dart` (+9 -23) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cell.dart` (+5 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_cell.dart` (+6 -3) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart` (+2 -2) </details> ### 📄 Description follow the commits. Grid cell padding will be adjusted in a future pr ### Feature Preview <!--- 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 - [ ] 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 22:21:27 +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#6040
No description provided.