summary refs log tree commit diff stats
path: root/templates/login.crotmp
Commit message (Collapse)AuthorAgeFilesLines
* Scope css, improve image error handling, show progress barAndinus2022-06-111-1/+1
| | | | | | - Errors are shown if some images fail to load. - Progress bar is shown while images are loading. - .pack is called after all images have been loaded.
* Add alt tags to images, fix flash of unstyled contentAndinus2022-06-101-11/+10
| | | | | | | - 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-1/+1
| | | | | | 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.
* Initial Gallery versionAndinus2022-06-091-0/+15
- Handles login, logout, simple directories.