Ridepad / uwu-logs

WotLK logs parser
https://uwu-logs.xyz
9 stars 6 forks source link

bossfights container change #13

Open Dorian-Grim opened 1 month ago

Dorian-Grim commented 1 month ago

The html targeted

https://github.com/Ridepad/uwu-logs/blob/cc91499a99bf0c06053ed42f832459d0fbac82b3/templates/layout_report.html#L30

Description

Currently the behavior of this element makes the user to move mouse to the left to reach his desired boss fight. Making him move mouse a lot also with the risk of accidentally hiding the fight container if he hovers out

Proposed solution fix in PR #8

The fix involves stripping down some css which was enabling the old behavior. It will also improve navigation speed when user wants to quickly go to certain boss and certain fight.

Demo: final dmeo

Dorian-Grim commented 1 month ago

Merging with PR #8 will implement the demo