TASVideos / tasvideos

The code for the live TASVideos website
https://tasvideos.org/
GNU General Public License v3.0
63 stars 29 forks source link

Store award icons in a way that makes them persist across deploys #1764

Open vadosnaprimer opened 5 months ago

vadosnaprimer commented 5 months ago

...while still being taken from the user through award editor GUI ...while still getting version controlled somehow maybe

YoshiRulz commented 2 months ago

Tangentially, we discussed on Discord how each award icon is triplicated in the repo (original, nearest-neighbour 2x, and NN 4x). The upscaled copies are necessary for high DPI displays. The 1x and 2x copies shouldn't need to be kept around.