0aaf1adb29
Add Support tool for OFFICIAL_SVG_IS_INCORRECT
...
Inspired by the "Flying in an Airplane" bug (item 82287), where the official SVG (and I think SWF) were visually glitched and included both zones in the image, but the official PNG was correct.
This flag lets us use the PNG, like the official player does—but only for this item, while still keeping SVGs for everyone else!
2021-03-12 04:01:35 -08:00
15d4a27657
Link to both new and old manifests in item support
2021-03-11 08:52:46 -08:00
78354a35d0
Support ?v= for SVG URLs, too
2021-03-11 08:46:08 -08:00
f6f8d3200a
Handle ?v= at the end of canvas library URL
2021-03-11 06:38:03 -08:00
dc3008a675
Okay, not _everything_ is on the new manifest URLs
...
Gonna have to start guessing stuff now!
2021-03-11 02:57:44 -08:00
e220b4e5e1
Whoops, biology still uses old manifest URLs
...
Huh. Okay! 🤷♀️
2021-03-11 02:35:13 -08:00
cfbb23d9ff
Keep track of when manifest was last cached
...
Can use this later to make sure we re-run them on a regular interval or something!
2021-03-11 02:23:40 -08:00
46066807ad
Update to the new manifest URL format
...
I guess they dropped the hashes! Well, we're very behind on conversion now lol!
2021-03-11 02:16:42 -08:00
d5336cafc4
Add manifest & movie buttons to item support modal
...
Helpful for debugging HTML5 conversion and making sure we're up to date!
2021-03-11 02:04:04 -08:00
197c623426
delete-user.js script
...
I already had a script for this lying around, and adapted it a tiny bit to the repository!
Part of me thought about building it in as a support tool. I might've if:
- this CLI didn't already exist
- we already had tighter permissioning, this is pretty high stakes!!
2021-03-10 05:19:51 -08:00
2f36f8a0e8
Export individual user to auth0
2021-03-10 05:18:31 -08:00
9f61250f05
Ignore unknown body IDs in item compatibility data
2021-02-22 20:00:38 -08:00
7ca548bae0
Wire up the NC support tool for real!
2021-02-22 19:37:24 -08:00
9b16cb8f91
[WIP] Add PB field to NC support tool
...
Just for clarity!
2021-02-22 19:24:33 -08:00
0ae26a6633
[WIP] UI for isManuallyNc support tool
2021-02-22 19:11:03 -08:00
281fdccb89
Upgrade Chakra, remove tooltip flicker workaround
2021-02-22 19:00:47 -08:00
c539471afa
Add is_manually_nc flag
...
for items that are NC, but aren't marked with r500 on Neopets.com!
2021-02-22 18:05:44 -08:00
614dc0795a
Switch to bottom tooltips for zone/html5 info
...
I've decided that covering up the species faces with other species info is too weird! It feels like it's removing some ability to cross-reference.
A cool UI affordance would be to have this and the faces interact with each other, like you can hover to highlight the relevant species faces, or even vice-versa, to show the relevant zones for this species. But that's probably way overkill for this relatively niche feature.
2021-02-12 18:35:16 -08:00
b276714fc1
Oops, fix layout bug in restricted zones
...
Too much nowrap! Looked very bad on "Ceremonial Shenkuu Warrior Armour", lol
2021-02-12 18:33:14 -08:00
8e806d178d
Visually de-emphasize species counts for zones
2021-02-12 18:31:12 -08:00
09cc2e6a2b
Don't allow line breaks in zone list items
...
Some looked really bad in the new design, like Jewelled Staff, which was breaking between the words "2 species", making a real bad tooltip target too.
Now, there's no line breaks allowed inside a list item at all! We force it to break between items, instead. (Could have also maybe implemented this with flex wrapping? This seemed like a straighter path, but…)
2021-02-12 18:25:08 -08:00
7183f0725c
Add zone restrict to item page, too
...
I knew I was forgetting something! lol
2021-02-12 18:15:45 -08:00
7421f41e58
Move HTML5Badge to zones area
2021-02-12 17:46:33 -08:00
2d58627bdd
Fix species faces container sizes
2021-02-12 17:33:34 -08:00
e0e85b2add
Mention zone info on home page updates section
2021-02-12 16:11:30 -08:00
614bad72d2
Show real zone data on item page
...
And some Cypress specs to test the basic cases!
2021-02-12 16:09:11 -08:00
20f9573e50
[wip] Zone info UI for item page, with fake data
2021-02-12 15:18:54 -08:00
048fb29c14
Refactor item page preview to grid layout
...
because I wanna add zones to the area below the faces!
2021-02-12 14:35:14 -08:00
67784bd5e3
Add prev/next pagination to item search page
2021-02-10 14:23:25 -08:00
86de09b285
Add pet status to wardrobe page HTML5Badge
2021-02-10 14:02:18 -08:00
ab21f3a8a5
Remove unused imports
2021-02-10 13:52:20 -08:00
d2c672667d
Fix performance problem with defaulting to []
2021-02-10 13:51:59 -08:00
bbb752fa65
Extract out layerUsesHTML5
function
2021-02-10 13:50:42 -08:00
10e47115bd
List non-HTML5 items in wardrobe page
2021-02-10 13:47:02 -08:00
0c80491f99
Add HTML5Badge to outfit page
2021-02-10 13:35:34 -08:00
bf85cef922
Fix HTML5Badge tooltip on mobile
2021-02-10 13:20:21 -08:00
2403bd813a
Refactor into WardrobePreviewAndControls component
...
I'm moving the preview and controls stuff closer together in the code, to clear the way to change `OutfitPreview` into a `useOutfitPreview` hook here!
2021-02-10 12:52:00 -08:00
d2240cc5c5
Increase item preview loading UI delay back to 500ms
...
I don't remember why we set it to 200ms before, but it feels too aggressive now. Idk!
2021-02-09 23:10:22 -08:00
a03ae98468
Keyboard accessibility for "item needs models" warning
2021-02-09 22:58:00 -08:00
27f441df36
Don't show "item needs models" for invalid pets
2021-02-09 22:56:31 -08:00
4aade5782f
Don't flicker the HTML5 badge while loading
2021-02-09 22:55:19 -08:00
f11fbbb831
Don't show error pet preview for invalid pet state
...
We could also afford to figure out how to not request appearance data in this situation… but not showing the error message is a good first step lol!
2021-02-09 22:38:40 -08:00
9e49b6ae3e
Fix text color for OutfitPreview
...
Oops, I never actually saw the practically invisible text in light mode! Let's make it actually dark in light mode item pages, and still dark in all wardrobe pages!
2021-02-09 22:36:50 -08:00
b0eeb84d63
Disable "Customize more" for invalid pet
...
Oops, before disabling, we'd build a link with `pose=null`, and that would cause downstream issues on the wardrobe page.
2021-02-09 22:31:50 -08:00
1eb00ba6ca
Fix crash when choosing invalid appearance
...
Oops, I messed up in my `useOutfitPreview` refactor just now! Fixing fixing!
2021-02-09 22:27:22 -08:00
c0e1c78d75
Fix SpeciesFacePicker desktop alignment
...
Oops, I fixed mobile alignment by centering this, but didn't realize I broke desktop alignment! Now we do different alignment on different sizes 😅
2021-02-09 21:48:18 -08:00
f29a269b94
Use prettier focus outline for HTML5Badge
2021-02-09 21:47:12 -08:00
828fb65cf4
Refactor HTML5Badge
...
let's de-dupe that stuff, baby!
2021-02-09 21:45:29 -08:00
3599c78a85
Add to home page updates section
2021-02-09 21:41:08 -08:00
b8744037d1
Add HTML5 indicator to item preview page
2021-02-09 21:39:29 -08:00