littleshop/LittleShop/wwwroot/js
SysAdmin 0a08d1a943 Fix: Loading screen now waits for Blazor.start() on all pages
Problem:
- Loading screen was hiding immediately without waiting for Blazor
- Page detection logic was too restrictive (only /blazor paths)
- Most admin pages don't have Blazor components, so screen hid instantly

Solution:
- Blazor Server is loaded on ALL admin pages via _Layout.cshtml
- Removed restrictive path checking (was checking for /blazor or components)
- Now always calls Blazor.start() and waits for SignalR connection
- Loading screen properly shows while SignalR establishes connection

Expected behavior:
- First load: Screen shows → Blazor connects → Screen fades out
- Console: "Starting Blazor Server..." → "Started successfully" → "Hiding"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 11:54:53 +01:00
..
blazor-integration.js Fix: Loading screen now waits for Blazor.start() on all pages 2025-10-06 11:54:53 +01:00
holographic-effects.js PWA-implementation 2025-09-01 04:49:05 +01:00
modern-mobile.js Configure push notifications for internal-only access 2025-09-30 21:15:42 +01:00
notifications.js Fix: Prevent notification prompt from reappearing after timeout 2025-10-02 14:44:10 +01:00
product-variants.js Fix: Add Price field to variant collection editor 2025-10-03 18:45:13 +01:00
pwa-fixed.js CI/CD: Add GitLab CI/CD pipeline for Hostinger deployment 2025-10-01 13:10:48 +01:00
pwa.js Fix: Blazor Server loading screen now works correctly 2025-10-06 11:45:08 +01:00