Refine mobile avatar widgets and login flow

This commit is contained in:
Lorenzune
2026-05-07 21:19:15 +02:00
parent 851d82f93f
commit 57b83c1097
24 changed files with 654 additions and 166 deletions
@@ -166,7 +166,7 @@ export const useAvailableUserSources = (trigger: Triggerable, userSources: Wired
if(!trigger) return;
const intervalId = window.setInterval(refreshStackSources, 100);
const intervalId = window.setInterval(refreshStackSources, 1000);
return () => window.clearInterval(intervalId);
}, [ refreshStackSources, trigger ]);