You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI Modularization (ES Modules): Cleaned up and restructured the ui directory, refactoring the 1700+ line app.js file into independent modules (utils.js, slider.js, gallery.js, drawer.js, player.js, modal.js) coordinated by a centralized state store (store.js).
Smart App Control & Antivirus Bypass: Enabled ASAR packaging and configured electron-builder to sign builds using cscLink and cscKeyPassword. Created a local PowerShell signing utility (scripts/create-self-signed-cert.ps1) to sign builds and bypass Windows Smart App Control (SAC) and Defender blocks on development/test environments.