feat: PWA reparieren + Android TWA Infrastruktur#293
Merged
Conversation
- Generiert pwa-192x192.png, pwa-512x512.png aus favicon.svg - Generiert pwa-maskable-512.png (10% Safe-Zone-Padding fuer Android Adaptive Icons) - Manifest: theme_color #4f46e5, background_color, display standalone, display_override, start_url mit ?source=pwa, id, lang, shortcuts - Maskable-Icon im Manifest eingetragen (purpose: maskable) - assetlinks.json in frontend/public/.well-known/ (Fingerprints: Platzhalter) - nginx: expliziter Block fuer /.well-known/assetlinks.json mit JSON Content-Type und CORS-Header Naechster Schritt: Keystore generieren, Fingerprints in assetlinks.json eintragen, dann Bubblewrap (Phase 3).
- BoltLogo.vue: Blitz mit Charge-Fill-Animation (Pageload, Hover, 16s-Idle-Loop), light-Variante fuer Indigo-Navbar, respektiert prefers-reduced-motion - PublicNav.vue: auf /start-Design umgebaut (sticky, backdrop-blur, max-w-7xl), gruener Accent-Strip integriert, GitHub-Link von Startseite uebernommen - LandingPageView + LandingPageV2View: Inline-Navs entfernt, nutzen PublicNav - App.vue: BoltLogo (light) statt Heroicons-Blitz im eingeloggten Navbar - BrandIcon.vue: Ring+Auto-Icon (Basis fuer kuenftiges Loading-Icon und App-Icon)
- Rate-Limiting in CI deaktivieren (UI-Logins der Tests überschreiten 10/5min pro IP) - Spring-Cache in CI deaktivieren (Warmup cachte leere topModels-Liste vor Testdaten-Setup) - global-setup legt einen Ladevorgang an (Dashboard-Filter + Landing-Preview brauchen Logs) - Zeitraum-Filter-Test: stale Locator durch data-testid ersetzt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pwa-192x192.png,pwa-512x512.png) - waren im Manifest referenziert aber fehlten, was den Installationsprompt gebrochen hatpwa-maskable-512.png) für Android Adaptive Icons (Safe-Zone-Padding 10%)theme_color #4f46e5,background_color,display_override,start_url ?source=pwa,id,lang, Shortcut "Ladevorgang erfassen"assetlinks.jsoninfrontend/public/.well-known/mit Upload-Key-Fingerprint (Google Play Signing Fingerprint folgt nach erstem AAB-Upload)/.well-known/assetlinks.jsonmitContent-Type: application/jsonundAccess-Control-Allow-Origin: *Hinweis
Kein TWA-App-Build (Bubblewrap) - Migration direkt zu Capacitor (Android + iOS) geplant. Die PWA-Fixes und assetlinks.json sind für Capacitor wiederverwendbar.
Test plan
https://ev-monitor.net/manifest.webmanifestnach Deploy prüfen: theme_color, icons, start_urlhttps://ev-monitor.net/.well-known/assetlinks.jsonerreichbar mit Content-Type application/jsonnpx lighthouse https://ev-monitor.net --only-categories=pwa