feat: added and customized AY navbar

This commit is contained in:
Nick 2024-12-11 02:38:42 -06:00
parent 0569a063bb
commit a7000d6302
53 changed files with 2517 additions and 872 deletions

View file

@ -9,12 +9,16 @@ import Config.Format.Response
import Config.Helpers.Viewport exposing (resetViewport)
import Config.Pages.Home.Helpers exposing (..)
import Config.Style.Colour exposing (colourTheme)
import Config.Style.Svgs exposing (construction2)
import Config.Style.Transitions exposing (transitionStyleMedium)
import Effect exposing (Effect)
import Element as E exposing (..)
import Element.Font as F exposing (color)
import Layouts
import Page exposing (Page)
import Route exposing (Route)
import Shared exposing (..)
import Svg.Attributes as SvgAttr exposing (..)
import View exposing (View)
@ -89,6 +93,21 @@ view shared model =
}
-- construction2
-- { elementAttributes =
-- [ centerX
-- , centerY
-- , transitionStyleMedium
-- , mouseOver [ F.color colourTheme.textDarkOrange ]
-- ]
-- , sharedModel = shared
-- , svgAttributes =
-- [ SvgAttr.width "300" ]
-- }
-- , element = homeContainer shared.device
homeContainer : Device -> Element msg
homeContainer device =
topLevelContainer (homeList device)