Patch Changes
-
#426
934992cThanks @michaeltaranto! - refactor: Improve internal structure enable UI flexibility -
#435
f1f7869Thanks @felixhabib! - Ensure UI size adapts to mobile browser toolbars that appear and disappear.Use dynamic viewport units to ensure the UI remains responsive across different devices.
-
#439
61654dcThanks @michaeltaranto! - Migrate top-level layout to CSS GridRefactor the top-level layout of Playroom to use CSS Grid in preparation for upcoming UI features.
Additionally, migrate away from
re-resizablepackage for panel resizing in favour of a custom implementation to improve UI performance. -
#438
4ae409aThanks @michaeltaranto! - Remove legacy undocked editor modeAn earlier version of Playroom had support for an undocked editor mode, previously hidden from the UI due to being buggy.
Removing this code in preparation for UI uplift work. -
#440
a3e9893Thanks @michaeltaranto! - Refactor internal space and radius tokensEvolve the internal space and radius scales to be more fit for purpose with upcoming UI work.