Cosmo
e328055851
feat(design): FocusCard hero, CountdownCard, data-* palette, swipe, touch-targets
...
Deploy / deploy (push) Successful in 3m8s
Big design pass across Home + tokens + components.
— globals.css: new data-* palette (cool/warm/hot/good/info/rose/violet/mood)
with theme-aware variants, .grain overlay utility, .num-display
typography helper, .hit-zone 44px wrapper, .eyebrow label, .focus-card
base, focus-visible outline-offset 3px, space/touch scale vars.
— FocusCard.tsx: context engine — пять состояний (morning-outfit,
tram-imminent, event-upcoming, countdown, bill-due, night, quiet).
Auto-rotates by hour + live data. 96px display numbers, accent-mixed
surfaces, grain overlay.
— CountdownCard.tsx + /api/countdowns: rotating 8s list, persistent
/data/tablet-countdowns.json, full CRUD. Default seeded with Токио.
— HomeTab: replaced plain Weather hero with FocusCard, added Row 4
with CountdownCard. Pulls trams + countdowns for the Focus context.
— Swipe between tabs: pointer-level detection on <main>, data-swipe-ignore
bails out inside modals + note swipe-to-delete + voice overlay.
— Touch-target sweep: TopBar HA dot → 44px hit-zone, sensor chip 44px
min-height, forecast day buttons 92px min, DeviceCard toggle 60x36,
CalendarTab prev/next/close/list all 44x44, NotesTab buttons 44x44,
TimerHomeWidget + 44x44, WeatherDayModal chevrons 48x48, close 48.
— Hardcoded hex → data-* tokens: TopBar sensors, TransportWidget routes
(via color-mix), DeviceCard full rewrite (per-kind accent, glass
removed in favor of color-mix surfaces + proper mock-state treatment),
NotesTab palette refreshed to match dark theme.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-23 18:24:23 +00:00
Cosmo
121bf30ab1
redesign: bento home + semantic tokens + solid cards
...
Deploy / deploy (push) Successful in 2m43s
- introduces semantic CSS tokens (--surface-1/2/3, --border-subtle/strong,
--hairline, --shadow-sm/md/lg/xl) with distinct dark and light values;
fixes broken light theme caused by hardcoded rgba(255,255,255,X)
- drops glassmorphism on cards — solid var(--surface-1) with 1px border
and layered shadows; glass kept only for aurora page background
- introduces .card/.card-raised/.card-hero utility classes
- Home page restructured into a bento grid:
* greeting row with inline day/date
* hero weather (64px number, large icon, ощущается/влажность/ветер)
next to the tram widget (1fr 1.1fr)
* forecast as a single hairline-separated band (no per-day cards)
* events+notes in a 2-column grid; events card combines today and
tomorrow with a divider; notes card styled via surface tokens
- TransportWidget repainted to use tokens, larger numbers (32px for the
next arrival), imminent highlight uses color-mix against surface-2
2026-04-23 08:30:03 +00:00
Cosmo
bce9578fa1
feat: redesigned Home (weather+forecast bar, today+tomorrow, pinned notes), fix snow animation, scrollable weather modal, weather hints
Deploy / deploy (push) Has been cancelled
2026-04-22 20:58:05 +00:00
Cosmo
494126c7d4
feat: animated SVG weather icons + dynamic gradient background by weather/time
Deploy / deploy (push) Failing after 2m6s
2026-04-22 20:09:13 +00:00
Cosmo
690db4c6cf
feat: event editing, light/dark theme, device animations, 7-day forecast
Deploy / deploy (push) Has been cancelled
2026-04-22 19:56:38 +00:00
Cosmo
eb644ff341
feat: premium UI redesign — glassmorphism, gradient accents, ambient background
Deploy / deploy (push) Successful in 2m40s
2026-04-22 18:38:31 +00:00
Cosmo
311ae1dc4b
feat: full redesign - sidebar layout, room tabs, device cards
Deploy to Coolify / deploy (push) Successful in 3s
2026-04-22 11:05:41 +00:00
Cosmo
98fdcafb73
fix: weather modal, remove tasks/savings, fix HA controls, safe-area BottomNav
Deploy to Coolify / deploy (push) Successful in 3s
2026-04-22 10:42:41 +00:00
Cosmo
088cd35ea6
feat: new layout, rooms row, fix weather+HA, fix BottomNav overflow
...
Deploy to Coolify / deploy (push) Successful in 5s
- Remove TasksCard and SavingsCard from home tab
- New grid layout: lights+thermostat row 1, purifier+weather row 2
- Add RoomsRow component with room navigation
- Fix HA entity mapping: fan.zhimi_rmb1_9528_air_purifier → fan.air_purifier
- Add real entity aliases for HA route
- Fix weather route: add timeout, better error handling
- Fix BottomNav: use 100dvh + flex-shrink-0
- TopBar: accept isDemo prop, show Demo badge in header
- WeatherCard: compact prop, better loading/error states
- globals.css: add no-scrollbar utility
2026-04-22 10:33:20 +00:00
Cosmo
ecf69400f6
redesign: glassmorphism UI with big cards, 3-col layout, ambient orbs
Deploy to Coolify / deploy (push) Successful in 4s
2026-04-22 10:23:57 +00:00
Cosmo
9044869fa4
feat: initial smart home dashboard
...
Deploy to Coolify / deploy (push) Successful in 44s
- Next.js 14 + TypeScript + Tailwind CSS
- Glassmorphism design with ambient orbs
- Cards: Light x2, Temperature, AirPurifier, Tasks, Weather, Savings
- Home Assistant integration (demo mode if no token)
- Vikunja tasks API
- Pulse savings API
- wttr.in weather
- Framer Motion animations
- Dark/light theme toggle
- Bottom navigation
- Dockerfile for deployment
2026-04-22 10:00:41 +00:00