[PR #4480] [MERGED] Fix: mobile improvements #6264

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4480
Author: @Xazin
Created: 1/24/2024
Status: Merged
Merged: 1/24/2024
Merged by: @Xazin

Base: mainHead: fix/mobile-improvements


📝 Commits (4)

  • f4a87ee fix: copy on notifications screen is caught off
  • 502aaa1 fix: mobile event screen no events copy
  • 2ab83db fix: hide notifications toggle from settings
  • 7961fc9 fix: cannot change type of field in grid

📊 Changes

9 files changed (+91 additions, -42 deletions)

View changed files

📝 frontend/appflowy_flutter/ios/Podfile.lock (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart (+3 -2)
frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_empty.dart (+35 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_screen.dart (+39 -34)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/notifications/widgets/notifications_hub_empty.dart (+1 -0)
📝 frontend/resources/translations/en.json (+4 -0)

📄 Description

Closes: #4347
Closes: #4433

Feature Preview

Screenshot 2024-01-24 at 10 59 38 Screenshot 2024-01-24 at 10 59 56

https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/18051c83-d985-452c-a141-76d48a37042d

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/4480 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 1/24/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/mobile-improvements` --- ### 📝 Commits (4) - [`f4a87ee`](https://github.com/AppFlowy-IO/AppFlowy/commit/f4a87eef864ea9a61a99e61643b5352ce01785aa) fix: copy on notifications screen is caught off - [`502aaa1`](https://github.com/AppFlowy-IO/AppFlowy/commit/502aaa10b52cf4be01f102903e958869d3df382a) fix: mobile event screen no events copy - [`2ab83db`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ab83db5cb0c655ec084af2644c9e35e40b76cef) fix: hide notifications toggle from settings - [`7961fc9`](https://github.com/AppFlowy-IO/AppFlowy/commit/7961fc9326bd7dcbe60da9eaa375afc28dd25b23) fix: cannot change type of field in grid ### 📊 Changes **9 files changed** (+91 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_type_option_editor.dart` (+3 -2) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_empty.dart` (+35 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_screen.dart` (+39 -34) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_setting_page.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/notifications/widgets/notifications_hub_empty.dart` (+1 -0) 📝 `frontend/resources/translations/en.json` (+4 -0) </details> ### 📄 Description Closes: #4347 Closes: #4433 ### Feature Preview <img width="393" alt="Screenshot 2024-01-24 at 10 59 38" src="https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/3f15381f-e98d-4ed8-ba66-45fc7038ef6a"> <img width="391" alt="Screenshot 2024-01-24 at 10 59 56" src="https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/f9ddde8d-b1e6-4dc2-8836-3a4645a87055"> https://github.com/AppFlowy-IO/AppFlowy/assets/42929161/18051c83-d985-452c-a141-76d48a37042d #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] 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. - [x] 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:26 +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#6264
No description provided.