[PR #2487] [MERGED] feat: add hover effect on an event card #5258

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2487
Author: @hyj1204
Created: 5/9/2023
Status: Merged
Merged: 5/10/2023
Merged by: @LucasXu0

Base: mainHead: fix/hover_on_event_card


📝 Commits (2)

  • 685bd17 chore: delete unncessary openCard method in RowCardContainer
  • 91ac94a chore: delete unnessary code and add comment

📊 Changes

3 files changed (+14 additions, -22 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart (+10 -10)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/container/card_container.dart (+4 -11)

📄 Description

This PR is to add a hover effect on an event card and close #2417

Feature Preview

https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/c0c18cb6-92e7-4532-8104-02e495d95145

https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/2153cccb-9be7-407f-bcf0-3c612e087d53


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/2487 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 5/9/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/hover_on_event_card` --- ### 📝 Commits (2) - [`685bd17`](https://github.com/AppFlowy-IO/AppFlowy/commit/685bd17fb8eea815dfca7abd083e72f23bb96e5c) chore: delete unncessary openCard method in RowCardContainer - [`91ac94a`](https://github.com/AppFlowy-IO/AppFlowy/commit/91ac94afb8211e0f4b887d1c87fd495a350e8dd6) chore: delete unnessary code and add comment ### 📊 Changes **3 files changed** (+14 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart` (+10 -10) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/card.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/container/card_container.dart` (+4 -11) </details> ### 📄 Description This PR is to add a hover effect on an event card and close #2417 ### Feature Preview https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/c0c18cb6-92e7-4532-8104-02e495d95145 https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/2153cccb-9be7-407f-bcf0-3c612e087d53 --- #### 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. - [x] 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:17:56 +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#5258
No description provided.