critter box overhaul

This commit is contained in:
sundae 2025-09-10 13:13:20 +03:00
parent d6c0697966
commit e31d782995
No known key found for this signature in database
408 changed files with 3497 additions and 222 deletions

View file

@ -0,0 +1,10 @@
- Website (hopefully) fixed for Chromium-based browsers _...grr_
- Changed [Home](/home)
- Updated the Pokémon box, now using a spritesheet instead of individual files
- Ironically, this is marginally slower than before, because it includes every Pokémon (up to Gen 8), not just my favorites.<br>(Works great if you've [forked my site](https://bunsin.space/forgejo/sundae/website) and want to change it to include your personal favorites, though!)
- Downscaled media images in [interests](/home#interests) to `300px` to offset network load
- Changed [Changelog](/changelog)
- **Actually** processed with [Prettier](https://github.com/prettier/prettier), now.
- Attribution:
- [PokéSprite](https://github.com/msikma/pokesprite) (MIT)
- [PokéSprite - generated spritesheet](https://github.com/msikma/pokesprite-spritesheet/)