Commit Graph

6 Commits

Author SHA1 Message Date
JSC
af1d543669 feat: add sound favorited event handling and update SoundsPage component 2025-08-16 22:19:31 +02:00
JSC
4e50e7e79d Refactor and enhance UI components across multiple pages
Some checks failed
Frontend CI / lint (push) Failing after 19s
Frontend CI / build (push) Has been skipped
- Improved import organization and formatting in PlaylistsPage, RegisterPage, SoundsPage, SettingsPage, and UsersPage for better readability.
- Added error handling and user feedback with toast notifications in SoundsPage and SettingsPage.
- Enhanced user experience by implementing debounced search functionality in PlaylistsPage and SoundsPage.
- Updated the layout and structure of forms in SettingsPage and UsersPage for better usability.
- Improved accessibility and semantics by ensuring proper labeling and descriptions in forms.
- Fixed minor bugs related to state management and API calls in various components.
2025-08-14 23:51:47 +02:00
JSC
d53c08d7a0 feat: add environment configuration files and update API base URL handling for production 2025-08-09 14:43:09 +02:00
JSC
d2891f4f2b feat: add event listeners for player, sound, and user events in SocketProvider 2025-07-31 21:34:08 +02:00
JSC
7b4dd57f1f feat: enhance Toaster component with rich colors and add message event handling in SocketProvider 2025-07-27 14:23:13 +02:00
JSC
5892d02e9f feat: integrate Socket.IO for real-time communication; add socket connection management and token refresh handling 2025-07-27 13:44:00 +02:00