logbot: generate thumbnails for images to make log pages lighter #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have a look at how it is done in distribusi for inspiration https://git.vvvvvvaria.org/varia/distribusi/src/branch/master/distribusi/distribusi.py#L31
They are not the most beautiful thumbnails though, quite some compression artefacts..
This also helps to not load everything in one go, but only as needed
0369b3f8bc
Danny shared that he already did this for the library page: https://git.vvvvvvaria.org/varia/varia-library-website/src/branch/master/library/page.py
Line 133.
Going to try to implement this soon!