impress-2020/src/app/components
Matchu d59a4948a0 fix species/color dropdown focus bug
Oops, creating a new `SpeciesColorPicker` fn on each render meant that React treated it as a whole new dropdown each time. I've extracted it out into a stable component class, and just pass in the extra props now!

This bug caused changes to kick you out of focus for the dropdown, because it had unmounted and remounted.
2020-12-04 13:01:39 -08:00
..
HangerSpinner.js use corner spinner on item page, and fix delay bug 2020-09-13 04:12:14 -07:00
ItemCard.js add pb badge to pb items, instead of nc/np badge 2020-11-08 15:13:30 -08:00
OutfitMovieLayer.js fix bug with items with %20 in movie clip URL 2020-10-28 00:29:32 -07:00
OutfitPreview.js fix missing pause/play button for some animations 2020-11-08 16:17:07 -08:00
SpeciesColorPicker.js fix species/color dropdown focus bug 2020-12-04 13:01:39 -08:00
useCurrentUser.js can add own/wanted items from item page 2020-10-22 21:20:49 -07:00
useOutfitAppearance.js hooray, animated items seem to be working?! ^w^ 2020-09-22 03:53:48 -07:00
WIPCallout.js add WIP callout to item page 2020-10-10 02:17:21 -07:00