Commit Graph

6 Commits

Author SHA1 Message Date
c0mrade
55e2068606 Fix back button cycling in Telegram Mini App
Add replace: true to all navigate() calls in useBackButton hooks
Prevents history cycles when navigating back and forth
All 32 admin pages now use navigate(path, { replace: true })
Back button now goes directly to parent without cycling
2026-02-04 05:59:15 +03:00
Egor
f89573a1f3 Update promo.ts 2026-02-04 04:56:05 +03:00
Egor
8c9b161b58 Update promo.ts 2026-02-04 02:09:31 +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
793dc51a9c Update promo.ts 2026-01-21 08:13:25 +03:00
Egor
7be6b5c0ae Add files via upload 2026-01-15 19:18:17 +03:00