-
Notifications
You must be signed in to change notification settings - Fork 19
Code layout
Alex Ionkov edited this page Aug 22, 2020
·
1 revision
Inside the src
directory you'll find:
src
Colors.elm
- palette for user interface
Components
- all ui elements
- DialogBox
- Frame
- Header
- LeftSidebar
- RightSidebar
- PlayerRow
- VerticalNav
- Video
Helper.elm
Main.elm
Method.elm
Pages
- holds all elm-spa pages
Request.elm
- partial wrapper, unused for now because it's incomplete
Shared.elm
- Shared model, this is where all the action handling happens
Spa
- holds all elm-spa generated stuff
WSDecoder.elm
- all decoders and custom types