[PR #4821] [MERGED] chore: mobile grid dark mode improvements #6466

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4821
Author: @richardshiue
Created: 3/5/2024
Status: Merged
Merged: 3/5/2024
Merged by: @LucasXu0

Base: mainHead: fix/mobile-db-dark-mode


📝 Commits (4)

  • 098188b chore: field type grid
  • 13ac35f chore: don't allow hiding primary field
  • dc2f060 chore: bottom sheets
  • ffb05df chore: checklist bottom sheet

📊 Changes

14 files changed (+46 additions, -30 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/date_picker/mobile_date_picker_screen.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart (+3 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart (+5 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/tab_bar/mobile/mobile_tab_bar_header.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_checklist_cell.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_date_cell.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/mobile_checklist_cell_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/mobile_select_option_editor.dart (+7 -12)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/util/field_type_extension.dart (+20 -4)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart (+1 -2)

📄 Description

Title says all. Github doesn't allow me to upload this recording

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/4821 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/mobile-db-dark-mode` --- ### 📝 Commits (4) - [`098188b`](https://github.com/AppFlowy-IO/AppFlowy/commit/098188b951f9544b12ec851391ecfe859fb8044b) chore: field type grid - [`13ac35f`](https://github.com/AppFlowy-IO/AppFlowy/commit/13ac35f3324c27bed1464861becda8b189104394) chore: don't allow hiding primary field - [`dc2f060`](https://github.com/AppFlowy-IO/AppFlowy/commit/dc2f060cd49b413efddafe3c548896275b8f3bcf) chore: bottom sheets - [`ffb05df`](https://github.com/AppFlowy-IO/AppFlowy/commit/ffb05dfb2189cda103edc892ef03850688066ca4) chore: checklist bottom sheet ### 📊 Changes **14 files changed** (+46 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/option_color_list.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_mobile_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/show_transition_bottom_sheet.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/date_picker/mobile_date_picker_screen.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_field_bottom_sheets.dart` (+3 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart` (+5 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/tab_bar/mobile/mobile_tab_bar_header.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_checklist_cell.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/mobile_grid/mobile_grid_date_cell.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/mobile_checklist_cell_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/mobile_select_option_editor.dart` (+7 -12) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/setting/mobile_database_controls.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/util/field_type_extension.dart` (+20 -4) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart` (+1 -2) </details> ### 📄 Description Title says all. Github doesn't allow me to upload this recording ### 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:23:21 +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#6466
No description provided.