- Runtime container env injected by docker/entrypoint.sh -> runtime-env.js
(loaded before the bundle); src/lib/runtime-env.ts reads it.
FABRIC_OIDC_ONLY hides the password form; FIX_TO_CENTER pins the
Center base and hides its input. Dockerfile ENTRYPOINT + ENV defaults.
- LoginPage: 'Sign in with SSO' when /auth/oidc/status enabled; password
form gated by OIDC_ONLY; center input gated by FIX_TO_CENTER.
- /oidc route (OidcCallback) redeems the fragment ticket via
/auth/oidc/exchange and adopts the session (AuthContext.adoptSession).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Thicken the mark's strokes (mask dilation ~2.2%) so it reads at
tab size; SVG re-traced + all PNGs regenerated, deeper green
#1DB800 kept.
- The tab kept showing a stale icon because the favicon URL never
changed across edits (browsers cache favicons very aggressively).
Version the hrefs (?v=3) to force a refetch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- favicon.svg: the mark vectorized (OpenCV contour trace of the
artwork, even-odd fill) -> crisp at any tab size, ~3KB. Set as the
primary <link rel=icon type=image/svg+xml> with PNG fallbacks.
- Deepen the green: same hue, full saturation, ~72% value
(#1DB800) and embolden faint anti-aliased strokes (alpha gamma)
so it no longer looks washed-out at favicon size.
- All PNGs (16/32/256, apple-touch, icon-512) regenerated to match.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace placeholder favicon.svg with the designed Fabric icon as a PNG
favicon set (16/32/256), apple-touch-icon (180), icon-512; document
title -> 'Fabric'; theme-color black to match the icon.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>