[PR #4567] [MERGED] fix: mobile ui improv and bugs #6319

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4567
Author: @richardshiue
Created: 1/31/2024
Status: Merged
Merged: 2/1/2024
Merged by: @richardshiue

Base: mainHead: fix/mobile-reparo


📝 Commits (2)

  • 49e3c2a fix: quick edit field bottom sheet header
  • ea15183 fix: field editor appbar regression

📊 Changes

6 files changed (+8 additions, -8 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_create_field_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart (+0 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_quick_field_editor.dart (+2 -4)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_controller.dart (+1 -1)

📄 Description

  1. replace the header that had a close button, with one that is sleeker
before after
Screenshot 2024-01-31 at 11 24 40 PM Screenshot 2024-01-31 at 11 27 52 PM
  1. Fix a regression of the back button not saving the field when editing it

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/4567 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `fix/mobile-reparo` --- ### 📝 Commits (2) - [`49e3c2a`](https://github.com/AppFlowy-IO/AppFlowy/commit/49e3c2a0e9a966f76e18428159f807d74465ff4f) fix: quick edit field bottom sheet header - [`ea15183`](https://github.com/AppFlowy-IO/AppFlowy/commit/ea15183924fb00bf948151ba47f03623b6e5d269) fix: field editor appbar regression ### 📊 Changes **6 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_create_field_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart` (+0 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_quick_field_editor.dart` (+2 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_controller.dart` (+1 -1) </details> ### 📄 Description 1. replace the header that had a close button, with one that is sleeker | before | after | | ------ | ------ | | ![Screenshot 2024-01-31 at 11 24 40 PM](https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/cb3d2b02-b6b1-42c0-8af8-394b2e50e191) | ![Screenshot 2024-01-31 at 11 27 52 PM](https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/2f7745cf-3cee-486c-a88d-d638404b31e3) | 2. Fix a regression of the back button not saving the field when editing it ### 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 - [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 22:22:41 +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#6319
No description provided.