PEDZEO
710bc32111
Fix AdminSettings mobile layout with drawer navigation
2026-01-21 03:09:32 +03:00
PEDZEO
329d063387
Redesign AdminSettings with sidebar navigation and localization
...
- Replace top tabs with sidebar menu navigation
- Add sub-categories for settings (payments, subscriptions, etc.)
- Implement full Russian localization for all UI elements
- Add category translations for all setting groups
- Collapsible presets and custom colors sections
- Favorites functionality with localStorage persistence
- Search functionality in settings
- Responsive layout with collapsible sidebar
2026-01-21 03:02:23 +03:00
PEDZEO
d7b387927f
Redesign AdminSettings with tabs navigation and favorites
...
- Add tab-based navigation (Favorites, Branding, Theme, Payments, etc.)
- Create useFavoriteSettings hook for localStorage-based favorites
- Create SettingCard component for consistent setting display
- Add global search functionality
- Implement collapsible sections for theme presets and colors
- Group settings by meta-categories (payments, subscriptions, etc.)
- Add dropdown for additional categories (More menu)
- Modern UI with improved spacing and interactions
2026-01-21 02:52:37 +03:00
PEDZEO
215a65dbae
Refactor theme settings with two collapsible sections
...
- Quick Presets: collapsible section with 8 theme presets
- Custom Colors: collapsible section with all color pickers
- Added translations for quickPresets, customColors in all locales (ru, en, zh, fa)
- Chevron icon rotates when section is expanded
- Preview section moved inside Custom Colors
2026-01-21 02:11:39 +03:00
PEDZEO
bf0a43384b
Add collapsible theme sections and Russian translations
...
- Translated Quick Presets to Russian (Быстрые пресеты)
- Translated preset names: Стандарт, Океан, Лес, Закат, Фиолет, Роза, Полночь, Бирюза
- Made theme color sections collapsible (Accent, Dark Theme, Light Theme, Status Colors)
- Each section shows color preview when collapsed
2026-01-21 02:04:48 +03:00
PEDZEO
26e8e19b8a
Merge remote branch and add Quick Presets for theme colors
...
- Added Quick Presets section in AdminSettings with 8 predefined themes
- Fixed ColorPicker overflow issues for small containers
- Resolved merge conflicts keeping local theme implementation
2026-01-21 01:56:51 +03:00
PEDZEO
879031508b
Enhance ColorPicker and AdminSettings components with improved styling and theme presets
...
- Updated ColorPicker component styles for better visual consistency and usability.
- Adjusted button sizes and input fields for a more cohesive design.
- Introduced theme presets in AdminSettings for quick color scheme selection, enhancing user experience.
- Added new color schemes with predefined colors for easier theme management.
2026-01-21 01:53:31 +03:00
kinvsh
7272f0a6c1
bento-grids v1
...
в целом все хорошо, немного доправить и переходить к light theme
2026-01-21 01:30:14 +05:00
kinvsh
11fd2876b2
bento-grids v0.1
2026-01-21 00:58:24 +05:00
Dev
308df174fb
Phase 1-6 Complete
2026-01-20 22:54:32 +05:00
Dev
c92a4e7704
feat: complete Phase 2 - refactor all user pages to Bento UI
2026-01-20 22:26:13 +05: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
3c5869684f
Update Subscription.tsx
2026-01-20 07:21:18 +03:00
Egor
ea47b09bad
Update Subscription.tsx
2026-01-20 06:38:51 +03:00
Egor
56e0023372
Update Subscription.tsx
2026-01-20 06:33:20 +03:00
Egor
17220097d5
Update Dashboard.tsx
2026-01-20 05:41:17 +03:00
PEDZEO
5a7fda6e3a
Refactor ConnectionModal and Referral components: introduce ModalContent and CopyLinkButton helper components for improved structure and reusability. Update referral link handling in Referral component to utilize a dynamic bot username, enhancing link generation and sharing functionality.
2026-01-20 02:38:02 +03:00
PEDZEO
64acfbee72
Add fullscreen functionality: introduce API methods for getting and updating fullscreen settings, implement caching for fullscreen state, and integrate fullscreen toggle in AdminSettings. Remove unused fullscreen icons from Layout component.
2026-01-20 02:17:22 +03:00
PEDZEO
8753000a03
Add Telegram WebApp support: initialize app, enhance layout with fullscreen toggle, and improve polling mechanism in Wheel component
2026-01-20 00:13:11 +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
PEDZEO
bdfc74534a
Refactor PeriodTariffModal to remove server traffic limits and add custom days and traffic options for flexible tariffs
2026-01-19 23:44:02 +03:00
PEDZEO
0039a8a9b3
Implement logo preloading on page load and enhance branding image display with fade-in effect
2026-01-19 23:36:05 +03:00
Egor
164ec7a380
Update AdminSettings.tsx
2026-01-19 10:32:58 +03:00
Egor
5840c35f44
Update AdminSettings.tsx
2026-01-19 10:28:02 +03:00
Egor
17ba56fbc2
Update AdminSettings.tsx
2026-01-19 10:21:03 +03:00
Egor
704f4d882d
Update AdminPromocodes.tsx
2026-01-19 09:33:07 +03:00
Egor
ed7d2896dd
Update AdminDashboard.tsx
2026-01-19 09:15:06 +03:00
Egor
5e41c2a8b4
Update Support.tsx
2026-01-19 07:58:00 +03:00
PEDZEO
3bab058983
Enhance AdminPanel with modern icon components for improved visual consistency
...
- Introduced new icon components for analytics, users, tariffs, marketing, and system sections.
- Updated AdminGroup interface to accept React nodes for icons, enhancing flexibility.
- Refactored icon rendering in GroupSection for better styling and layout.
2026-01-19 07:51:17 +03:00
PEDZEO
fac733f150
Refactor AdminDashboard and AdminPanel components for improved icon consistency and layout
...
- Updated icon components in AdminDashboard to use modern, styled icons for better visual consistency.
- Replaced existing icons with new versions across various sections, enhancing the overall UI.
- Refactored AdminPanel to streamline the structure, introducing grouped sections for better organization.
- Improved card layouts and hover effects for a more responsive user experience.
2026-01-19 07:46:14 +03:00
PEDZEO
638f1d5456
Refactor Dockerfile and Vite configuration to remove VITE_APP_VERSION and streamline build process
...
- Removed VITE_APP_VERSION from Dockerfile and GitHub workflows.
- Simplified Vite configuration by eliminating the Git version retrieval function and global constant for app version.
- Updated ColorPicker and other components to enhance accessibility with aria-labels.
- Introduced unique identifiers for buttons in the AppEditorModal for better React key management.
- Improved error handling in the Login component to provide user-friendly messages without exposing sensitive data.
2026-01-19 07:39:09 +03:00
PEDZEO
f904a6b88b
Enhance AdminBanSystem error handling UI with a new design, including a card layout, error message display, and action buttons for Telegram contact and navigation. Improve user experience with animations and responsive design elements.
2026-01-19 02:11:49 +03:00
PEDZEO
549da8d447
Enhance payment flow by adding InsufficientBalancePrompt component for better user feedback; update CI workflow for Node.js setup and dependency installation.
2026-01-19 01:34:06 +03:00
Egor
895cb5ada7
Update Subscription.tsx
2026-01-19 00:41:50 +03:00
Egor
a7f0d705ff
Add files via upload
2026-01-19 00:36:19 +03:00
PEDZEO
35ee63b351
Add ticket notification system with user and admin notification settings; integrate ToastProvider in main app layout
2026-01-19 00:24:13 +03:00
PEDZEO
f3f56c1749
Merge branch 'PEDZ' of https://github.com/PEDZEO/cabinet-frontend into PEDZ
2026-01-18 22:58:16 +03:00
PEDZEO
7bd4336e62
Implement return URL handling for authentication; save current URL before redirecting to login and retrieve it after successful login.
2026-01-18 22:58:09 +03:00
PEDZEO
a2d3227fa4
Merge branch 'main' into PEDZ
2026-01-18 22:57:40 +03:00
PEDZEO
8667945501
Implement back navigation in admin pages by adding a BackIcon and linking to the admin dashboard across multiple components.
2026-01-18 07:42:29 +03:00
PEDZEO
5f00468d41
Merge remote-tracking branch 'bedolaga/main'
2026-01-18 07:28:27 +03:00
PEDZEO
1a03d2669d
Merge remote-tracking branch 'bedolaga/main' into PEDZ
2026-01-18 07:24:10 +03:00
Egor
808c59c8f0
Add files via upload
2026-01-18 07:07:59 +03:00
PEDZEO
3d34f3f1c9
Merge branch 'main' from bedolaga
2026-01-18 07:02:14 +03:00
Egor
de4a694efd
Update Subscription.tsx
2026-01-18 07:01:51 +03:00
Egor
705f0676e6
Update Support.tsx
2026-01-18 06:54:25 +03:00
Egor
4e1182449b
Add files via upload
2026-01-18 06:22:42 +03:00
Egor
8be393bf63
Add files via upload
2026-01-18 06:20:11 +03:00
Egor
6baa573e4b
Update Subscription.tsx
2026-01-18 06:12:53 +03:00
Egor
386acef176
Add files via upload
2026-01-18 06:03:11 +03:00