77d7003 Show on GitHub

  • Author: Miel
  • Date: 2/12/2026, 11:36:02 AM
  • Message: build: SVG components using svg components instead of importing them. So it will interact with the light/darkmode and will be responsive #184
  • Stats: 111 total changes (+98 / -13)

Changed Files

  • src/lib/components/dialog.svelte — +44 / -12 (56 changes)
  • src/lib/components/icons/crossIcon.svelte — +17 / -0 (17 changes)
  • src/lib/components/icons/editIcon.svelte — +16 / -0 (16 changes)
  • src/lib/components/icons/exclamationmarkIcon.svelte — +16 / -0 (16 changes)
  • src/routes/+page.svelte — +1 / -0 (1 changes)
  • static/icons/editIcon.svg — +3 / -0 (3 changes)
  • static/icons/exclamation-icon.svg — +1 / -1 (2 changes)