feat: event editing, light/dark theme, device animations, 7-day forecast
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
This commit is contained in:
@@ -255,7 +255,7 @@ export default function TopBar({ weather, sensors, haConnected }: TopBarProps) {
|
||||
fontSize: 11, color: 'var(--text-secondary)', textTransform: 'uppercase',
|
||||
letterSpacing: '0.1em', fontWeight: 600, marginBottom: 14,
|
||||
}}>
|
||||
Прогноз на ближайшие дни
|
||||
Прогноз на неделю
|
||||
</div>
|
||||
<div style={{ display: 'flex', flexDirection: 'column', gap: 8 }}>
|
||||
{weather.forecast.map(day => {
|
||||
|
||||
Reference in New Issue
Block a user