c0mrade
bce4d94229
feat: replace campaign creation modal with dedicated page
...
- Create AdminCampaignCreate.tsx with full form for new campaigns
- Update AdminCampaigns.tsx to navigate to create page
- Keep edit functionality as modal
- Add route /admin/campaigns/create in App.tsx
2026-02-01 23:03:25 +03:00
c0mrade
8deca2fa5b
fix: disable Telegram vertical swipes during drag operations
...
- Add useTelegramDnd hook for @dnd-kit integration
- Update Sheet components to disable swipes when open
- Update AdminPaymentMethods to use the new hook
- Prevents conflict between app drag gestures and Telegram swipe-to-close
2026-02-01 22:46:16 +03:00
c0mrade
0773afdf6e
feat: add Telegram/Email channel selection to broadcast create page
2026-02-01 22:37:53 +03:00
c0mrade
175516ec9b
feat: replace broadcast creation modal with dedicated page
2026-02-01 22:26:12 +03:00
c0mrade
4a25d8df03
fix: unify card styles across the project
...
- Set --bento-radius to 16px (was 24px) for more modern look
- Unified .card, .bento-card and Card component to use same:
- border-radius: var(--bento-radius)
- border: border-dark-700/40
- background: bg-dark-900/70
- inset shadow for glass effect
- Reduced padding from 24px to 20px
2026-02-01 22:07:54 +03:00
c0mrade
2926a5a89c
fix: remove dark backgrounds causing black rectangles
...
- PageLoader: remove bg-dark-950, use transparent background
- AdminLayout: remove motion animations
- Now lazy-loaded pages show Aurora background during loading
2026-02-01 21:57:13 +03:00
c0mrade
dda8323b45
fix: remove page transition animations to prevent flashing
...
AnimatePresence was causing black flash between page transitions.
Removed page-level animations - stagger animations inside pages still work.
2026-02-01 21:48:28 +03:00
c0mrade
5ad5e8d365
fix: restore page animations, improve checkbox visibility
...
- Re-enable page transition animations in Telegram Mini App
- Change AnimatePresence mode from popLayout to wait (prevents black squares)
- Add initial={false} to skip animation on first render
- Add custom checkbox styling with better visibility (bg-dark-700, border-dark-600)
- Custom checkmark appearance when checked
- Light theme checkbox support
2026-02-01 21:32:08 +03:00
c0mrade
768b340c35
fix: UI improvements - reduce Android header, hide mobile scrollbar, disable animations in Telegram, consistent menu overlay
2026-02-01 21:22:42 +03:00
c0mrade
093c9f2893
fix: add Telegram header padding for Android fullscreen mode
2026-02-01 21:09:16 +03:00
c0mrade
6f8bc4fca5
fix: revert to native Telegram WebApp API, remove SDK usage
2026-02-01 20:37:23 +03:00
c0mrade
e5ea09dd3a
fix: wrap all SDK isSupported() calls in try-catch
2026-02-01 20:29:38 +03:00
c0mrade
baa57b907e
fix: handle unmounted SDK components gracefully
2026-02-01 20:23:45 +03:00
c0mrade
edb5be09ae
feat: migrate to @tma.js/sdk-react for Telegram Mini App
...
- Add useTelegramSDK hook with reactive signals for viewport, safe area, fullscreen
- Migrate TelegramAdapter to use SDK components (backButton, mainButton, hapticFeedback, cloudStorage, themeParams, popup)
- Update Login, TelegramRedirect to use SDK helpers
- Update PlatformProvider, api/client to use centralized SDK functions
- Simplify useTelegramWebApp as backward-compatible wrapper
- Add automatic CSS variable binding for theme and viewport
2026-02-01 20:13:50 +03:00
c0mrade
55ae55f4af
fix: Aurora uses theme colors from API with blur overlay
2026-02-01 18:58:10 +03:00
c0mrade
851e6a353b
fix: make Aurora colors vibrant and increase speed
2026-02-01 18:58:10 +03:00
c0mrade
cffef41f63
feat: replace MovingGradient with Aurora WebGL background
2026-02-01 18:58:10 +03:00
c0mrade
24781f32ec
feat: add animated MovingGradient background
2026-02-01 18:58:10 +03:00
c0mrade
c60a242f1d
fix: add missing i18n keys for broadcast detail page
2026-02-01 18:58:10 +03:00
c0mrade
b953ee0b8c
feat: Linear-style UI redesign with improved mobile experience
...
Major changes:
- Redesign cabinet with Linear-style components and top navigation
- Replace detail modals with dedicated pages (users, broadcasts, email templates)
- Add email channel support for broadcasts
- Remove pull-to-refresh, improve drag-and-drop on touch devices
- Fix Telegram Mini App: fullscreen, back button, scroll restoration
- Unify admin pages color scheme to design system
- Mobile-first improvements: horizontal tabs for settings, better touch targets
2026-02-01 18:58:10 +03:00
Egor
929634aac4
Merge pull request #129 from BEDOLAGA-DEV/dev
...
Уменьшение кол-ва устройств
2026-02-01 17:22:01 +03:00
Egor
92905770e4
Update subscription.ts
2026-02-01 17:21:03 +03:00
Egor
8a0ff740e1
Add files via upload
2026-02-01 17:20:27 +03:00
Egor
de7c911a7e
Update Subscription.tsx
2026-02-01 17:19:59 +03:00
Egor
b8f3621b22
Merge pull request #128 from BEDOLAGA-DEV/dev
...
Update package-lock.json
2026-02-01 00:58:51 +03:00
Egor
13790d057a
Update package-lock.json
2026-02-01 00:58:13 +03:00
Egor
15e23e262f
Merge pull request #127 from BEDOLAGA-DEV/dev
...
Update subscription.ts
2026-01-31 20:56:14 +03:00
Egor
b1eea1860c
Update subscription.ts
2026-01-31 20:55:41 +03:00
Egor
dcb74e9bd6
Merge pull request #126 from BEDOLAGA-DEV/dev
...
Dev
2026-01-31 20:49:27 +03:00
Egor
391c42ec60
Update subscription.ts
2026-01-31 20:48:36 +03:00
Egor
8007c1b4c1
Update Subscription.tsx
2026-01-31 20:48:10 +03:00
Egor
9b2d573871
Update useWebSocket.ts
2026-01-31 20:47:50 +03:00
Egor
bb212ddfe1
Update successNotification.ts
2026-01-31 20:47:23 +03:00
Egor
1d6450fd3b
Add files via upload
2026-01-31 20:47:02 +03:00
Egor
bd95a131d4
Merge pull request #125 from BEDOLAGA-DEV/dev
...
Dev
2026-01-31 20:34:17 +03:00
Egor
313a6039cc
Update Subscription.tsx
2026-01-31 20:31:51 +03:00
Egor
35098faf88
Update InsufficientBalancePrompt.tsx
2026-01-31 20:31:23 +03:00
Egor
01e3c7b042
Update subscription.ts
2026-01-31 20:31:01 +03:00
Egor
a38b73d165
Merge pull request #124 from BEDOLAGA-DEV/dev
...
Dev
2026-01-31 20:15:45 +03:00
Egor
562376bb11
Add files via upload
2026-01-31 20:14:45 +03:00
Egor
957b4a93b5
Update AdminUsers.tsx
2026-01-31 20:14:12 +03:00
Egor
9a1d02614c
Update adminUsers.ts
2026-01-31 20:13:44 +03:00
Egor
532c7b69db
Merge pull request #123 from BEDOLAGA-DEV/dev
...
Dev
2026-01-31 19:55:26 +03:00
Egor
dea0562a0d
Update useWebSocket.ts
2026-01-31 19:53:49 +03:00
Egor
abe016c7b1
Add files via upload
2026-01-31 19:53:23 +03:00
Egor
3080e8e996
Update successNotification.ts
2026-01-31 19:52:08 +03:00
Egor
706e3b5c76
Merge pull request #122 from BEDOLAGA-DEV/dev
...
Dev
2026-01-31 18:06:33 +03:00
Egor
0bd84bb277
Update AdminBroadcasts.tsx
2026-01-31 18:05:31 +03:00
Egor
902ce24c6c
Add files via upload
2026-01-31 18:03:18 +03:00
Egor
f1976ca7ff
Update AdminBroadcasts.tsx
2026-01-31 18:02:58 +03:00