Commit Graph

634 Commits

Author SHA1 Message Date
Egor
bdd516d3b1 Add SubscriptionStatusResponse interface
Added SubscriptionStatusResponse interface for subscription status.
2026-01-29 01:04:04 +03:00
Egor
660f2295ba Update subscription.ts 2026-01-29 01:03:46 +03:00
Egor
43812fb6b4 Merge pull request #113 from BEDOLAGA-DEV/dev
Dev
2026-01-28 21:13:40 +03:00
Egor
a9e7f0ae3d Add files via upload 2026-01-28 21:13:15 +03:00
Egor
ef16fb65f0 Update fallback handling for invoice URL in Wheel 2026-01-28 21:12:32 +03:00
Egor
80eb2a25d2 Update TopUpModal.tsx 2026-01-28 21:12:03 +03:00
Egor
a1ae29dfe6 Merge pull request #112 from BEDOLAGA-DEV/dev
Dev
2026-01-28 21:03:20 +03:00
Egor
56c2d7be90 Check WebApp version before opening invoice 2026-01-28 21:02:16 +03:00
Egor
f2e03ffb33 Update TopUpModal.tsx 2026-01-28 21:01:40 +03:00
Egor
f61a498eba Update vite-env.d.ts 2026-01-28 21:01:12 +03:00
Egor
c5dd37643e Merge pull request #111 from BEDOLAGA-DEV/dev
Dev
2026-01-28 20:40:12 +03:00
Egor
7b7021a603 Update Subscription.tsx 2026-01-28 20:39:19 +03:00
Egor
4622c4fb2c Add files via upload 2026-01-28 20:37:16 +03:00
Egor
2722fca22e Update subscription.ts 2026-01-28 20:34:46 +03:00
Egor
2ab978edcc Add files via upload 2026-01-28 20:34:20 +03:00
Egor
475ce7d13f Update Subscription.tsx 2026-01-28 20:33:54 +03:00
Egor
6a949aeff2 Merge pull request #110 from BEDOLAGA-DEV/dev
Update Login.tsx
2026-01-28 20:26:08 +03:00
Egor
2842aa962d Update Login.tsx 2026-01-28 20:25:51 +03:00
Egor
8423240023 Update README.md 2026-01-28 14:24:38 +03:00
Egor
fa526b715d Merge pull request #107 from BEDOLAGA-DEV/dev
Dev
2026-01-28 11:59:16 +03:00
Egor
b178f4cb86 Update AdminPaymentMethods.tsx 2026-01-28 11:58:20 +03:00
Egor
825e162c2b Merge pull request #106 from BEDOLAGA-DEV/main
w
2026-01-28 11:58:01 +03:00
Egor
b92b248ab4 Merge pull request #105 from BEDOLAGA-DEV/feat/full-i18n-migration
feat/full i18n migration
2026-01-27 23:44:57 +03:00
c0mrade
4b35d8c392 fix(i18n): rename subscription.servers object to subscription.serverManagement
Resolves conflict where subscription.servers existed as both a nested
object (for server management UI keys) and a pluralization base key.
Renamed the nested object to serverManagement in all 4 locales and
updated all t() references in Subscription.tsx.
2026-01-27 22:47:41 +03:00
c0mrade
821f9954c8 fix(i18n): remove duplicate keys in ru.json 2026-01-27 22:36:42 +03:00
c0mrade
ff7e4d42a0 fix(i18n): remove duplicate subscription.servers string key
The key existed as both a string and an object in subscription
section, causing i18next to return an object instead of a string.
Removed the redundant string — serversLabel is used for plain text,
plural suffixes (_one/_few/_many/_other) handle counted usage.
2026-01-27 22:34:05 +03:00
c0mrade
c990c84223 chore: update package-lock.json 2026-01-27 22:20:20 +03:00
c0mrade
9707ad97a4 feat(i18n): migrate all hardcoded Russian text to i18n
- Replace all hardcoded Russian strings with t() calls across 30+ files
- Add ~500 new translation keys to all 4 locales (ru, en, zh, fa)
- Convert module-level config objects to labelKey pattern
- Remove Russian fallbacks from t() calls (fallbackLng handles it)
- Replace DeepLinkRedirect custom i18n with standard t() calls
- Fix subscription.servers key collision (string vs object)
2026-01-27 22:19:41 +03:00
Egor
d837f8050c Merge pull request #103 from BEDOLAGA-DEV/dev
Dev
2026-01-27 18:01:54 +03:00
Egor
b42c52714b Fix formatting and improve favicon update logic 2026-01-27 17:59:36 +03:00
Egor
77f955fc0d Update Login.tsx 2026-01-27 17:57:45 +03:00
Egor
f180b50318 Merge pull request #102 from BEDOLAGA-DEV/main
ц
2026-01-27 17:50:44 +03:00
Egor
b523da2fb0 Merge pull request #101 from BEDOLAGA-DEV/feat/husky-eslint-security
feat/husky eslint security
2026-01-27 17:50:15 +03:00
Egor
f2972d023c Update Login.tsx 2026-01-27 17:50:03 +03:00
c0mrade
a63bb7c457 fix: update dependencies to resolve security vulnerabilities
- Update vite 5→7.3.1 and @vitejs/plugin-react 4→5.1.2 (GHSA-67mh-4wv8-2f99)
- Update react-router-dom 6→7.13.0 (GHSA-2w69-qvjg-hvjx, CVSS 8.0)
- Add husky, lint-staged to devDependencies
- Add project description and AGPL-3.0 license to package.json
2026-01-27 17:38:18 +03:00
c0mrade
f0cfdfdd2a feat: add husky pre-commit hooks and reusable CI lint workflow
- Add husky with lint-staged for pre-commit checks (eslint --fix, prettier --write)
- Add reusable lint.yml workflow (eslint, prettier, tsc)
- Gate docker, release, and CI pipelines behind lint job via needs: lint
2026-01-27 17:37:53 +03:00
Egor
a66a605fb4 Merge pull request #100 from BEDOLAGA-DEV/dev
Dev
2026-01-27 17:37:44 +03:00
c0mrade
bc90ba3779 refactor: migrate to eslint flat config and format codebase with prettier
- Remove legacy .eslintrc.cjs and .eslintignore
- Add eslint.config.js with flat config, security rules (no-eval, no-implied-eval, no-new-func, no-script-url)
- Add .prettierrc and .prettierignore
- Format entire codebase with prettier
2026-01-27 17:37:31 +03:00
Egor
719f8493ff Merge pull request #92 from evansvl/main
feat: Add new Layout component with navigation, branding, theme switc…
2026-01-27 17:37:28 +03:00
Egor
85594a23a6 Add files via upload 2026-01-27 17:36:56 +03:00
Egor
a192ac298d Update Login.tsx 2026-01-27 17:36:37 +03:00
Egor
111ccc4e7a Merge pull request #99 from BEDOLAGA-DEV/dev
Update Subscription.tsx
2026-01-27 16:07:29 +03:00
Egor
096cf7e918 Update Subscription.tsx 2026-01-27 16:07:12 +03:00
Egor
18f631ed0c Merge pull request #98 from BEDOLAGA-DEV/dev
Dev
2026-01-27 14:17:34 +03:00
Egor
fea71bed83 Add files via upload 2026-01-27 01:22:00 +03:00
Egor
ce499ad5fd Update PageLoader.tsx 2026-01-27 01:21:33 +03:00
Egor
89aba6d034 Add files via upload 2026-01-27 01:20:42 +03:00
Egor
9c2cb24c21 Add files via upload 2026-01-27 01:20:15 +03:00
Egor
80da25c102 Update AdminSettings.tsx 2026-01-27 01:19:42 +03:00
Egor
1695247974 Update branding.ts 2026-01-27 01:19:05 +03:00