Skip to content

Commit

Permalink
unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Oct 2, 2024
1 parent d9dba10 commit 75ffc91
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/Page/Explore/Common.elm
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module Page.Explore.Common exposing
( boolText
, impactBarGraph
, scopesView
)

import Data.Scope as Scope exposing (Scope)
import Html exposing (..)
import Html.Attributes exposing (..)
import Views.Format as Format
Expand All @@ -19,17 +17,6 @@ boolText bool =
"non"


scopesView : { a | scopes : List Scope } -> Html msg
scopesView =
.scopes
>> List.map
(\scope ->
span [ class "badge badge-success" ]
[ text <| Scope.toLabel scope ]
)
>> div [ class "d-flex gap-1" ]


impactBarGraph : Bool -> Float -> Float -> Html msg
impactBarGraph detailed max score =
let
Expand Down

0 comments on commit 75ffc91

Please sign in to comment.