summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add alt tags to images, fix flash of unstyled contentAndinus2022-06-102-4/+6
| | | | | | | - FOUC: On firefox, maybe the '@import' rule caused this. Also tried out lightGallery.js for lightbox, it doesn't work with text & anyways, it's buggy with bricks.js & you have to request license key.
* Add bricks.js for masonry layout, fix password inputAndinus2022-06-101-0/+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-0/+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-096-0/+167
- Handles login, logout, simple directories.