diff --git a/static/images/nav-about-icon.svg b/static/images/nav-about-icon.svg new file mode 100644 index 00000000..3dcf440e --- /dev/null +++ b/static/images/nav-about-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/images/nav-about-selected-icon.svg b/static/images/nav-about-selected-icon.svg new file mode 100644 index 00000000..0f4f6192 --- /dev/null +++ b/static/images/nav-about-selected-icon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/static/images/nav-home-icon.svg b/static/images/nav-home-icon.svg new file mode 100644 index 00000000..f1339730 --- /dev/null +++ b/static/images/nav-home-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/nav-home-selected-icon.svg b/static/images/nav-home-selected-icon.svg new file mode 100644 index 00000000..a8c875de --- /dev/null +++ b/static/images/nav-home-selected-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/nav-playlists-icon.svg b/static/images/nav-playlists-icon.svg new file mode 100644 index 00000000..fbdd76a2 --- /dev/null +++ b/static/images/nav-playlists-icon.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/images/nav-playlists-selected-icon.svg b/static/images/nav-playlists-selected-icon.svg new file mode 100644 index 00000000..6a932f74 --- /dev/null +++ b/static/images/nav-playlists-selected-icon.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/images/nav-profile-icon.svg b/static/images/nav-profile-icon.svg new file mode 100644 index 00000000..1ab3caeb --- /dev/null +++ b/static/images/nav-profile-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/images/nav-profile-selected-icon.svg b/static/images/nav-profile-selected-icon.svg new file mode 100644 index 00000000..d032cffb --- /dev/null +++ b/static/images/nav-profile-selected-icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/views/components/mobilenav/mobilenav.templ b/views/components/mobilenav/mobilenav.templ new file mode 100644 index 00000000..29838dd3 --- /dev/null +++ b/views/components/mobilenav/mobilenav.templ @@ -0,0 +1,32 @@ +package mobilenav + +templ MobileNav() { +
+ +
+ +} diff --git a/views/components/player/mobile_player.templ b/views/components/player/mobile_player.templ index d8ffc8cb..5546a1c6 100644 --- a/views/components/player/mobile_player.templ +++ b/views/components/player/mobile_player.templ @@ -3,7 +3,7 @@ package player templ mobilePlayer() {
+
+ @mobilenav.MobileNav() +
@player.PlayerSticky(isMobile) + //