mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-16 08:54:47 +02:00
Add new connection page to support multiple server connection configs
This commit is contained in:
parent
7a091dd428
commit
f57f0e4e0d
30 changed files with 789 additions and 1284 deletions
|
@ -4,6 +4,8 @@ import { Dialog } from '@capacitor/dialog'
|
|||
import { StatusBar, Style } from '@capacitor/status-bar';
|
||||
import { formatDistance, format } from 'date-fns'
|
||||
|
||||
Vue.prototype.$eventBus = new Vue()
|
||||
|
||||
const setStatusBarStyleDark = async () => {
|
||||
await StatusBar.setStyle({ style: Style.Dark })
|
||||
}
|
||||
|
@ -22,9 +24,7 @@ App.addListener('backButton', async ({ canGoBack }) => {
|
|||
} else {
|
||||
window.history.back()
|
||||
}
|
||||
});
|
||||
|
||||
Vue.prototype.$eventBus = new Vue()
|
||||
})
|
||||
|
||||
Vue.prototype.$isDev = process.env.NODE_ENV !== 'production'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue