[PR #4057] [MERGED] feat: mobile detail page UI revamp #6029

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

📋 Pull Request Information

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

Base: mainHead: detail-page-ui-revamp


📝 Commits (10+)

  • 5e1ae36 feat: card detail page ui revamp
  • 855d350 chore: Merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp
  • 50f1916 feat: redesign the cells
  • 7c55789 chore: code cleanup
  • f472bef chore: code review
  • b8b2378 chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp
  • 6b03a53 fix: merge issues
  • 856d561 chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp
  • 6d66ab4 chore: adjust cell ui size and padding
  • 2571261 chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp

📊 Changes

37 files changed (+1530 additions, -847 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/util/database_test_op.dart (+10 -9)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_content.dart (+14 -76)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/board/widgets/mobile_hidden_groups_column.dart (+5 -12)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/checkbox_cell.dart (+91 -0)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/number_cell.dart (+101 -0)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/text_cell.dart (+108 -0)
frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/url_cell.dart (+123 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+347 -120)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_row_field_button.dart (+32 -27)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_row_property_list.dart (+36 -108)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_text_cell.dart (+13 -9)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_screen.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_state_container.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/row/row_service.dart (+8 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_event_editor_bloc.dart (+5 -4)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart (+22 -25)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+3 -8)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/application/grid_bloc.dart (+1 -4)
frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/mobile_row_detail_bloc.dart (+83 -0)

...and 17 more files

📄 Description

https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/f5295c59-1947-4a9a-8599-cd05f472cb17

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/4057 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/30/2023 **Status:** ✅ Merged **Merged:** 12/1/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `detail-page-ui-revamp` --- ### 📝 Commits (10+) - [`5e1ae36`](https://github.com/AppFlowy-IO/AppFlowy/commit/5e1ae36ed15a71b14f4789b480bb9ef83a822a56) feat: card detail page ui revamp - [`855d350`](https://github.com/AppFlowy-IO/AppFlowy/commit/855d35012a422fd7563984540e88dd9cf33c60b0) chore: Merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp - [`50f1916`](https://github.com/AppFlowy-IO/AppFlowy/commit/50f19160ac0aa881201c69ee427f0e4dd45fbb74) feat: redesign the cells - [`7c55789`](https://github.com/AppFlowy-IO/AppFlowy/commit/7c5578993ff8aa2295f579e85d705be1777d6a4b) chore: code cleanup - [`f472bef`](https://github.com/AppFlowy-IO/AppFlowy/commit/f472bef0dd3c57b40650b8c7a83f3072f10777bc) chore: code review - [`b8b2378`](https://github.com/AppFlowy-IO/AppFlowy/commit/b8b23782d21662d6e0dc4896b42427e4c35fb930) chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp - [`6b03a53`](https://github.com/AppFlowy-IO/AppFlowy/commit/6b03a53385dc935c4c26e5912c4b126a3c3c9e5e) fix: merge issues - [`856d561`](https://github.com/AppFlowy-IO/AppFlowy/commit/856d56140ef7bad7da4c548472883d34fcf93fed) chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp - [`6d66ab4`](https://github.com/AppFlowy-IO/AppFlowy/commit/6d66ab4a150dfcc442e57b011174da296c28e5cd) chore: adjust cell ui size and padding - [`2571261`](https://github.com/AppFlowy-IO/AppFlowy/commit/257126172ca017cd4ae01fcee20f802c335177ca) chore: merge remote-tracking branch 'upstream/main' into detail-page-ui-revamp ### 📊 Changes **37 files changed** (+1530 additions, -847 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/util/database_test_op.dart` (+10 -9) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/board/mobile_board_content.dart` (+14 -76) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/board/widgets/mobile_hidden_groups_column.dart` (+5 -12) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/checkbox_cell.dart` (+91 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/number_cell.dart` (+101 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/text_cell.dart` (+108 -0) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/cells/url_cell.dart` (+123 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+347 -120) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_create_row_field_button.dart` (+32 -27) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/widgets/mobile_row_property_list.dart` (+36 -108) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/row/cells/mobile_text_cell.dart` (+13 -9) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/mobile_calendar_events_screen.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_state_container.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/row/row_service.dart` (+8 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/application/calendar_event_editor_bloc.dart` (+5 -4) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_event_card.dart` (+22 -25) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+3 -8) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/grid_bloc.dart` (+1 -4) ➕ `frontend/appflowy_flutter/lib/plugins/database_view/grid/application/row/mobile_row_detail_bloc.dart` (+83 -0) _...and 17 more files_ </details> ### 📄 Description https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/f5295c59-1947-4a9a-8599-cd05f472cb17 ### 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:23 +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#6029
No description provided.