You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The descriptions are already available in the LeagueOfLegends.js database, they are just not being used right now. It's probably not that much work to add popups to the items in the match history.
Just make some <div> DOMs with visibility: hidden and some background-color and then render them with on-mouse-over events with a slight offset from the user's cursor position.
The text was updated successfully, but these errors were encountered:
The descriptions are already available in the LeagueOfLegends.js database, they are just not being used right now. It's probably not that much work to add popups to the items in the match history.
Just make some
<div>
DOMs withvisibility: hidden
and somebackground-color
and then render them with on-mouse-over events with a slight offset from the user's cursor position.The text was updated successfully, but these errors were encountered: