A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use button in local nav anyway

+7 -1
+7 -1
src/Applications/UI/Navigation.elm
··· 134 134 localItem : Int -> ( Icon msg, Label, Action msg ) -> Html msg 135 135 localItem tabindex_ ( Icon icon, Label labelText labelType, action ) = 136 136 slab 137 - Html.a 137 + (case action of 138 + GoToPage page -> 139 + Html.a 140 + 141 + PerformMsg msg -> 142 + Html.button 143 + ) 138 144 [ case action of 139 145 GoToPage page -> 140 146 href (Page.toString page)