feat(week4): модальные сцены, кастомные скины и вики-гайды #15

Merged
min merged 3 commits from feat/week4-modals-skins-guides into main 2026-05-29 22:46:17 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 9b97f7adba - Show all commits

View File

@ -33,7 +33,12 @@
"react-hooks/exhaustive-deps": "warn", "react-hooks/exhaustive-deps": "warn",
"no-eval": "error", "no-eval": "error",
"no-new-func": "error", "no-new-func": "error",
"no-implied-eval": "error" "no-implied-eval": "error",
"no-empty": "off",
"react/no-unescaped-entities": "off",
"no-useless-catch": "warn",
"no-constant-condition": ["warn", { "checkLoops": false }],
"no-fallthrough": "warn"
}, },
"ignorePatterns": [ "ignorePatterns": [
"build/", "build/",

View File

@ -6,6 +6,7 @@ import * as Kubikon3DApi from '../api/Kubikon3DService';
import { import {
API_USER_get_my_profile, API_USER_get_my_profile,
API_USER_put_birth_date, API_USER_put_birth_date,
STORYS_addres,
} from '../api/API'; } from '../api/API';
import { useAuth } from '../auth/AuthContext.jsx'; import { useAuth } from '../auth/AuthContext.jsx';
import { import {