mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: refactored some stuff
This commit is contained in:
parent
5e25267fbe
commit
ed73a38cbe
6 changed files with 380 additions and 141 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue