trilliumlab / forest-park-reports-app

A hazard-tracking app for Forest Park, Portland
MIT License
1 stars 1 forks source link

Feature/blurhash #22

Closed elliotnash closed 2 months ago

elliotnash commented 2 months ago

Add BlurHash - includes server changes so needs to be merged with server PR https://github.com/trilliumlab/forest-park-reports-server/pull/1

Adds BlurHash in models that contain images. BlurHash allows loading a tiny thumbnail before the full image is loaded, and is base64 encoded to store in json objects. This allows caching placeholder images.

Includes a switch to bring your own UUID for server images. This is a breaking change.

Also includes hazard update color indicator + various bug fixes