imc-vibe/frontend
Christoph Haas caa0d580a0 Replace inline SVGs with svelte-heros named imports
- Replace all inline SVG icons with named imports from svelte-heros
- Use direct file imports (e.g. import Plus from 'svelte-heros/Plus.svelte')
  for optimal tree-shaking and faster compilation
- Icons replaced: Home, GlobeAlt, Users, Mail, Refresh, DocumentText,
  MenuAlt4, ArrowLeft, Plus, Eye, EyeOff, CheckCircle
2026-03-29 15:22:27 +02:00
..
node_modules Fix remaining imc-vibe references in README and bun.lock 2026-03-24 23:44:56 +01:00
src Replace inline SVGs with svelte-heros named imports 2026-03-29 15:22:27 +02:00
static first 2026-03-21 22:41:23 +01:00
bun.lock Add svelte-heros icon library 2026-03-29 15:16:58 +02:00
package.json Add svelte-heros icon library 2026-03-29 15:16:58 +02:00
svelte.config.js first 2026-03-21 22:41:23 +01:00
tsconfig.json first 2026-03-21 22:41:23 +01:00
vite.config.ts Add Vite proxy for API requests to backend during development 2026-03-23 22:03:24 +01:00