v1.3.1
Fixes
- Route card button flash on load - removed server-side rendered cards; grid now starts empty and is populated by JS only.
- #59 - Route disable/enable loses service URL in multi-config mode - service was not found when defined in a separate file from the router. Now searches all config files and restores to the correct file on re-enable.
- View Details not opening for some routes - detail panel lookup now uses the latest refreshed app data instead of the stale initial snapshot.
- Login page theme icon missing - switched from
phosphor.jstophosphor.cssto match the rest of the app. - Service worker CORS error - removed stale CDN prefetch entries from the service worker that were left over from before the offline bundle.
- Deprecated PWA meta tag - added
mobile-web-app-capablealongside the existing Apple variant. - Route card action buttons - removed pill border and background; buttons are now bare colored icons.
- Log tab mobile layout - log entries use a two-line layout on mobile; stats cards stack vertically on narrow screens.