impress-2020/src/app/components
Matchu 7015dc3635 [WIP] Add lint exceptions for <img> tags
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!)
2021-11-02 00:55:21 -07:00
..
HangerSpinner.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
HTML5Badge.js Handle OFFICIAL_SWF_IS_INCORRECT for pet layers 2021-08-14 16:46:05 -07:00
ItemCard.js [WIP] UI for isManuallyNc support tool 2021-02-22 19:11:03 -08:00
ItemSearchPageToolbar.js Add search toolbar to item page 2021-09-30 20:04:50 -07:00
MarkdownAndSafeHTML.js Add underline to item list description links 2021-09-06 14:08:43 -07:00
OutfitMovieLayer.js Detect more animated items 2021-07-02 15:40:04 -07:00
OutfitPreview.js [WIP] Fix bug loading movies 2021-11-02 00:11:23 -07:00
OutfitThumbnail.js Use standard image URLs on Your Outfits page 2021-09-03 15:37:38 -07:00
PaginationToolbar.js Paginate the user outfits page 2021-11-01 19:33:40 -07:00
SpeciesColorPicker.js Stop passing null value in SpeciesColorPicker 2021-11-01 16:19:17 -07:00
SquareItemCard.js [WIP] Add lint exceptions for <img> tags 2021-11-02 00:55:21 -07:00
useCurrentUser.js Create Cypress command to log in 2021-04-19 02:22:45 -07:00
useOutfitAppearance.js Move getVisibleLayers to a new shared directory 2021-05-13 17:35:58 -07:00
useRequireLogin.js simulate login with IMPRESS_LOG_IN_AS flag 2021-01-05 23:22:03 -08:00
WIPCallout.js [WIP] Fix app images in Next.js 2021-11-02 00:50:39 -07:00