Skip to content

Releases: Zayan-Mohamed/dev-dash

DevDash v1.0.1

08 Mar 19:11
v1.0.1
3a1a030

Choose a tag to compare

Fixed

  • Remove unused imports (RefreshCw, Thermometer, BookOpen, onMount, ExternalLink) from CompactWeather, GitHubStats, TechNews, Weather components
  • Remove unused animationDelay prop and handleRefresh function from CompactWeather
  • Fix caught-but-unused err variable in TechNews catch block
  • Add missing keys to all {#each} blocks (svelte/require-each-key) across GitHubStats, TechNews, TopSites, Omnibar, Settings
  • Remove useless {#snippet children()} wrapper in GitHubStats
  • Disable svelte/no-navigation-without-resolve rule (Chrome extension — all <a href> links are intentionally external)
  • Auto-format all files to satisfy Prettier CI checks