[PR #4000] [MERGED] chore: open a mobile grid row as a page #5998

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

📋 Pull Request Information

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

Base: mainHead: mobile-grid-page


📝 Commits (7)

  • f8640b5 chore: restore text cursor color
  • da92166 chore: open row as a card in mobile
  • bd1e7f5 refactor: clean up code
  • 1bf3947 chore: merge remote-tracking branch 'upstream/main' into mobile-grid-page
  • 759cc95 chore: code review
  • 6317468 chore: restore c++ shared library
  • e0da02b chorea: merge remote-tracking branch 'upstream/main' into mobile-grid-page

📊 Changes

5 files changed (+353 additions, -92 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart (+16 -42)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/mobile_grid_page.dart (+17 -47)
frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/mobile_row.dart (+190 -0)
frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/mobile_cell_container.dart (+130 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart (+0 -3)

📄 Description

https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/1c20b46e-d21a-4f29-9442-efb94e84137a

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/4000 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 11/27/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `mobile-grid-page` --- ### 📝 Commits (7) - [`f8640b5`](https://github.com/AppFlowy-IO/AppFlowy/commit/f8640b5e91d15cc3f422d92d62192f2ed54ee234) chore: restore text cursor color - [`da92166`](https://github.com/AppFlowy-IO/AppFlowy/commit/da921669a814cca19f02f5abf90d2f878c35ab75) chore: open row as a card in mobile - [`bd1e7f5`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd1e7f57a75989f29045b7ee31c0524c91ac329b) refactor: clean up code - [`1bf3947`](https://github.com/AppFlowy-IO/AppFlowy/commit/1bf39470991645714eb0cdecbd75c979b3e6cc7b) chore: merge remote-tracking branch 'upstream/main' into mobile-grid-page - [`759cc95`](https://github.com/AppFlowy-IO/AppFlowy/commit/759cc95d277e169864eafea47b8ed2d0b3c59c82) chore: code review - [`6317468`](https://github.com/AppFlowy-IO/AppFlowy/commit/63174688bc2b9128a87be5d42cd618be683f091a) chore: restore c++ shared library - [`e0da02b`](https://github.com/AppFlowy-IO/AppFlowy/commit/e0da02b15d9c754ea23e6b64f2d6bdf13c9ce8ab) chorea: merge remote-tracking branch 'upstream/main' into mobile-grid-page ### 📊 Changes **5 files changed** (+353 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart` (+16 -42) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/mobile_grid_page.dart` (+17 -47) ➕ `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/row/mobile_row.dart` (+190 -0) ➕ `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/mobile_cell_container.dart` (+130 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/appearance/mobile_appearance.dart` (+0 -3) </details> ### 📄 Description https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/1c20b46e-d21a-4f29-9442-efb94e84137a ### 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) - [ ] 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:21:15 +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#5998
No description provided.