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
/
desktop-sync
/
renderer
History
Geert Rademakes
11c714124b
fix: Fix critical syntax error in renderer.js that was blocking UI updates - Remove extra closing brace in updateSyncStatus method - Fix 'Unexpected token this' error that prevented renderer execution - Restore real-time sync status display in UI - Sync functionality was working perfectly, only UI rendering was broken
2025-08-28 13:45:24 +02:00
..
index.html
feat: Fix header button functionality and improve UI conciseness - Add working minimize/close/settings buttons in header - Implement window control IPC handlers - Simplify status display (Status, Files, Mode instead of verbose text) - Remove unused lastSync element references - Add window control channels to preload script
2025-08-28 11:42:27 +02:00
renderer.js
fix: Fix critical syntax error in renderer.js that was blocking UI updates - Remove extra closing brace in updateSyncStatus method - Fix 'Unexpected token this' error that prevented renderer execution - Restore real-time sync status display in UI - Sync functionality was working perfectly, only UI rendering was broken
2025-08-28 13:45:24 +02:00
styles.css
feat: Improve UI spacing and layout - Increase window size from 1200x800 to 1400x900 - Add more padding and gaps between UI elements - Improve button sizing and spacing - Better status panel layout with flex distribution - Enhanced activity log readability - Remove unnecessary start/stop buttons (auto-sync only) - Remove progress bar (not needed for continuous sync) - Clean up unused sync methods
2025-08-28 11:38:14 +02:00