Page MenuHomePhorge

Add a tooltip for event date in timeline
ClosedPublic

Authored by tusooa on Jul 9 2024, 8:53 PM.
Tags
None
Referenced Files
F30750: D112.1726923376.diff
Fri, Sep 20, 5:56 AM
F30680: D112.1726919853.diff
Fri, Sep 20, 4:57 AM
F30677: D112.1726919781.diff
Fri, Sep 20, 4:56 AM
F30538: D112.1726911735.diff
Fri, Sep 20, 2:42 AM
Unknown Object (File)
Mon, Sep 2, 7:22 PM
Unknown Object (File)
Fri, Aug 30, 9:33 AM
Unknown Object (File)
Fri, Aug 30, 9:33 AM
Unknown Object (File)
Fri, Aug 30, 9:33 AM
Subscribers

Details

Summary

We had no way to see the date of an event. This commit adds one.

Type: add

BUG: https://iron.lily-is.land/T61

Test Plan

Hover on the event time for 1s and verify that you can see a tooltip of the date time of the event.

Diff Detail

Repository
rK kazv
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jul 9 2024, 8:57 PM
Harbormaster failed remote builds in B159: Diff 270!
nannanko added inline comments.
src/contents/ui/Bubble.qml
220

I noticed that there are several places where the same values ​​of ToolTip.delay and ToolTip.timeout are used.

Why not set the preferences for ToolTip.delay and ToolTip.timeout as variables in main.qml or some other way?

Use unified values for tooltip attributes

tusooa added inline comments.
src/contents/ui/Bubble.qml
220

Done in https://iron.lily-is.land/D137 . Also changed here.

This revision is now accepted and ready to land.Jul 17 2024, 7:51 PM
This revision was automatically updated to reflect the committed changes.
tusooa marked an inline comment as done.