- New light UI: fixed 220px sidebar, single scrolling page, 8 named sections - Static files split by concern: style.css, app.js, loader.js, nav.js - Each page section is its own partial in static/sections/s-*.html - loader.js fetches all section partials in parallel, then loads app.js and nav.js - All original functionality, element IDs, and API endpoints preserved Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
99 B
Batchfile
6 lines
99 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
py -3 guided_installer.py
|
|
if errorlevel 1 python guided_installer.py
|
|
pause
|