59 Commits

Author SHA1 Message Date
JSC
5dd82b7833 fix: adjust gap spacing in SoundboardPage layout for improved responsiveness
Some checks failed
Frontend CI / lint (push) Failing after 5m5s
Frontend CI / build (push) Has been skipped
2025-07-19 08:40:05 +02:00
JSC
89a10e0988 feat: implement theme-aware color schemes for DashboardPage
Some checks failed
Frontend CI / lint (push) Failing after 5m4s
Frontend CI / build (push) Has been skipped
2025-07-18 23:33:52 +02:00
JSC
3acdd0f8a5 feat: add timestamp functionality to service URLs in MusicPlayer
Some checks failed
Frontend CI / lint (push) Failing after 5m5s
Frontend CI / build (push) Has been skipped
2025-07-18 22:56:09 +02:00
JSC
cbb7febd26 fix: correct property names in Track interface for consistency
Some checks failed
Frontend CI / lint (push) Failing after 5m3s
Frontend CI / build (push) Has been skipped
2025-07-18 22:38:51 +02:00
JSC
a29ad0873e feat: add dropdown menu for track links in MusicPlayer component 2025-07-18 22:38:45 +02:00
JSC
72398db750 fix: improve thumbnail display in MusicPlayer with better styling and responsiveness
Some checks failed
Frontend CI / lint (push) Failing after 5m6s
Frontend CI / build (push) Has been skipped
2025-07-18 22:07:46 +02:00
JSC
7e8a416473 feat: enhance DashboardPage with auto-refresh and NumberFlow for statistics display
Some checks failed
Frontend CI / lint (push) Failing after 5m5s
Frontend CI / build (push) Has been skipped
2025-07-18 21:52:17 +02:00
JSC
c27236232e feat: implement DashboardPage with statistics and top content display
Some checks failed
Frontend CI / lint (push) Failing after 5m11s
Frontend CI / build (push) Has been skipped
2025-07-18 21:10:14 +02:00
JSC
47de5ab4bc fix: update API endpoint for fetching plans in AdminUsersPage
Some checks failed
Frontend CI / lint (push) Failing after 5m5s
Frontend CI / build (push) Has been skipped
2025-07-16 15:45:13 +02:00
JSC
58b8d8bbbe feat: add Admin Users management page and integrate user editing functionality
Some checks failed
Frontend CI / lint (push) Failing after 5m7s
Frontend CI / build (push) Has been skipped
2025-07-16 15:24:27 +02:00
JSC
f6eb815240 feat: implement real-time updates for credits and sound play counts using custom events
Some checks failed
Frontend CI / lint (push) Failing after 5m5s
Frontend CI / build (push) Has been skipped
2025-07-16 13:56:02 +02:00
JSC
0e88eed4f8 refactor: comment out unused socket functionality in SoundboardPage component 2025-07-13 17:39:16 +02:00
JSC
3f19a4a090 feat: add global socket event listeners for error handling and credits notifications in SocketContext
Some checks failed
Frontend CI / lint (push) Failing after 5m15s
Frontend CI / build (push) Has been skipped
2025-07-13 01:47:02 +02:00
JSC
205b745d00 style: standardize quotes in CSS and improve formatting for range input styles
Some checks failed
Frontend CI / lint (push) Failing after 5m7s
Frontend CI / build (push) Has been skipped
2025-07-13 00:50:47 +02:00
JSC
792442e3cf refactor: reorganize imports and improve code formatting in SoundboardPage component
Some checks failed
Frontend CI / lint (push) Failing after 5m35s
Frontend CI / build (push) Has been skipped
2025-07-13 00:00:18 +02:00
JSC
f7523e15b6 refactor: reorder imports for better organization in App and AppSidebar components
Some checks failed
Frontend CI / lint (push) Failing after 25m33s
Frontend CI / build (push) Has been skipped
2025-07-12 22:18:53 +02:00
JSC
28ad6d12a7 refactor: remove unused pages and components, streamline Admin and Dashboard functionality
Some checks failed
Frontend CI / lint (push) Failing after 13m42s
Frontend CI / build (push) Has been skipped
2025-07-12 22:00:16 +02:00
JSC
4101047f55 feat: add 'single' play mode option and corresponding icon in MusicPlayer 2025-07-12 20:49:29 +02:00
JSC
f7dc3a4040 fix: update socket connection path to use /api prefix for Socket.IO
Some checks failed
Frontend CI / lint (push) Failing after 5m10s
Frontend CI / build (push) Has been skipped
2025-07-08 22:36:06 +02:00
JSC
1f997daf24 refactor: remove unused imports and redundant code in MusicPlayer and AppLayout components
Some checks failed
Frontend CI / lint (push) Failing after 5m47s
Frontend CI / build (push) Has been skipped
2025-07-08 17:12:14 +02:00
JSC
d85e47ebd1 refactor: remove unnecessary "use client" directive from Sheet component
Some checks failed
Frontend CI / lint (push) Failing after 5m8s
Frontend CI / build (push) Has been skipped
2025-07-08 16:54:12 +02:00
JSC
9396510075 feat: enhance SoundboardPage with dynamic color themes and improved sound card display
Some checks failed
Frontend CI / lint (push) Failing after 5m9s
Frontend CI / build (push) Has been skipped
2025-07-08 16:34:37 +02:00
JSC
ed767485f2 feat: replace inline formatDuration function with imported utility for better code reuse
Some checks failed
Frontend CI / lint (push) Failing after 5m12s
Frontend CI / build (push) Has been skipped
2025-07-08 15:29:03 +02:00
JSC
10f8f3f4d5 feat: add formatDuration and formatSize utility functions for improved time and size formatting
Some checks failed
Frontend CI / lint (push) Failing after 5m8s
Frontend CI / build (push) Has been skipped
2025-07-08 15:23:36 +02:00
JSC
9714a50c99 feat: update volume control range to 0-100 for better granularity 2025-07-08 13:36:44 +02:00
JSC
30317b7617 feat: add ultra-minimized view and toggle functionality in MusicPlayer
Some checks failed
Frontend CI / lint (push) Failing after 5m6s
Frontend CI / build (push) Has been skipped
2025-07-08 11:01:35 +02:00
JSC
328768db58 refactor: simplify initial state fetching in MusicPlayerProvider 2025-07-07 21:34:23 +02:00
JSC
b8bac2b6a9 Merge branch 'player'
Some checks failed
Frontend CI / lint (push) Failing after 5m8s
Frontend CI / build (push) Has been skipped
2025-07-07 21:18:39 +02:00
JSC
32fab283be refactor: remove console logs for cleaner code and improved readability 2025-07-07 21:18:00 +02:00
JSC
2230fa32e5 feat: enhance MusicPlayer and SocketProvider with playlist management and real-time updates 2025-07-07 20:51:46 +02:00
JSC
8012a53235 feat: implement MusicPlayer component with volume control and playlist management 2025-07-07 16:10:06 +02:00
JSC
3fad1d773e feat: add AddUrlDialog component and keyboard shortcut for adding URLs
Some checks failed
Frontend CI / lint (push) Failing after 5m6s
Frontend CI / build (push) Has been skipped
2025-07-06 16:57:41 +02:00
JSC
44c9c204f6 feat: update background color in LoginPage and RegisterPage components
Some checks failed
Frontend CI / lint (push) Failing after 5m8s
Frontend CI / build (push) Has been skipped
2025-07-05 17:52:14 +02:00
JSC
334ea9c391 feat: integrate sonner for toast notifications across multiple pages 2025-07-05 17:49:12 +02:00
JSC
06e0489923 feat: add sonner for notifications and update theme handling in Toaster component
Some checks failed
Frontend CI / lint (push) Failing after 5m7s
Frontend CI / build (push) Has been skipped
2025-07-05 08:37:16 +02:00
JSC
3f0fc13a12 feat: add SocketProvider and integrate real-time credits updates in NavPlan component 2025-07-04 20:19:06 +02:00
JSC
81cdbb9321 feat: add NavPlan component to display user plan and credits in sidebar 2025-07-04 19:14:05 +02:00
JSC
b388646e65 feat: enhance ActivityPage with tab navigation for recent activity, user stats, and popular sounds
Some checks failed
Frontend CI / lint (push) Failing after 5m7s
Frontend CI / build (push) Has been skipped
2025-07-03 21:50:08 +02:00
JSC
0583ae2bb8 feat: add soundboard and admin sounds management pages with routing 2025-07-03 21:26:01 +02:00
JSC
05627c55c5 Refactor authentication and theme context usage
All checks were successful
Frontend CI / lint (push) Successful in 9m46s
Frontend CI / build (push) Successful in 10m7s
- Moved authentication hooks and context to a dedicated hooks directory.
- Updated imports in various components and pages to use the new hooks.
- Created AuthContext and ThemeContext for better state management.
- Refactored ThemeProvider to utilize the new ThemeContext.
- Cleaned up sidebar and button components for consistency and readability.
- Ensured all components are using the latest context and hooks for authentication and theme management.
2025-07-01 17:50:26 +02:00
JSC
c120635dea fix: remove unnecessary debugging step from CI workflow
Some checks failed
Frontend CI / lint (push) Failing after 5m49s
Frontend CI / build (push) Has been skipped
2025-07-01 17:16:30 +02:00
JSC
8c7a9d6c05 fix: update build job dependencies and downgrade upload-artifact action version
Some checks failed
Frontend CI / lint (push) Has been cancelled
Frontend CI / build (push) Has been cancelled
2025-07-01 17:14:24 +02:00
JSC
149a9faa30 fix: simplify commands in CI workflow by removing unnecessary directory changes
Some checks failed
Frontend CI / lint (push) Failing after 5m11s
Frontend CI / build (push) Failing after 5m17s
2025-07-01 16:48:58 +02:00
JSC
eec07826bb chore: add debugging step to list files in the frontend directory
Some checks failed
Frontend CI / lint (push) Failing after 4m49s
Frontend CI / build (push) Failing after 4m50s
2025-07-01 16:39:03 +02:00
JSC
5073c8d929 chore: uncomment setup, cache, install, lint, TypeScript check, build, and upload steps in Frontend CI workflow
Some checks failed
Frontend CI / lint (push) Failing after 6m14s
Frontend CI / build (push) Failing after 5m7s
2025-07-01 16:30:20 +02:00
JSC
a1d72840e1 fix: update checkout action to v4 and adjust job dependencies in CI workflow
Some checks failed
Frontend CI / lint (push) Failing after 46s
Frontend CI / build (push) Failing after 40s
2025-07-01 14:47:18 +02:00
JSC
65e6e58b44 feat: add Frontend CI workflow for linting and building the application
Some checks failed
Frontend CI / lint (push) Failing after 42s
Frontend CI / build (push) Has been skipped
2025-07-01 14:23:14 +02:00
JSC
961492309a fix: update fetch-depth for code checkout in Frontend CI workflow; adjust build job dependency
Some checks failed
Frontend CI / lint (push) Failing after 32s
Frontend CI / build (push) Has been skipped
2025-07-01 13:51:29 +02:00
JSC
671dfecc45 chore: comment out unused steps in Frontend CI workflow
Some checks failed
Frontend CI / lint (push) Failing after 39s
Frontend CI / build (push) Failing after 33s
2025-07-01 13:39:52 +02:00
JSC
ec69dbe086 feat: add Frontend CI workflow for linting and building the application
Some checks failed
Frontend CI / lint (push) Failing after 7m29s
Frontend CI / build (push) Failing after 56s
2025-07-01 13:14:50 +02:00