[GH-ISSUE #2417] [FR] Hovering on an event card #1038

Closed
opened 2026-03-23 20:44:44 +00:00 by mirror · 4 comments
Owner

Originally created by @annieappflowy on GitHub (May 2, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2417

Originally assigned to: @hyj1204 on GitHub.

Description

When hovering on an event card, there should be a hover effect indicating the card is being hovered on
image

Impact

Calendar users

Additional Context

No response

Originally created by @annieappflowy on GitHub (May 2, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2417 Originally assigned to: @hyj1204 on GitHub. ### Description When hovering on an event card, there should be a hover effect indicating the card is being hovered on <img width="169" alt="image" src="https://user-images.githubusercontent.com/12026239/235588148-50c94a8f-e0f7-43b3-a1bf-83eb1818999d.png"> ### Impact Calendar users ### Additional Context _No response_
mirror 2026-03-23 20:44:44 +00:00
Author
Owner

@richardshiue commented on GitHub (May 2, 2023):

I'd like to implement this using FlowyHover, but I don't like how it overrides the Theme for the children. I'll look into it.

image

<!-- gh-comment-id:1531203026 --> @richardshiue commented on GitHub (May 2, 2023): I'd like to implement this using FlowyHover, but I don't like how it overrides the Theme for the children. I'll look into it. ![image](https://user-images.githubusercontent.com/71320345/235637481-0f063524-d4a7-4a3a-a2f0-fc6096785c6a.png)
Author
Owner

@richardshiue commented on GitHub (May 9, 2023):

Hello @hyj1204, do you happen to know of a way to use FlowyHover in the widget only and not apply the Theme to child Overlays?

<!-- gh-comment-id:1539535527 --> @richardshiue commented on GitHub (May 9, 2023): Hello @hyj1204, do you happen to know of a way to use FlowyHover in the widget only and not apply the Theme to child Overlays?
Author
Owner

@hyj1204 commented on GitHub (May 9, 2023):

Hi @richardshiue,
I was digging into it and found there have two GestureDetectors placed within the event card area, I think that's the reason why we got weird text color changes. You can set a fixed text color in the widget if you don't want it changes when it hovers, like here
image
Excuse me hijack this issue :)

<!-- gh-comment-id:1540615728 --> @hyj1204 commented on GitHub (May 9, 2023): Hi @richardshiue, I was digging into it and found there have two GestureDetectors placed within the event card area, I think that's the reason why we got weird text color changes. You can set a fixed text color in the widget if you don't want it changes when it hovers, like here ![image](https://github.com/AppFlowy-IO/AppFlowy/assets/14248245/b138bb15-4603-4b8b-84be-5e96eb4d473b) Excuse me hijack this issue :)
Author
Owner

@richardshiue commented on GitHub (May 10, 2023):

Hi @richardshiue, I was digging into it and found there have two GestureDetectors placed within the event card area, I think that's the reason why we got weird text color changes. You can set a fixed text color in the widget if you don't want it changes when it hovers, like here image Excuse me hijack this issue :)

Alrighty then, thanks so much!

<!-- gh-comment-id:1541241339 --> @richardshiue commented on GitHub (May 10, 2023): > Hi @richardshiue, I was digging into it and found there have two GestureDetectors placed within the event card area, I think that's the reason why we got weird text color changes. You can set a fixed text color in the widget if you don't want it changes when it hovers, like here ![image](https://user-images.githubusercontent.com/14248245/237178987-b138bb154-4603-4b8b-84be-5e96eb4d473b.png) Excuse me hijack this issue :) Alrighty then, thanks so much!
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#1038
No description provided.