[PR #4129] [MERGED] chore: mobile database component cleanup #6080

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

📋 Pull Request Information

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

Base: mainHead: chore/remove-unused-route


📝 Commits (1)

📊 Changes

27 files changed (+0 additions, -1576 deletions)

View changed files

frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_create_row_field_screen.dart (+0 -60)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_field_name_text_field.dart (+0 -56)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/widgets.dart (+0 -1)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/card_property_edit_screen.dart (+0 -64)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_editor.dart (+0 -130)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_list.dart (+0 -82)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_option_editor.dart (+0 -193)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checkbox.dart (+0 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checklist.dart (+0 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/date.dart (+0 -93)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/multi_select.dart (+0 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/number.dart (+0 -156)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/rich_text.dart (+0 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/single_select.dart (+0 -13)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/timestamp.dart (+0 -103)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/type_option_widget_builder.dart (+0 -9)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/url.dart (+0 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_edit_container.dart (+0 -26)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_edit_group_title.dart (+0 -20)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_title.dart (+0 -21)

...and 7 more files

📄 Description

due to provided new designs, a lot of the old mobile database components can now be removed.

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/4129 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `chore/remove-unused-route` --- ### 📝 Commits (1) - [`3e5e7b3`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e5e7b3dd8275d5f7cd6db2633ea85f5f51f3dce) chore: code cleanup ### 📊 Changes **27 files changed** (+0 additions, -1576 deletions) <details> <summary>View changed files</summary> ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_create_row_field_screen.dart` (+0 -60) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_field_name_text_field.dart` (+0 -56) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/widgets.dart` (+0 -1) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/card_property_edit_screen.dart` (+0 -64) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_editor.dart` (+0 -130) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_list.dart` (+0 -82) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/mobile_field_type_option_editor.dart` (+0 -193) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checkbox.dart` (+0 -12) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/checklist.dart` (+0 -12) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/date.dart` (+0 -93) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/multi_select.dart` (+0 -12) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/number.dart` (+0 -156) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/rich_text.dart` (+0 -12) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/single_select.dart` (+0 -13) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/timestamp.dart` (+0 -103) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/type_option_widget_builder.dart` (+0 -9) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/type_option_widget_builder/url.dart` (+0 -12) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_edit_container.dart` (+0 -26) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_edit_group_title.dart` (+0 -20) ➖ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_property_edit/widgets/property_title.dart` (+0 -21) _...and 7 more files_ </details> ### 📄 Description due to provided new designs, a lot of the old mobile database components can now be removed. ### 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:38 +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#6080
No description provided.