Add Home Assistant connection, import, and interaction#297
Open
Niutels wants to merge 75 commits intopascalorg:mainfrom
Open
Add Home Assistant connection, import, and interaction#297Niutels wants to merge 75 commits intopascalorg:mainfrom
Niutels wants to merge 75 commits intopascalorg:mainfrom
Conversation
# Conflicts: # packages/editor/src/components/ui/panels/panel-manager.tsx # packages/viewer/src/store/use-viewer.d.ts # packages/viewer/src/store/use-viewer.ts
votong
pushed a commit
to votong/pascal-editor
that referenced
this pull request
May 8, 2026
…mbnails + mobile editor UI Port floorplan item thumbnails, full mobile editor UI, and mobile polish from the private monorepo into the public editor. Monorepo PR pascalorg#297 (feat/item-admin-advanced): - Add optional floorPlanUrl to item asset schema (core) - Render 2D floor-plan images inside item footprints on floorplan - Improve slider drag with modifier key re-anchoring Monorepo PR #302 (feat/mobile-ui): - Mobile editor layout with draggable bottom sheet - Mobile tab bar, selection bar, and panel sheet - Mobile-aware panel manager and panel wrapper - useIsMobile rewrite (useSyncExternalStore, SSR-safe) - Camera actions hideOrbit prop - GridSnapControl and SecondaryToggles exports - Action menu hides on mobile contextual tabs - SidebarTab extended with mobileDefaultSnap/mobileIcon Monorepo PR #306 (feat/mobile-ui-polish): - Touch gesture mapping for camera controls (one/two/three finger) - Snap ratio constants for bottom sheet - Thumbnail generator WebGL2 fallback (bottom-up row flip) - ErrorBoundary scope logging, viewer scene wrap - GPUDeviceWatcher enhanced logging and uncaptured error handler - WebGPURenderer init error handling and diagnostics - Post-processing log improvements - MergedOutlineNode WebGL2 FBO corruption fix Excluded: apps/community/*, apps/editor/*, packages/community-*, .cursor/*, .env.example (monorepo-only files) Co-authored-by: Pascal <open@pascal.app>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Package layout
packages/home-assistantowns the Home Assistant integration logic used by the Pascal editor and Lovelace runtime: discovery/connect helpers, imported resource modeling, smart-home binding presentation, room-control overlays, editor panel pieces, and HA action dispatch helpers.packages/lovelace-cardowns the Home Assistant dashboard card distribution: the custom Lovelace element, embedded Pascal viewer runtime, HA state/action bridge, demo artifact generation, HACS release preparation, and the rootdist/pascal-viewer-card.jsbundle consumed by HACS.Demo
HACS Lovelace embed