feat(FN-2266): align PWA and favicon assets with dashboard brand mark
- Replace public logo.svg with the header ring+swoosh geometry to keep branding consistent - Refresh icon-192.png and icon-512.png assets to match the updated dashboard mark - Add PWA tests that validate logo.svg structure and ensure install icon files exist - Document favicon/PWA brand alignment expectations in the dashboard README
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
||||
import { AlertTriangle, ExternalLink, Eye, Loader2, Monitor, Play, RefreshCw, RotateCw, ShieldAlert, Square } from "lucide-react";
|
||||
import type { DetectedDevServerCommand } from "../api";
|
||||
import type { DetectedDevServerCommand, DevServerSession, DevServerState } from "../api";
|
||||
import { useDevServer } from "../hooks/useDevServer";
|
||||
import { useDevServerConfig } from "../hooks/useDevServerConfig";
|
||||
import { useDevServerLogs } from "../hooks/useDevServerLogs";
|
||||
|
||||
Reference in New Issue
Block a user