mirror of
https://github.com/Matysh/houseplan-card
synced 2026-08-01 00:48:29 +00:00
v1.54.0: live robot vacuums
The plan shows the robot at work: the marker stays at its dock while a puck drives the plan, calibration is one click or a drag-and-stretch overlay, and the path is recorded server-side (current + previous run) with never/cleaning/always display modes. Also: glow is the default fill for new spaces, and the run-target search renders again.
This commit is contained in:
@@ -42,7 +42,7 @@ import { cardStyles } from './styles';
|
||||
import { fitInSquare, contentBounds, spaceModels } from './space-geometry';
|
||||
import { langOf, t, type I18nKey } from './i18n';
|
||||
|
||||
const CARD_VERSION = '1.53.1';
|
||||
const CARD_VERSION = '1.54.0';
|
||||
const LS_KEY = 'houseplan_card_layout_v1';
|
||||
const LS_CFG = 'houseplan_card_cfg_v1'; // cache of the server config+layout for instant rendering
|
||||
const LS_ZOOM = 'houseplan_card_zoom_v1';
|
||||
|
||||
Reference in New Issue
Block a user