This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user