impress-2020/src/app
Matchu 2dbed8b8c4 Use default values for plain /outfits/new URLs
Previously, if you navigated to /outfits/new without a species or color in the query string, we'd show a blank outfit page, with the species/color picker hidden. Now, we default to a Blue Acara instead!

We don't do anything to handle _invalid_ species/color IDs, but I don't super mind that, because in practice that would require some call site to malform the URL, and I don't super expect that.

This resolves more of the _cause_ of Sentry issue IMPRESS-2020-8, but I'm still wondering how a user got to the URL `/outfits/new?[object+Object]=&objects[]=35185&objects[]=67084`. I'm wondering if the pet loader on the homepage has a bug in Safari? I feel like I heard something like that from the feedback form, too...
2021-01-17 07:43:08 -08:00
..
cached-data Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00
components bug fixes for new ItemCard 2021-01-14 05:34:13 -08:00
images move src/images into src/app/images 2021-01-04 03:49:08 +00:00
WardrobePage Use default values for plain /outfits/new URLs 2021-01-17 07:43:08 -08:00
apolloClient.js show outfit name faster, instead of "Untitled Outfit" 2021-01-05 06:39:12 +00:00
App.js Add Sentry error logging + privacy statement 2021-01-16 10:59:54 -08:00
GlobalFooter.js update chakra imports 2020-12-25 09:08:33 -08:00
GlobalHeader.js simulate login with IMPRESS_LOG_IN_AS flag 2021-01-05 23:22:03 -08:00
HomePage.js Add hidden command to send test error to Sentry 2021-01-16 12:01:28 -08:00
ItemPage.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
ItemPageDrawer.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemPageLayout.js update chakra imports 2020-12-25 09:08:33 -08:00
ItemTradesPage.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
ModelingPage.js update chakra imports 2020-12-25 09:08:33 -08:00
PageLayout.js update chakra imports 2020-12-25 09:08:33 -08:00
PrivacyPolicyPage.js Add Sentry error logging + privacy statement 2021-01-16 10:59:54 -08:00
UserItemsPage.js Try a grid-based view for item lists 2021-01-14 04:58:40 -08:00
UserOutfitsPage.js add explainer text to outfits page WIP callout 2021-01-14 06:45:07 -08:00
util.js Clearer errors when image download fails 2021-01-17 04:42:35 -08:00