Releases: Zayan-Mohamed/dev-dash
Releases · Zayan-Mohamed/dev-dash
DevDash v1.0.1
Fixed
- Remove unused imports (
RefreshCw,Thermometer,BookOpen,onMount,ExternalLink) fromCompactWeather,GitHubStats,TechNews,Weathercomponents - Remove unused
animationDelayprop andhandleRefreshfunction fromCompactWeather - Fix caught-but-unused
errvariable inTechNewscatch block - Add missing keys to all
{#each}blocks (svelte/require-each-key) acrossGitHubStats,TechNews,TopSites,Omnibar,Settings - Remove useless
{#snippet children()}wrapper inGitHubStats - Disable
svelte/no-navigation-without-resolverule (Chrome extension — all<a href>links are intentionally external) - Auto-format all files to satisfy Prettier CI checks