Major restructure of Wild Central's web UI: New pages: - Dashboard: infrastructure health (Cloudflare token, DDNS sync, daemon status, gateway router guidance, cert warnings) - Services: every registered service with expandable rows showing DNS, proxy, TLS, DDNS status. Custom TCP routes section. Advanced HAProxy management collapsed at bottom. Sidebar restructured into two groups: - Services: Dashboard, Services - Central: Firewall, VPN, CrowdSec, DHCP Deleted 7 pages + 7 components (2501 lines removed): - CentralPage, CloudflarePage, DdnsPage, DnsPage, LanDnsPage, CertificatesPage, IngressProxyPage - CentralComponent, CloudflareComponent, DdnsComponent, DnsComponent, LanDnsComponent, IngressProxyComponent, DnsmasqSection All hooks and API services kept unchanged — reused in new components. Type-check and production build pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
328 B
TypeScript
8 lines
328 B
TypeScript
export { Message } from './Message';
|
|
export { AppSidebar } from './AppSidebar';
|
|
export { ErrorBoundary, ErrorFallback } from './ErrorBoundary';
|
|
export { DhcpComponent } from './DhcpComponent';
|
|
export { DownloadButton } from './DownloadButton';
|
|
export { CopyButton } from './CopyButton';
|
|
export { HelpPanel } from './HelpPanel';
|