Commit Graph

1858 Commits

Author SHA1 Message Date
Egor
5e41c2a8b4 Update Support.tsx 2026-01-19 07:58:00 +03:00
Egor
34ec53495e Add files via upload 2026-01-19 07:57:23 +03:00
Egor
ecd5e6b105 Merge pull request #36 from BEDOLAGA-DEV/main
w
2026-01-19 07:56:38 +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
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
a261a5143f Merge pull request #35 from BEDOLAGA-DEV/PEDZ
Pedz
2026-01-19 02:16:24 +03:00
PEDZEO
5e65f0bc6d Merge pull request #7 from PEDZEO/main
fix ban
2026-01-19 02:12:59 +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
6aa03463f0 Merge branch 'main' of https://github.com/BEDOLAGA-DEV/bedolaga-cabinet 2026-01-19 02:05:10 +03:00
PEDZEO
b7c1a7ec6e Merge pull request #34 from BEDOLAGA-DEV/PEDZ
Refactor App component to implement lazy loading for user and admin p…
2026-01-19 01:56:41 +03:00
PEDZEO
499fb45ec1 Merge pull request #6 from PEDZEO/PEDZ
Refactor App component to implement lazy loading for user and admin p…
2026-01-19 01:53:53 +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
3eb47b3b75 Merge pull request #5 from PEDZEO/PEDZ
Pedz
2026-01-19 01:43:14 +03:00
PEDZEO
95d1285a20 Merge pull request #26 from BEDOLAGA-DEV/PEDZ
Add ticket notification system with user and admin notification setti…
2026-01-19 01:42:00 +03:00
PEDZEO
3fc22d2b4d Refactor WebSocket URL handling in useWebSocket hook to support both absolute and relative API URLs, improving flexibility and error handling for host resolution. 2026-01-19 01:40:50 +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
PEDZEO
c8c519f38a Merge pull request #4 from PEDZEO/main
fix
2026-01-19 01:32:33 +03:00
PEDZEO
acfebd7878 Refactor getAdminNotifications to streamline parameter handling for API requests, improving readability and maintainability. 2026-01-19 01:31:29 +03:00
Egor
85f935a6b0 Add files via upload 2026-01-19 01:28:52 +03:00
Egor
fe6c731d43 Merge pull request #33 from BEDOLAGA-DEV/dev
Add files via upload
2026-01-19 01:22:15 +03:00
Egor
2c847e27f6 Add files via upload 2026-01-19 01:22:02 +03:00
Egor
e9794f9a24 Merge pull request #32 from BEDOLAGA-DEV/dev
Dev
2026-01-19 01:18:19 +03:00
Egor
4833f51dc7 Add files via upload 2026-01-19 01:18:02 +03:00
Egor
0dff04a77e Merge pull request #31 from BEDOLAGA-DEV/main
ц
2026-01-19 01:17:39 +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
3822372927 Merge pull request #30 from BEDOLAGA-DEV/dev
Update TopUpModal.tsx
2026-01-19 01:10:22 +03:00
Egor
daefd5cdb4 Update TopUpModal.tsx 2026-01-19 01:10:03 +03:00
Egor
250686fdaa Merge pull request #29 from BEDOLAGA-DEV/dev
Add files via upload
2026-01-19 01:04:59 +03:00
Egor
3e8f547b92 Add files via upload 2026-01-19 01:04:44 +03:00
PEDZEO
89a219c3ef Fix merge conflict markers in types 2026-01-19 00:56:23 +03:00
Egor
044ecb5aa3 Merge pull request #28 from BEDOLAGA-DEV/dev
Dev
2026-01-19 00:54:33 +03:00
Egor
6baeacc587 Update globals.css 2026-01-19 00:53:43 +03:00
Egor
981e33ecfa Add files via upload 2026-01-19 00:53:18 +03:00
Egor
2b57afbc4f Merge pull request #27 from BEDOLAGA-DEV/main
ц
2026-01-19 00:52:41 +03:00
PEDZEO
5f25dabb46 Enhance CI workflow with environment variables for build and add artifact upload step. Update ProtectedRoute and AdminRoute to save return URL for authentication. Introduce cabinet notification settings in admin ticket management and update localization files for new notification strings. 2026-01-19 00:43:29 +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
895cb5ada7 Update Subscription.tsx 2026-01-19 00:41:50 +03:00
Egor
7686032616 Merge pull request #25 from BEDOLAGA-DEV/dev
Dev
2026-01-19 00:39:59 +03:00
Egor
3c8d4e4a29 Add files via upload 2026-01-19 00:39:38 +03:00
Egor
a7f0d705ff Add files via upload 2026-01-19 00:36:19 +03:00
Egor
9d1b1ce6c3 Add files via upload 2026-01-19 00:35:44 +03:00
PEDZEO
788f31b927 Merge pull request #3 from PEDZEO/PEDZ
Add ticket notification system with user and admin notification setti…
2026-01-19 00:26:03 +03:00
PEDZEO
9a8ac35a49 Merge branch 'main' into PEDZ 2026-01-19 00:25:56 +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
429ab40197 Update CI workflow for Node.js setup and wrap App component with ToastProvider for notifications 2026-01-19 00:17:16 +03:00
PEDZEO
75499cc476 Add TicketNotificationBell component to layout for admin notifications 2026-01-19 00:12:50 +03:00