diff --git a/android/app/build.gradle b/android/app/build.gradle index f3240f4d..8545e582 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.audiobookshelf.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 31 - versionName "0.9.15-beta" + versionCode 33 + versionName "0.9.16-beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/assets/fonts.css b/assets/fonts.css index 69df7541..de51c84a 100644 --- a/assets/fonts.css +++ b/assets/fonts.css @@ -27,6 +27,15 @@ .material-icons.text-lg { font-size: 1.25rem; } +.material-icons.text-3xl { + font-size: 1.875rem; +} +.material-icons.text-4xl { + font-size: 2.25rem; +} +.material-icons.text-5xl { + font-size: 3rem; +} .material-icons.text-base { font-size: 1rem; } diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue new file mode 100644 index 00000000..4156cf2d --- /dev/null +++ b/components/app/AudioPlayer.vue @@ -0,0 +1,600 @@ + + + + + \ No newline at end of file diff --git a/components/app/AudioPlayerContainer.vue b/components/app/AudioPlayerContainer.vue new file mode 100644 index 00000000..88f81733 --- /dev/null +++ b/components/app/AudioPlayerContainer.vue @@ -0,0 +1,464 @@ + + + \ No newline at end of file diff --git a/components/cards/PlayerBookCover.vue b/components/cards/PlayerBookCover.vue new file mode 100644 index 00000000..5c33c89b --- /dev/null +++ b/components/cards/PlayerBookCover.vue @@ -0,0 +1,167 @@ + + + \ No newline at end of file diff --git a/components/modals/Modal.vue b/components/modals/Modal.vue index 819ae1dc..8ba534c3 100644 --- a/components/modals/Modal.vue +++ b/components/modals/Modal.vue @@ -1,5 +1,5 @@