improve detail screen

This commit is contained in:
EthanShoeDev
2025-09-22 17:40:12 -04:00
parent ec3e0a5ded
commit 9433a2816d
8 changed files with 157 additions and 175 deletions

View File

@@ -153,7 +153,7 @@ window.onload = () => {
window.addEventListener('message', handler);
// Initial handshake (send once)
setTimeout(() => sendToRn({ type: 'initialized' }), 50);
setTimeout(() => sendToRn({ type: 'initialized' }), 100);
} catch (e) {
sendToRn({
type: 'debug',