Files
veille-ia-gen/app/static/icons.svg
T
cyber-mawonaj ff26136dfb feat(app) : socle SvelteKit phase 0 — SSO, thème OKI, adapter-node
- Scaffold SvelteKit 2 + Svelte 5 (runes), TypeScript strict, adapter-node
- Auth SSO via header Ynh-User (hooks.server) ; accueil public minimal sans header,
  401 sur toute autre route ; DEV_USER en dev local uniquement
- Design system OKI : tokens, thème sombre par défaut, clair opt-in anti-FOUC,
  flag-bar, fonts Archivo/Inter self-hébergées, sprite icons.svg (zéro emoji)
- CSP via kit.csp (mode nonce) + en-têtes de sécurité ; paths.base configurable
  au build (BASE_PATH) pour le sous-chemin YunoHost, paths.relative = false
- i18n fr (structure prête gcf/en), pages : accueil public/privé, erreurs designées
- Tests vitest : résolution SSO + routes publiques (10 cas)
- Vérifié : check/lint/test/build verts, test fumée HTTP sur build (SSO, CSP,
  sous-chemin /veille), zéro emoji et zéro domaine tiers dans le build
2026-08-01 09:18:27 -04:00

43 lines
1.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<svg xmlns="http://www.w3.org/2000/svg" style="display: none">
<!-- Set SVG veille-ia (conventions OKI : viewBox 24×24, stroke 2 px, currentColor, angles nets).
Usage : <use href="icons.svg#id" /> via le composant Icon.svelte. -->
<symbol id="ka" viewBox="0 0 24 24">
<!-- Tambour ka : icône maîtresse -->
<path d="M7 3h10l2 18H5L7 3z" />
<path d="M5 8h14M6 15h12" />
<path d="M9 3v5M15 3v5" />
</symbol>
<symbol id="accueil" viewBox="0 0 24 24">
<path d="M3 12l9-9 9 9" />
<path d="M5 10v11h14V10" />
</symbol>
<symbol id="registre" viewBox="0 0 24 24">
<path d="M4 4h16v16H4z" />
<path d="M8 8h8M8 12h8M8 16h5" />
</symbol>
<symbol id="profils" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="4" />
<path d="M4 21l2-5h12l2 5" />
</symbol>
<symbol id="cible" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="9" />
<circle cx="12" cy="12" r="4" />
<path d="M12 1v4M12 19v4M1 12h4M19 12h4" />
</symbol>
<symbol id="alerte" viewBox="0 0 24 24">
<path d="M6 16v-5a6 6 0 0 1 12 0v5l2 3H4l2-3z" />
<path d="M10 21a2 2 0 0 0 4 0" />
</symbol>
<symbol id="cle" viewBox="0 0 24 24">
<circle cx="8" cy="12" r="5" />
<path d="M13 12h9M18 12v4M21 12v3" />
</symbol>
<symbol id="avertissement" viewBox="0 0 24 24">
<path d="M12 3L22 20H2L12 3z" />
<path d="M12 10v4M12 17v0.5" />
</symbol>
<symbol id="verifie" viewBox="0 0 24 24">
<path d="M3 13l6 6L21 5" />
</symbol>
</svg>