furtka/webinstaller
Daniel Maksymilian Syrnicki 8b00873da2 fix(webinstaller): delay reboot so the rebooting page can fetch CSS
The reboot route fired systemctl reboot in parallel with returning
the rebooting HTML. The browser's follow-up request for /static/style.css
was racing the shutdown — often the server was already gone, leaving
the page unstyled (inline SVG rendered at full viewBox size, filling
the screen). A small sleep gives the browser time to pull CSS + icons
before the network drops.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 09:24:05 +02:00
..
static feat: install progress bar + fix docker group creation order 2026-04-14 17:07:57 +02:00
templates feat: console welcome with proksi.local + post-install reboot flow 2026-04-14 18:08:59 +02:00
app.py fix(webinstaller): delay reboot so the rebooting page can fetch CSS 2026-04-15 09:24:05 +02:00
drives.py feat: webinstaller writes archinstall config + execs install, styled 2026-04-14 10:54:49 +02:00
requirements.txt Fix installer basics: syntax, secrets, consolidation 2026-04-13 19:44:29 +02:00