feat: refactored some stuff

This commit is contained in:
Nick 2024-11-28 00:33:22 -06:00
parent 5e25267fbe
commit ed73a38cbe
6 changed files with 380 additions and 141 deletions

View file

@ -2,6 +2,7 @@ module Config.StrengthBar exposing (..)
import Config.Colour exposing (..)
import Config.Format exposing (..)
import Config.ToolTip exposing (..)
import Cuckery.Types exposing (..)
import Effect exposing (Effect)
import Element as E exposing (..)
@ -33,6 +34,6 @@ barMaker getTooltip num =
]
}
]
++ [ tooltip below (myTooltip (getTooltip num)) ]
++ [ tooltip (getTooltip num) ]
)
none