Commit Graph

15 Commits

Author SHA1 Message Date
JSC
7faf2d38ab feat: add language selection combobox and update TTS dialog for improved language handling 2025-09-21 15:20:12 +02:00
JSC
d48291f6ed feat: add type filter to SoundsPage for improved sound categorization 2025-09-21 13:31:19 +02:00
JSC
da4566c789 feat: add 'Stop All Sounds' button to Player component for improved sound control
Some checks failed
Frontend CI / lint (push) Failing after 20s
Frontend CI / build (push) Has been skipped
2025-09-20 15:50:47 +02:00
JSC
f6117ededd feat: update loading skeleton and playlist handling for main playlists
Some checks failed
Frontend CI / lint (push) Failing after 17s
Frontend CI / build (push) Has been skipped
2025-08-16 01:21:34 +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
ee05bc8a64 feat: improve sound restoration in PlaylistEditPage by fetching complete sound data 2025-08-11 22:04:54 +02:00
JSC
d80d8588f6 fix: update previous_volume to 80 in CompactPlayer and Player components for consistency 2025-08-10 21:55:20 +02:00
JSC
b47486aaf9 feat: add mute and unmute functionality to player service; update CompactPlayer and Player components to utilize new methods 2025-08-10 15:11:34 +02:00
JSC
3084efe139 feat: implement compact player and enhance display mode management in AppLayout and Player components 2025-08-10 10:31:55 +02:00
JSC
59f160609b Disables body scroll when in fullscreen mode
Prevents the body from scrolling when the player is in fullscreen mode, enhancing the user experience.

Re-enables body scroll when exiting fullscreen.
2025-08-09 21:53:17 +02:00
JSC
0ddad5010a refactor: remove commented-out playlist name display and adjust track info rendering 2025-08-09 21:46:56 +02:00
JSC
94ec3bfcbb fix: update volume default value and improve Playlist component's maxHeight calculation 2025-08-09 21:45:07 +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
671d034b9f feat: update Player component with new icons and adjust layout padding 2025-08-04 10:28:01 +02:00
JSC
6cbf0e5e6d feat: add audio extraction management interface and services
- Implemented ExtractionsPage component for managing audio extractions.
- Added ExtractionsService for handling extraction API calls.
- Created Playlist component for displaying audio tracks.
- Introduced ScrollArea component for better UI scrolling experience.
- Developed FilesService for file download and thumbnail management.
- Added PlayerService for controlling audio playback and state.
- Updated API services index to include new services.
2025-08-03 20:43:42 +02:00