diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..911fe1b8 --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index db77bb4b..565ce21b 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..f656fe84 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 17987b79..cc53b560 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..fc58b108 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 09d43914..d13d1dde 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..c0e47545 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index d5f1c8d3..a1c33daa 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..a0ce97e3 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 4d6372ee..ad01d424 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 00000000..9a46f34a Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml new file mode 100644 index 00000000..98c9648d --- /dev/null +++ b/android/app/src/main/res/values/colors.xml @@ -0,0 +1,7 @@ + + + + #14171A + diff --git a/web/src/app.html b/web/src/app.html index 12cede3e..91cf4ffa 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -2,7 +2,19 @@ - + + + + + + Minstrel + + diff --git a/web/src/lib/components/Shell.svelte b/web/src/lib/components/Shell.svelte index cb9fe4c9..f7e248d1 100644 --- a/web/src/lib/components/Shell.svelte +++ b/web/src/lib/components/Shell.svelte @@ -5,6 +5,7 @@ import { user, logout } from '$lib/auth/store.svelte'; import { player } from '$lib/player/store.svelte'; import { appName } from '$lib/branding'; + import MinstrelMark from './MinstrelMark.svelte'; import PlayerBar from './PlayerBar.svelte'; import SearchInput from './SearchInput.svelte'; @@ -66,7 +67,11 @@ whenever search or the user menu grew, so the nav drifted off window-center. Grid pins each column to a fixed lane. -->
- + + {appName()} diff --git a/web/static/apple-touch-icon.png b/web/static/apple-touch-icon.png new file mode 100644 index 00000000..535bfe0b Binary files /dev/null and b/web/static/apple-touch-icon.png differ diff --git a/web/static/brand/favicon.svg b/web/static/brand/favicon.svg new file mode 100644 index 00000000..844e84d9 --- /dev/null +++ b/web/static/brand/favicon.svg @@ -0,0 +1,35 @@ + + + + + + + + diff --git a/web/static/brand/icon-512.png b/web/static/brand/icon-512.png new file mode 100644 index 00000000..a0935f4a Binary files /dev/null and b/web/static/brand/icon-512.png differ diff --git a/web/static/brand/mark.svg b/web/static/brand/mark.svg new file mode 100644 index 00000000..fcd6845d --- /dev/null +++ b/web/static/brand/mark.svg @@ -0,0 +1,27 @@ + + + + + + diff --git a/web/static/favicon.png b/web/static/favicon.png index 0f2de374..ac8e7c56 100644 Binary files a/web/static/favicon.png and b/web/static/favicon.png differ