Patch Changes
-
#426
934992c
Thanks @michaeltaranto! - refactor: Improve internal structure enable UI flexibility -
#435
f1f7869
Thanks @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
61654dc
Thanks @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-resizable
package for panel resizing in favour of a custom implementation to improve UI performance. -
#438
4ae409a
Thanks @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
a3e9893
Thanks @michaeltaranto! - Refactor internal space and radius tokensEvolve the internal space and radius scales to be more fit for purpose with upcoming UI work.