feat: Spotify widget on home tab
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Cosmo
2026-05-01 11:18:51 +00:00
parent 2143ccadab
commit feafde37dc
2 changed files with 128 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import VoiceOverlay from '@/components/VoiceOverlay'
import VoiceController from '@/components/VoiceController'
import TimerWidget from '@/components/TimerWidget'
import TimerHomeWidget from '@/components/TimerHomeWidget'
import SpotifyWidget from '@/components/SpotifyWidget'
type Tab = 'home' | 'devices' | 'calendar' | 'notes' | 'settings'
@@ -712,6 +713,9 @@ function HomeTab({ weather, sensors }: { weather: WeatherData | null; sensors: S
<TimerHomeWidget />
</div>
{/* ───── Spotify ───── */}
<SpotifyWidget />
{/* Weather day detail modal */}
{selectedDay && (
<WeatherDayModal