summary refs log tree commit diff stats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Improve responsiveness, fix bricks.js layoutAndinus2022-06-101-1/+1
| | | | | | The images weren't laid out properly on some devices. Solution: https://stackoverflow.com/questions/48987395/check-if-all-the-images-in-the-page-are-loaded
* Add bricks.js for masonry layout, fix password inputAndinus2022-06-102-1/+3
| | | | | | multi-column didn't do what I wanted. bricks.js does the masonry layout, I think left-to-right would be even better but we'll go with this.
* CSS & Image Optimzations, Print passwordAndinus2022-06-101-1/+1
| | | | | | | | - Prints password required to access. - will-change lets the browser prepare for those changes in advance. - loading="lazy" enables lazy loading on images. - column-fill: balance -- not an optimization.
* Initial Gallery versionAndinus2022-06-093-0/+51
- Handles login, logout, simple directories.