feat: new frontend

This commit is contained in:
Rekryt
2025-07-02 20:40:13 +03:00
parent bda887db3c
commit 7d7c82514f
111 changed files with 5223 additions and 52 deletions

14
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,14 @@
{
"useTabs": false,
"printWidth": 120,
"tabWidth": 4,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"bracketSpacing": true,
"semi": true,
"singleQuote": true,
"htmlWhitespaceSensitivity": "ignore",
"phpVersion": "7.1",
"braceStyle": "1tbs",
"endOfLine": "auto"
}