[PR #3073] [MERGED] fix: height for calendar view in document #5549

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3073
Author: @richardshiue
Created: 7/28/2023
Status: Merged
Merged: 8/2/2023
Merged by: @LucasXu0

Base: mainHead: fix-#2806


📝 Commits (6)

  • b2a473e fix: height for calendar view in document
  • b6cb9d7 Merge branch 'main' into fix-#2806
  • 0e20a81 Merge branch 'main' into fix-#2806
  • 9d1b22b chore: merge remote-tracking branch 'upstream/main' into fix-#2806
  • 56f9349 chore: apply suggestions
  • aa89587 fix: oopsies

📊 Changes

12 files changed (+49 additions, -29 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/blank/blank.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+23 -20)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/tab_bar_view.dart (+6 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/database_view_widget.dart (+8 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/document.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/built_in_page_widget.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/database/database_view_block_component.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/trash/trash.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/startup/plugin/plugin.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart (+1 -0)

📄 Description

title says all, resolves #2806

image

Feature Preview


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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/3073 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 8/2/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix-#2806` --- ### 📝 Commits (6) - [`b2a473e`](https://github.com/AppFlowy-IO/AppFlowy/commit/b2a473e8e9cc1e595a47fbe09277800896bdd2ff) fix: height for calendar view in document - [`b6cb9d7`](https://github.com/AppFlowy-IO/AppFlowy/commit/b6cb9d7b63c4f2864c7386c1b72bb5fa39792863) Merge branch 'main' into fix-#2806 - [`0e20a81`](https://github.com/AppFlowy-IO/AppFlowy/commit/0e20a81ca6b80b2d36021d8cead815214b4fb30b) Merge branch 'main' into fix-#2806 - [`9d1b22b`](https://github.com/AppFlowy-IO/AppFlowy/commit/9d1b22bb6288c37bf227145340dd302874b97d8a) chore: merge remote-tracking branch 'upstream/main' into fix-#2806 - [`56f9349`](https://github.com/AppFlowy-IO/AppFlowy/commit/56f9349316c39a5df2343a6ed0e4124fc3258050) chore: apply suggestions - [`aa89587`](https://github.com/AppFlowy-IO/AppFlowy/commit/aa8958714131a0c2a700016a9b7e7a7e682ddbd0) fix: oopsies ### 📊 Changes **12 files changed** (+49 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/blank/blank.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/presentation/board_page.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+23 -20) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/grid_page.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/tar_bar/tab_bar_view.dart` (+6 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/database_view_widget.dart` (+8 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/document.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/base/built_in_page_widget.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/database/database_view_block_component.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/trash/trash.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/startup/plugin/plugin.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/home_stack.dart` (+1 -0) </details> ### 📄 Description title says all, resolves #2806 ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/71320345/1902bf79-33f1-4582-a99f-739238bc91ad) ### 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 the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] 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:19:14 +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#5549
No description provided.