Commit Graph

8 Commits

Author SHA1 Message Date
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
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
Никита
5c62fd1a37 Adjust layout div width for header component 2026-01-18 06:44:25 +03:00
Egor
8cc03851a8 Add files via upload 2026-01-18 06:02:16 +03:00
evansvl
15c9b0321e enhanced user experience for header 2026-01-17 20:48:58 +03:00
Egor
b82db24400 Update Layout.tsx 2026-01-16 05:43:34 +03:00
Egor
7be6b5c0ae Add files via upload 2026-01-15 19:18:17 +03:00