1f1af99 Show on GitHub

  • Author: Suleyman Huzeyfe Gokgul
  • Date: 1/21/2026, 12:03:56 PM
  • Message: Merge pull request #212 from fdnd-agency/dynamisch-dashboard Dynamisch dashboard
  • Stats: 2230 total changes (+1286 / -944)

Changed Files

  • package-lock.json — +60 / -13 (73 changes)
  • package.json — +2 / -1 (3 changes)
  • src/app.html — +1 / -5 (6 changes)
  • src/lib/assets/svg/CompareIcon.svelte — +16 / -0 (16 changes)
  • src/lib/assets/svg/DocumentIcon.svelte — +16 / -0 (16 changes)
  • src/lib/assets/svg/EmptyStateIcon.svelte — +16 / -0 (16 changes)
  • src/lib/components/animations/PageLoader.svelte — +2 / -2 (4 changes)
  • src/lib/components/buttons/Button.svelte — +57 / -67 (124 changes)
  • src/lib/components/cards/ArticleCard.svelte — +0 / -8 (8 changes)
  • src/lib/components/cards/ComparisonCard.svelte — +292 / -0 (292 changes)
  • src/lib/components/cards/GradingCard.svelte — +20 / -40 (60 changes)
  • src/lib/components/cards/ProgressCard.svelte — +88 / -0 (88 changes)
  • src/lib/components/cards/StatCard.svelte — +79 / -68 (147 changes)
  • src/lib/components/charts/CircleGraph.svelte — +28 / -45 (73 changes)
  • src/lib/components/dashboard/BottomSection.svelte — +53 / -0 (53 changes)
  • src/lib/components/dashboard/ContinueGradingSection.svelte — +192 / -0 (192 changes)
  • src/lib/components/dashboard/DashboardHeader.svelte — +117 / -0 (117 changes)
  • src/lib/components/dashboard/StatsSection.svelte — +65 / -0 (65 changes)
  • src/lib/components/layout/Footer.svelte — +3 / -3 (6 changes)
  • src/lib/css/styleguide.css — +46 / -38 (84 changes)
  • src/lib/helpers/dashboardStats.js — +29 / -0 (29 changes)
  • src/routes/+page.server.js — +39 / -0 (39 changes)
  • src/routes/+page.svelte — +65 / -654 (719 changes)