1
0
Fork 0
forked from OpenNeo/impress
impress/src/app/WardrobePage
Matchu d41f80518a fix bug to resize PosePicker when it changes
Previously, toggling between the two PosePicker modes could dramatically disrupt the layout, because Popover didn't know to re-measure itself.

In this change, we add a hacky workaround to simulate a window resize event in moments when we know the content is changing. (The realistic ideal solution would still have these manual triggers, but would use an official API in Chakra to notify the Popper instance directly.)
2020-08-29 14:19:43 -07:00
..
support fix bug to resize PosePicker when it changes 2020-08-29 14:19:43 -07:00
index.js add Support mode to PosePicker 2020-08-28 22:58:59 -07:00
Item.js remove stray unused outfitState prop 2020-08-20 21:46:32 -07:00
ItemsAndSearchPanels.js dark mode first draft! 2020-08-12 00:37:31 -07:00
ItemsPanel.js dark mode first draft! 2020-08-12 00:37:31 -07:00
OutfitControls.js add Support mode to PosePicker 2020-08-28 22:58:59 -07:00
PosePicker.js fix bug to resize PosePicker when it changes 2020-08-29 14:19:43 -07:00
SearchPanel.js fix bug where search error states are hidden 2020-08-19 18:11:40 -07:00
useOutfitState.js add Support mode to PosePicker 2020-08-28 22:58:59 -07:00
WardrobeDevHacks.js add zone restrict hack tools 2020-08-28 00:12:41 -07:00