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
Can we show the skill rank icon (e.g. bronze icon, silver icon, etc.) next to the corresponding hero in the hero drop down menu? If it's possible to add the hero portrait in the drop down menu that would be awesome, too, but that's something that could easily be pushed to a future version.
--- Current hero drop down ---
--- Concept hero drop down ---
The text was updated successfully, but these errors were encountered:
The implementation for this will actually help us solve #83. The problem here and for that issue is that we're using a plain HTML <select> menu for the hero menu and the map menu. We need to do something custom with another kind of HTML element, like a <ul> of <li>s that can have images in them and custom styling. The dropdowns in Bootstrap are akin to what we want, though we don't want to pull in Bootstrap just for this. We can use custom logic in React and similar styling, though.
Can we show the skill rank icon (e.g. bronze icon, silver icon, etc.) next to the corresponding hero in the hero drop down menu? If it's possible to add the hero portrait in the drop down menu that would be awesome, too, but that's something that could easily be pushed to a future version.
--- Current hero drop down ---
--- Concept hero drop down ---
The text was updated successfully, but these errors were encountered: