remove useless strings, hide loader on eager finish
This commit is contained in:
parent
179fb9e527
commit
3cc9afc15f
5 changed files with 109 additions and 103 deletions
|
|
@ -70,6 +70,11 @@ const persistedStateOptions = {
|
|||
console.error('PleromaFE failed to initialize: ', e)
|
||||
}
|
||||
|
||||
window.splashError = e => splashError(i18n, e)
|
||||
window.splashUpdate = key => {
|
||||
document.querySelector('#status').textContent = i18n.global.t(key)
|
||||
}
|
||||
|
||||
try {
|
||||
let storageError
|
||||
const plugins = [pushNotifications]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue