impress/app
Emi Matchu 57dcc88b27 Refactor pet image hash loading into the Pet model, not PetType
Just a small thing, I guess when I was a kid I did a weird thing where
I attached `origin_pet` to `PetType`, then upon saving `PetType` I
loaded the image hash for the pet to save as the pet type's new image
hash.

I guess this does have the nice property of not bothering to load that
stuff until we need it? But whatever, I'm moving this into `Pet` both
to simplify the relationship between the models, and to prepare for
another potential refactor: using `PetService.getPet` for this instead!
2024-04-06 02:25:22 -07:00
..
assets Fix scoping on CSS for donate page 2024-03-13 22:13:16 -07:00
controllers Tweak NeoPass login success messages, to focus less on random username 2024-04-01 06:00:49 -07:00
helpers Downgrade jQuery on homepage to be the same version as everywhere else 2024-03-13 21:38:45 -07:00
javascript Whoops, fix some style regressions for the React app! 2024-03-31 01:20:45 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Refactor pet image hash loading into the Pet model, not PetType 2024-04-06 02:25:22 -07:00
services Save manifest load info when preloading them, too 2024-02-25 16:02:36 -08:00
views Add some cheesy formatting to the placeholder NeoPass UI 2024-03-14 19:47:19 -07:00