Try to speed up LCP

This commit is contained in:
schlagmichdoch 2024-06-06 00:53:28 +02:00
parent 488762bbce
commit 924c17323d
4 changed files with 58 additions and 52 deletions

View file

@ -214,6 +214,7 @@ class FooterUI {
}
async showLoading() {
// Show "Loading..." until connected to WsServer
this.$displayName.setAttribute('placeholder', this.$displayName.dataset.placeholder);
}