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 |
|
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
|
6856518fee
|
Update Dashboard.tsx
|
2026-01-27 00:33:15 +03:00 |
|
Egor
|
122bbb5282
|
Update Dashboard.tsx
|
2026-01-22 21:16:31 +03:00 |
|
Egor
|
c5cd92ed6f
|
Update Dashboard.tsx
|
2026-01-21 10:13:40 +03:00 |
|
Egor
|
5709ab4ff1
|
Add files via upload
|
2026-01-21 09:08:08 +03:00 |
|
Dev
|
6d88bac693
|
feat(ui): implement Bento Grid design system
- Add Urbanist font (replace Inter)
- Add CSS variables: --bento-radius, --bento-gap, --bento-padding
- Add Tailwind extend: rounded-bento, rounded-4xl, spacing.bento
- Create BentoCard component with size variants (sm/md/lg/xl)
- Add .bento-card, .bento-card-hover, .bento-card-glow classes
- Add .bento-grid container with responsive columns
- Implement floating TabBar (margin 16px, shadow, pill active state)
- Apply bento styles to Dashboard cards
- Support both dark and light themes
|
2026-01-20 21:10:20 +05:00 |
|
Egor
|
17220097d5
|
Update Dashboard.tsx
|
2026-01-20 05:41:17 +03:00 |
|
PEDZEO
|
c96ec5ecf6
|
Enhance performance and user experience in AnimatedBackground and FortuneWheel components. Added low-performance device detection, optimized rendering logic, and improved CSS animations. Refactored theme color application in useThemeColors hook for better palette generation. Updated Dashboard to use static icons on low-performance devices.
|
2026-01-20 00:02:28 +03:00 |
|
Egor
|
8330a86855
|
Add files via upload
|
2026-01-17 09:50:09 +03:00 |
|
Egor
|
7be6b5c0ae
|
Add files via upload
|
2026-01-15 19:18:17 +03:00 |
|