Skip to content

🧹 Maintenance & Polish

Choose a tag to compare

@imrosyd imrosyd released this 09 Nov 14:31
· 92 commits to main since this release

Fixed

  • Video Resume Bug: Fixed video restarting from beginning when closing image overlay
    • Video now properly resumes from pause position instead of restart
    • Added smart position tracking using refs
    • Separated slide change logic from pause/resume logic
    • Removed redundant effects causing conflicts

Changed

  • Tab Title: Main page browser tab now displays "Slideshow" consistently
    • Added missing <title> tag to main slideshow content render
    • Ensures proper title display in all loading/error/empty states

Removed

  • Unused Files: Cleaned up project directory
    • Removed debug scripts: debug-images-remote.bat, test-video-debug.sh
    • Removed build cache: tsconfig.tsbuildinfo (128KB)
    • Removed development log: server.log (400+ lines)
    • Total cleanup: ~530KB of unnecessary files