[PR #4190] [MERGED] chore: adjust mobile grid cell design #6117

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

📋 Pull Request Information

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

Base: mainHead: chore/mobile-grid-cell-design


📝 Commits (1)

  • f76a1f3 chore: small changes to grid cell design

📊 Changes

9 files changed (+66 additions, -74 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_checklist_cell.dart (+9 -24)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_number_cell.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_text_cell.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_timestamp_cell.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_url_cell.dart (+13 -7)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/text_card_cell.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cell_builder.dart (+0 -10)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cell.dart (+18 -23)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_cell.dart (+21 -8)

📄 Description

  • grid cells are now constant height and don't wrap
  • remove arrows in row detail page

Screenshot 2023-12-21 at 7 56 04 PM

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/4190 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/mobile-grid-cell-design` --- ### 📝 Commits (1) - [`f76a1f3`](https://github.com/AppFlowy-IO/AppFlowy/commit/f76a1f35261aceeafaa4eea82709890b901bd073) chore: small changes to grid cell design ### 📊 Changes **9 files changed** (+66 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_checklist_cell.dart` (+9 -24) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_number_cell.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_text_cell.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_timestamp_cell.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_url_cell.dart` (+13 -7) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/text_card_cell.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cell_builder.dart` (+0 -10) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/date_cell/date_cell.dart` (+18 -23) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_cell.dart` (+21 -8) </details> ### 📄 Description - grid cells are now constant height and don't wrap - remove arrows in row detail page ![Screenshot 2023-12-21 at 7 56 04 PM](https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/2928ec06-4bcd-4b91-97ac-0ad5ff5ec69f) <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### 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:47 +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#6117
No description provided.