feat: add scrollable menu with fade hints and home button transition
This commit is contained in:
@@ -30,6 +30,7 @@ import {
|
||||
authStore,
|
||||
cityStore,
|
||||
MultiSelect,
|
||||
selectedCityStore,
|
||||
type User,
|
||||
type UserCity,
|
||||
} from "@shared";
|
||||
@@ -92,6 +93,11 @@ export const UserEditPage = observer(() => {
|
||||
"thumbnail" | "watermark_lu" | "watermark_rd" | "image" | null
|
||||
>(null);
|
||||
|
||||
useEffect(() => {
|
||||
selectedCityStore.setIsLocked(true);
|
||||
return () => selectedCityStore.setIsLocked(false);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
languageStore.setLanguage("ru");
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user