This website requires JavaScript.
Explore
Help
Sign In
master
/
rekordbox-viewer
Watch
1
Star
0
Fork
0
You've already forked rekordbox-viewer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
rekordbox-viewer
/
packages
/
frontend
/
src
History
Geert Rademakes
e2ae3bd6d8
cleanup: Remove debugging console logs - Remove timestamp logging from playlist selection and change detection - Remove loadPage call logging - Clean up temporary debugging code
2025-08-06 10:54:30 +02:00
..
assets
frontend AND backend bro!!
2025-04-24 15:28:22 +02:00
components
perf: Optimize playlist manager to fix 727ms click handler delay - Memoize button styles to prevent object recreation on every render - Wrap PlaylistItem in React.memo to prevent unnecessary re-renders - Fixes React violation 'click' handler took 727ms - Should dramatically improve playlist switching responsiveness
2025-08-06 10:52:11 +02:00
hooks
cleanup: Remove debugging console logs - Remove timestamp logging from playlist selection and change detection - Remove loadPage call logging - Clean up temporary debugging code
2025-08-06 10:54:30 +02:00
pages
feat: Major performance optimizations - Add React.memo, useMemo, and useCallback to prevent unnecessary re-renders - Implement request cancellation with AbortController to prevent memory leaks - Add debounced search to reduce API calls - Optimize song selection and playlist switching performance - Fix browser crashes and memory leaks - Add proper cleanup functions
2025-08-06 10:03:26 +02:00
services
feat: Show total playlist duration instead of loaded songs duration - Add totalDuration calculation in backend playlist endpoint - Update frontend to display total playlist duration - Duration now shows entire playlist length, not just loaded songs - Prevents duration from changing when scrolling through songs
2025-08-06 10:30:02 +02:00
types
Folders working!
2025-04-24 23:45:14 +02:00
utils
Some extra ui improvements
2025-04-25 09:38:53 +02:00
App.css
Better UI!
2025-04-24 23:11:07 +02:00
App.tsx
cleanup: Remove debugging console logs - Remove timestamp logging from playlist selection and change detection - Remove loadPage call logging - Clean up temporary debugging code
2025-08-06 10:54:30 +02:00
index.css
UI improvements!
2025-04-24 16:08:06 +02:00
main.tsx
url based navigation
2025-04-24 22:11:51 +02:00
vite-env.d.ts
frontend AND backend bro!!
2025-04-24 15:28:22 +02:00