Cosmo
0523482aa1
feat(home): tram arrival widget for Ул. Антонова-Овсеенко
...
Deploy / deploy (push) Successful in 3m10s
Adds a live transit widget on the home screen showing upcoming trams
at both directions of the stop: toward Новочеркасская (stopID 16226)
and toward пр. Большевиков (stopID 16354).
- /api/transport proxies the СПб ORGP endpoint /stop/{id}/arriving
(DataTables POST format, JSON response with route number + minutes).
No auth required, free.
- TransportWidget renders two glassmorphism cards with route badges,
minutes-to-arrival, wheelchair indicator; imminent (<=2 min) arrivals
get a colored highlight. Filters to trams 23/27/39; refreshes every 30s.
- Route colors: 23 blue, 27 amber, 39 purple.
2026-04-23 08:05:15 +00:00
Cosmo
b0fb9d0c54
fix: 4 bugs — MSK today events, settings scroll, note dates, persistent notes volume
...
Deploy / deploy (push) Successful in 4m35s
- calendar API: today/week ranges use Moscow time (UTC+3) instead of UTC — previously today events did not appear until 03:00 MSK
- settings tab: add -webkit-overflow-scrolling: touch + touchAction pan-y for tablet scroll
- NotesTab: add date picker (pinDate) in editor header + date badge in list
- home: pinnedNotes now filters by pinDate (today or future), falls back to latest
- notes/auth: storage moved from /tmp to /data (falls back to /tmp if /data missing)
- deploy workflow: mount /opt/digital-home/smart-home-tablet-data:/data so notes survive redeploys
2026-04-23 06:13:16 +00:00
Cosmo
3a93d5bbea
feat: remove weather from TopBar, clickable forecast days with detail modal (feels like, humidity, wind, precip)
Deploy / deploy (push) Successful in 3m8s
2026-04-22 21:00:37 +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
bc01443f03
feat: Notes tab (notes + shopping lists), fix 7-day forecast layout, fix screensaver dismiss
Deploy / deploy (push) Successful in 2m54s
2026-04-22 20:29:33 +00:00
Cosmo
a7611b46c4
fix: date input overflow, 7-day forecast on Home, screensaver button in settings
Deploy / deploy (push) Successful in 2m45s
2026-04-22 20:19:04 +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
1d330f0f41
feat: settings (PIN change, city selector, logout), greeting, screensaver, tab animations, HA status
Deploy / deploy (push) Has been cancelled
2026-04-22 19:48:53 +00:00
Cosmo
4e4d434c0b
fix: client-side auth check instead of middleware rewrite
Deploy / deploy (push) Successful in 2m38s
2026-04-22 19:19:33 +00:00
Cosmo
1a529fc23e
feat: add PIN lock screen auth + calendar owner filter toggles
Deploy / deploy (push) Successful in 2m49s
2026-04-22 18:50:56 +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
38a64ff9c8
feat: google calendar integration, calendar tab, redesign home/devices tabs
Deploy to VM / deploy (push) Failing after 1s
2026-04-22 12:44:15 +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
9c01fd235f
fix: native button toggles, scroll enabled, remove whileHover interference
Deploy to Coolify / deploy (push) Successful in 4s
2026-04-22 11:00:24 +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
56d03ae781
fix: cast to any for _mock property in settings
Deploy to Coolify / deploy (push) Successful in 4s
2026-04-22 10:34:06 +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