remove unused LichessStudyUrlInput and hide lichess buttons when no user or study loaded

This commit is contained in:
2026-06-10 11:53:33 +02:00
parent 0f61400272
commit eb49b6248d
4 changed files with 20 additions and 121 deletions
+1
View File
@@ -77,6 +77,7 @@ export const useLichess = () => {
const lichessLogout = async () => {
await logoutFn();
setSelectedStudyId(null);
setUser(null);
};