Conversation
Port floorplan item thumbnails, full mobile editor UI, and mobile polish from the private monorepo into the public editor. Monorepo PR #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)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
2445aa6 to
95f3911
Compare
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.
Monorepo → Editor Sync
Backports three monorepo PRs into the public editor:
Monorepo PR #297 — Floorplan item thumbnails
floorPlanUrlto item asset schema (@pascal-app/core)Monorepo PR #302 — Mobile editor UI
BottomSheet,EditorLayoutMobile)useIsMobilerewrite usinguseSyncExternalStore(SSR-safe, no hydration mismatch)EditorLayoutV2auto-switches to mobile layout at<768pxhideOrbitprop for mobileGridSnapControl+SecondaryTogglesexports in view-togglesSidebarTabextended withmobileDefaultSnap/mobileIconPanelManagermobile path: selection bar + sheet instead of floating panelPanelWrapperstrips its header on mobile (sheet provides its own)use-editorstore:mobilePanelSheetHeight,isCaptureModeMonorepo PR #306 — Mobile UI polish
0.5,0.66)ErrorBoundaryscope logging + viewer scene wrapGPUDeviceWatcher: enhanced logging, uncaptured error handlerWebGPURendererinit: try/catch with diagnostics[viewer/post-processing]prefix)MergedOutlineNodeWebGL2 FBO corruption fix (skip renderer state manipulation when idle)Excluded (monorepo-only)
apps/community/*,apps/editor/*,packages/community-*,.cursor/*,.env.exampleValidation
@pascal-app/coretypecheck@pascal-app/viewertypecheck@pascal-app/editortypecheck (pre-existing errors only in site-panel, zone-tree-node, scene.ts)