[PR #4570] [MERGED] chore: revamp database setting action sheets #6321

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

📋 Pull Request Information

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

Base: mainHead: fix/mobile-reparo


📝 Commits (3)

  • f05788d chore: revamp database setting action sheets
  • 5a5e4e5 chore: field picker improvement
  • b40082c chore: fix comments

📊 Changes

14 files changed (+329 additions, -522 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/base/app_bar_actions.dart (+33 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet.dart (+0 -1)
frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_header.dart (+0 -59)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+27 -11)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_picker_list.dart (+59 -66)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_field_list.dart (+11 -64)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_layout.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_list.dart (+105 -91)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart (+37 -39)
frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_cubit.dart (+0 -35)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart (+40 -149)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart (+7 -5)
📝 frontend/resources/translations/en.json (+6 -2)

📄 Description

https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/b17272d4-6400-44fa-9dce-97c2148fe42e

Fixes #4541

next step: database toolbar revamp

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/4570 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/mobile-reparo` --- ### 📝 Commits (3) - [`f05788d`](https://github.com/AppFlowy-IO/AppFlowy/commit/f05788d726946eae7fe5a81a331763a000f76f31) chore: revamp database setting action sheets - [`5a5e4e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a5e4e53742ec94e1cc3bf99d09e05462df178d4) chore: field picker improvement - [`b40082c`](https://github.com/AppFlowy-IO/AppFlowy/commit/b40082cf4976b7b83c46f3b58276da3fb88eebdc) chore: fix comments ### 📊 Changes **14 files changed** (+329 additions, -522 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/app_bar_actions.dart` (+33 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet.dart` (+0 -1) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_item_header.dart` (+0 -59) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+27 -11) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_picker_list.dart` (+59 -66) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_field_list.dart` (+11 -64) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_layout.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_list.dart` (+105 -91) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart` (+37 -39) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_cubit.dart` (+0 -35) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart` (+40 -149) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart` (+7 -5) 📝 `frontend/resources/translations/en.json` (+6 -2) </details> ### 📄 Description https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/b17272d4-6400-44fa-9dce-97c2148fe42e Fixes #4541 next step: database toolbar revamp ### 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) - [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. - [ ] 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:42 +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#6321
No description provided.