forked from OpenNeo/impress-2020
There are some places where we use <img> tags where I think it's actually just the right thing to do.
`next/image` is good for image optimization, but I don't think it's worth the proxying for Neopets art images that don't actually always have a higher-res version to begin with.
Idk, maybe the species faces could be a decent choice, but right now we're solving it with `srcSet`, and that's fine. Doesn't seem worth migrating, let's just move on with our lives! 😅
I'm still leaving the lint rule on though, because I think it's a helpful reminder. (I don't think it catches `<Box as="img" />` though, which is a shame, because that would be our natural default in this app!)
|
||
|---|---|---|
| .. | ||
| cached-data | ||
| components | ||
| images | ||
| ItemPage | ||
| WardrobePage | ||
| apolloClient.js | ||
| App.js | ||
| ConversionPage.js | ||
| GlobalFooter.js | ||
| GlobalHeader.js | ||
| HomePage.js | ||
| InternalAssetImagePage.js | ||
| ItemPage.js | ||
| ItemPageDrawer.js | ||
| ItemPageLayout.js | ||
| ItemSearchPage.js | ||
| ItemTradesPage.js | ||
| ModelingPage.js | ||
| PageLayout.js | ||
| PrivacyPolicyPage.js | ||
| SupportPetAppearancesPage.js | ||
| UserItemListPage.js | ||
| UserItemListsIndexPage.js | ||
| UserOutfitsPage.js | ||
| util.js | ||