impress-2020/src
Matchu 4cd5cf5800 Fix handling of assets with https://images.neopets.com/temp SWF URLs
Weird! Well! This caused two issues.

One is that we used to filter down to only assets whose urls end in
`.swf`, because I never added support for the sound ones :p

The other is that we were using the SWF URL to infer the potential
manifest URLs, which we can't do when the SWF URL is a weird
placeholder!

Thankfully, just yesterday (wow!) we happened to have Classic DTI keep
track of `manifest_url` during the modeling process, and we backfilled
everything. So the most recent `temp` assets have their manifest! But
slightly older ones (not that old tho!!) didn't, so I manually inferred
the manifest URL from the asset's `remote_id` field instead (which
worked cuz there was no hash component to the manifest URL, unlike some
manifests).

The item "Flowing Black Cloak" (86668) on the Zafara is the one we were
looking at and testing with!
2023-11-11 13:28:47 -08:00
..
app Use MajorErrorMessage on user lists page 2023-10-24 14:43:43 -07:00
server Fix handling of assets with https://images.neopets.com/temp SWF URLs 2023-11-11 13:28:47 -08:00
shared Logic & comment updates to #30 2022-12-22 18:58:49 -08:00
react-app-env.d.ts Finally finish TS setup, build works! 2021-02-02 21:38:57 -08:00