Commit Graph

62 Commits

Author SHA1 Message Date
PEDZEO
275fe811bb Refactor ConnectionModal and TopUpModal: simplify body scroll locking mechanism, update modal wrapper styling for consistent padding across devices, and enhance responsiveness for improved user experience. 2026-01-20 03:26:07 +03:00
PEDZEO
61eaf30da9 Enhance Layout component: improve mobile menu scroll locking functionality for cross-platform support, restore original body and HTML styles on menu close, and prevent touchmove events outside of menu content for better user experience. 2026-01-20 03:19:06 +03:00
PEDZEO
4c489547ea Refactor ConnectionModal: implement auto-selection of platform and app upon data load, enhance app selection UI with improved layout and functionality, and add translation keys for 'changeApp' in English and Russian locales. 2026-01-20 03:16:33 +03:00
PEDZEO
026ba65b8c Enhance ConnectionModal: improve body scroll locking functionality for better user experience on iOS, restore original styles and scroll position on modal close, and update modal wrapper styling for improved responsiveness and visual appeal. 2026-01-20 03:11:19 +03:00
PEDZEO
890e9e6c53 Add app icons to ConnectionModal: implement custom SVG icons for Happ, ClashMeta, ClashVerge, Shadowrocket, and Streisand. Update icon rendering logic to use new icons based on app names, enhancing visual representation in the modal. 2026-01-20 02:58:58 +03:00
PEDZEO
b81e5d0d5d Update ConnectionModal component: remove fallback text for instructions and add missing translation keys for 'instructions' in English and Russian locales. 2026-01-20 02:49:28 +03:00
PEDZEO
075f03e46a Enhance ConnectionModal component: implement body scroll locking when the modal is open, and adjust modal wrapper styling for better alignment on mobile and desktop devices. 2026-01-20 02:45:54 +03:00
PEDZEO
fc10fad1c4 Refactor ConnectionModal component: standardize icon sizes, enhance modal structure with a reusable ModalWrapper, and improve loading and error states. Update platform selection layout for better responsiveness and user experience. 2026-01-20 02:42:36 +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
6183f7b3e6 Refactor ConnectionModal component: adjust padding for modal background and update maximum height for better responsiveness across platforms. 2026-01-20 02:30:11 +03:00
PEDZEO
dd85a46595 Refactor ConnectionModal component: update platform icons to a consistent size, enhance loading and error states with improved UI, and streamline platform detection logic. Add new icons for close, back, copy, check, link, and chevron actions. Optimize layout and styling for better user experience. 2026-01-20 02:26:25 +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
9343522c1d Enhance ColorPicker component: add RGB slider functionality, implement Telegram WebApp compatibility, and optimize color conversion methods. Update styles for preset colors and improve performance with memoization. 2026-01-20 01:57:06 +03:00
PEDZEO
13f6380763 Update Layout component: adjust padding for safe area in fullscreen mode to accommodate Telegram native controls, enhancing layout functionality. 2026-01-20 01:35:22 +03:00
PEDZEO
05e969a3aa Fix Layout component: change padding from right to left for Telegram native controls in fullscreen mode to improve layout consistency. 2026-01-20 01:32:56 +03:00
PEDZEO
3a98fdff7d Update Layout component: add right padding in fullscreen mode for Telegram native controls to enhance layout usability. 2026-01-20 01:27:29 +03:00
PEDZEO
6048d90e46 Enhance Layout and useTelegramWebApp hook: add contentSafeAreaInset state and adjust header padding for fullscreen mode to improve layout responsiveness. 2026-01-20 01:21:40 +03:00
PEDZEO
fbb87c8b0e Refactor PromoDiscountBadge component: simplify button styling, remove unnecessary animations, and adjust layout for improved user experience 2026-01-20 01:11:42 +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
cd0a5a4218 Merge branch 'main' of https://github.com/BEDOLAGA-DEV/bedolaga-cabinet 2026-01-19 23:54:40 +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
1e7b6d2f36 Update ConnectionModal.tsx 2026-01-19 22:36:44 +03:00
Egor
cde7909925 Update Layout.tsx 2026-01-19 10:32:29 +03:00
Egor
841828a3bc Update AnimatedBackground.tsx 2026-01-19 10:27:31 +03:00
Egor
1eef2495bb Add files via upload 2026-01-19 10:19:58 +03:00
Egor
34ec53495e Add files via upload 2026-01-19 07:57:23 +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
5409317501 Add VITE_APP_VERSION environment variable and integrate versioning into the application
- Introduced VITE_APP_VERSION in Dockerfile and GitHub workflows to capture the version from Git tags.
- Updated vite.config.ts to define a global constant for the app version.
- Enhanced Layout component to display the app version in the footer for admin pages.
- Added logic to conditionally render the LanguageSwitcher based on active promotions.
2026-01-19 07:17:49 +03:00
PEDZEO
5f123a39d9 Refactor App component to implement lazy loading for user and admin pages, enhancing performance and reducing initial load time. Introduce LazyPage wrapper for suspense handling during component loading. 2026-01-19 01:51:52 +03:00
PEDZEO
d55c6ea532 Refactor ticket notifications handling: improve API parameter management, enhance toast notifications with titles and icons, and update localization for new notification messages. Adjust layout to ensure proper admin state handling in TicketNotificationBell component. 2026-01-19 01:37:25 +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
85f935a6b0 Add files via upload 2026-01-19 01:28:52 +03:00
Egor
2c847e27f6 Add files via upload 2026-01-19 01:22:02 +03:00
Egor
4833f51dc7 Add files via upload 2026-01-19 01:18:02 +03:00
PEDZEO
472cd27320 Refactor TicketNotificationBell to improve toast notifications for new tickets and replies. Update localization files to include new notification strings for user replies and enhance existing messages. 2026-01-19 01:15:48 +03:00
Egor
c004cc54fc Update TopUpModal.tsx 2026-01-19 01:11:56 +03:00
Egor
daefd5cdb4 Update TopUpModal.tsx 2026-01-19 01:10:03 +03:00
Egor
3e8f547b92 Add files via upload 2026-01-19 01:04:44 +03:00
Egor
981e33ecfa Add files via upload 2026-01-19 00:53:18 +03:00
PEDZEO
af96eecac7 Add ToastProvider to main app component, integrate TicketNotificationBell in Layout, and define ticket notification types in types index. Enhance globals.css with toast progress bar animation. 2026-01-19 00:41:55 +03:00
Egor
9d1b1ce6c3 Add files via upload 2026-01-19 00:35:44 +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
Egor
fb9e0d4f77 Update TopUpModal.tsx 2026-01-19 00:02:01 +03:00
Egor
85ee3e3149 Merge pull request #19 from BEDOLAGA-DEV/dev
Add files via upload
2026-01-18 07:16:25 +03:00
Egor
f343e60598 Add files via upload 2026-01-18 07:16:10 +03:00
Egor
6f7f7059ee Merge pull request #17 from BEDOLAGA-DEV/dev
Dev
2026-01-18 07:03:35 +03:00
Egor
5eeb8aafa3 Add files via upload 2026-01-18 06:53:49 +03:00
Egor
84e351ceb4 Update TelegramLoginButton.tsx 2026-01-18 06:49:36 +03:00
Egor
96d451173f Update ConnectionModal.tsx 2026-01-18 06:44:43 +03:00