[PR #3075] [MERGED] fix: overlapped scrollbar in calendar #5550

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/3075
Author: @richardshiue
Created: 7/28/2023
Status: Merged
Merged: 8/8/2023
Merged by: @appflowy

Base: mainHead: fix-#2618


📝 Commits (5)

  • b2a473e fix: height for calendar view in document
  • 427dc6c fix: hide overlapped scrollbars
  • e695701 chore: merge remote-tracking branch 'upstream/main' into fix-#2618
  • d00ed28 chore: merge remote branch 'upstream/main' into fix-#2618
  • 5f4db3f chore: merge remote branch 'upstream/main' into fix-#2618

📊 Changes

2 files changed (+30 additions, -22 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+16 -11)
📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart (+14 -11)

📄 Description

needs #3073

resolves #2618

I've removed the largest scrollbar in the calendar so that only the scrollbar in each cell will be displayed. I'd love to get some usability feedback.

Echoing my comment in #2618, since MonthView doesn't expose a scrollController, we cannot use the existing thick scrollbar as seen in the grid.

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/3075 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix-#2618` --- ### 📝 Commits (5) - [`b2a473e`](https://github.com/AppFlowy-IO/AppFlowy/commit/b2a473e8e9cc1e595a47fbe09277800896bdd2ff) fix: height for calendar view in document - [`427dc6c`](https://github.com/AppFlowy-IO/AppFlowy/commit/427dc6c85aae2a4cfe1b703da363cdedfe9acc35) fix: hide overlapped scrollbars - [`e695701`](https://github.com/AppFlowy-IO/AppFlowy/commit/e6957013c8f2fe6ce5adf8a4cc4acd6e0aeaef21) chore: merge remote-tracking branch 'upstream/main' into fix-#2618 - [`d00ed28`](https://github.com/AppFlowy-IO/AppFlowy/commit/d00ed2822d4c98fc27c8d7229b4ccbebb7c48019) chore: merge remote branch 'upstream/main' into fix-#2618 - [`5f4db3f`](https://github.com/AppFlowy-IO/AppFlowy/commit/5f4db3ffadeb7c96f7a9da1a0219145d44046c41) chore: merge remote branch 'upstream/main' into fix-#2618 ### 📊 Changes **2 files changed** (+30 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+16 -11) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_page.dart` (+14 -11) </details> ### 📄 Description needs #3073 resolves #2618 I've removed the largest scrollbar in the calendar so that only the scrollbar in each cell will be displayed. I'd love to get some usability feedback. Echoing my comment in #2618, since `MonthView` doesn't expose a scrollController, we cannot use the existing thick scrollbar as seen in the grid. ### 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#5550
No description provided.