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
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
Unknown Object (File)
Fri, Aug 30, 9:33 AM
Unknown Object (File)
Sun, Aug 25, 8:14 PM
Unknown Object (File)
Sun, Aug 25, 1:51 AM
Unknown Object (File)
Sat, Aug 24, 5:19 PM
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
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 159
Build 307: GitLab CI for kazv
Build 306: arc lint + arc unit

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
223

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
223

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.