mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-26 19:50:15 +00:00
39121650d4
Add a power button (⏻) in the title bar that gracefully stops the WebUI server process from the browser. - api/routes.py: POST /api/shutdown endpoint with threaded os._exit(0) - static/boot.js: shutdownServer() with confirm prompt, BroadcastChannel cross-tab notification, and _showServerStopped() placeholder UI - static/index.html: shutdown button HTML in title bar (after reload btn) - static/style.css: .app-titlebar-shutdown styles, hover turns red