907a5df5c7
feat: implement dashboard components including header, loading states, statistics grid, and top sounds section
JSC
2025-08-15 12:12:30 +02:00
c6912f5a92
refactor: change type from 'any' to 'unknown' in ApiResponse and EventHandler for better type safety
JSC
2025-08-15 00:02:20 +02:00
4e50e7e79d
Refactor and enhance UI components across multiple pages
JSC
2025-08-14 23:51:47 +02:00
8358aa16aa
feat: add Frontend CI workflow for linting and building the application
JSC
2025-08-14 23:43:21 +02:00
5574eeb809
feat: update project title and name to SDB v2 in index.html and package.json
JSC
2025-08-13 13:55:51 +02:00
4e68344f23
feat: add CreditsNav component to display user credits in AppSidebar
JSC
2025-08-12 22:53:08 +02:00
7ebeac1280
feat: add NumberFlowSize component and integrate it into DashboardPage for improved size display
JSC
2025-08-12 22:15:04 +02:00
ccd5973db9
feat: add NumberFlowDuration component for enhanced duration display in DashboardPage
JSC
2025-08-12 22:03:40 +02:00
fb80806819
feat: enhance DashboardPage with NumberFlow for dynamic statistics display and formatSizeObject for improved size formatting
JSC
2025-08-12 21:24:17 +02:00
e55c5fd4b9
feat: enhance DashboardPage with data fetching improvements, auto-refresh, and UI updates
JSC
2025-08-12 20:51:29 +02:00
ee05bc8a64
feat: improve sound restoration in PlaylistEditPage by fetching complete sound data
JSC
2025-08-11 22:04:54 +02:00
53e5ec74d8
feat: optimize sound addition and removal in PlaylistEditPage with optimistic updates
JSC
2025-08-11 21:26:40 +02:00
25fd92e0da
feat: enhance PlaylistEditPage with drag-and-drop functionality for adding sounds and improved UI elements
JSC
2025-08-11 20:56:13 +02:00
fc9cdf1065
feat: enhance UI in DashboardPage, ExtractionsPage, SettingsPage, and UsersPage with improved layout and descriptions
JSC
2025-08-11 19:44:41 +02:00
dbbb9538dd
feat: add utility functions for formatting duration and file size
JSC
2025-08-11 11:17:33 +02:00
5182ed36c3
feat: replace DropZone with EndDropArea for improved sound insertion in PlaylistEditPage
JSC
2025-08-11 09:39:50 +02:00
490221ffdd
feat: implement add mode in PlaylistEditPage; add drag-and-drop functionality for managing available sounds
JSC
2025-08-11 01:00:26 +02:00
d80d8588f6
fix: update previous_volume to 80 in CompactPlayer and Player components for consistency
JSC
2025-08-10 21:55:20 +02:00
0c7875cac5
feat: implement drag-and-drop functionality for sound management in PlaylistEditPage; add sortable components for better user experience
JSC
2025-08-10 21:33:03 +02:00
34f20f33af
feat: add sound addition functionality to PlaylistEditPage; implement drag-and-drop for adding available sounds
JSC
2025-08-10 20:07:14 +02:00
9c01cd538e
feat: enhance PlaylistEditPage with edit mode functionality; add cancel and save options for playlist details
JSC
2025-08-10 19:41:59 +02:00
6eb023a63c
feat: add playlist editing functionality; implement PlaylistEditPage and integrate with playlists service feat: enhance PlaylistsPage with search, sorting, and playlist creation features; improve UI components and state management
JSC
2025-08-10 19:30:08 +02:00
3d16b36ee9
feat: add search and sorting functionality to SoundsPage; update fetch logic to support new parameters
JSC
2025-08-10 15:33:32 +02:00
b47486aaf9
feat: add mute and unmute functionality to player service; update CompactPlayer and Player components to utilize new methods
JSC
2025-08-10 15:11:34 +02:00
f4e951db3c
feat: enhance CompactPlayer with volume state management and mute/unmute functionality
JSC
2025-08-10 14:57:13 +02:00
3084efe139
feat: implement compact player and enhance display mode management in AppLayout and Player components
JSC
2025-08-10 10:31:55 +02:00
0c1c420fd8
feat: add sound scanning and normalization features to SettingsPage; implement UI components and state management
JSC
2025-08-10 09:48:04 +02:00
f2772c392c
feat: add AccountPage for user account management and API token handling; update AppRoutes to include new route
JSC
2025-08-09 23:43:30 +02:00
936d48fbb9
feat: implement AdminRoute for admin access control and enhance UsersPage with user management features
JSC
2025-08-09 22:37:58 +02:00
59f160609b
Disables body scroll when in fullscreen mode
JSC
2025-08-09 21:53:17 +02:00
0ddad5010a
refactor: remove commented-out playlist name display and adjust track info rendering
JSC
2025-08-09 21:46:56 +02:00
94ec3bfcbb
fix: update volume default value and improve Playlist component's maxHeight calculation
JSC
2025-08-09 21:45:07 +02:00
cc6fe234f1
fix: adjust maxHeight calculation in Playlist component for improved layout
JSC
2025-08-09 21:20:16 +02:00
f65ed660ef
refactor: improve layout and styling of Playlist component for better readability
JSC
2025-08-09 21:13:50 +02:00
5ca8c8bf15
refactor: comment out unused JSX elements in Playlist component for cleaner code
JSC
2025-08-09 20:58:22 +02:00
a5290947a3
feat: update dependencies and refactor ScrollArea component for improved structure
JSC
2025-08-09 18:10:04 +02:00
30f7429355
feat: add .env to .gitignore to exclude environment variable file from version control
JSC
2025-08-09 14:43:50 +02:00
d53c08d7a0
feat: add environment configuration files and update API base URL handling for production
JSC
2025-08-09 14:43:09 +02:00
b43d29e862
feat: add initial state management for Sidebar from cookie
JSC
2025-08-07 17:02:34 +02:00
671d034b9f
feat: update Player component with new icons and adjust layout padding
JSC
2025-08-04 10:28:01 +02:00