[PR #2398] [MERGED] fix: calendar ui adjustments #5218

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2398
Author: @richardshiue
Created: 5/1/2023
Status: Merged
Merged: 5/1/2023
Merged by: @appflowy

Base: mainHead: calendar-ui-fixes


📝 Commits (1)

  • bb390b7 fix: calendar ui adjustments

📊 Changes

2 files changed (+43 additions, -32 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+41 -31)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_detail.dart (+2 -1)

📄 Description

  • adjusted padding
  • fixed day badge for first day of month
  • use default mouse cursor unless hovering over an event
  • fix bug regarding divider poking through the corners of the overlay

Feature Preview

image

https://user-images.githubusercontent.com/71320345/235388649-0a086f59-60fe-4860-b18b-0f32046601d4.mp4

https://user-images.githubusercontent.com/71320345/235388654-90496c0a-a6de-453e-bf21-29b61acd42b1.mp4


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/2398 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/1/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `calendar-ui-fixes` --- ### 📝 Commits (1) - [`bb390b7`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb390b74895f2b92cb1a15d4ccf211c13ed481d9) fix: calendar ui adjustments ### 📊 Changes **2 files changed** (+43 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+41 -31) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_detail.dart` (+2 -1) </details> ### 📄 Description - adjusted padding - fixed day badge for first day of month - use default mouse cursor unless hovering over an event - fix bug regarding divider poking through the corners of the overlay ### Feature Preview ![image](https://user-images.githubusercontent.com/71320345/235388835-51f89316-5bec-4610-b5e3-fa77864b8ec6.png) https://user-images.githubusercontent.com/71320345/235388649-0a086f59-60fe-4860-b18b-0f32046601d4.mp4 https://user-images.githubusercontent.com/71320345/235388654-90496c0a-a6de-453e-bf21-29b61acd42b1.mp4 --- <!--- 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) - [ ] I've listed at least one issue that this PR fixes in the description above. - [x] 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:17:46 +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#5218
No description provided.