summary refs log tree commit diff stats
path: root/lib/Crater/Gallery.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Gallery: Document code, add title fallbackAndinus2022-06-111-25/+31
|
* Add navigation bar to galleryAndinus2022-06-111-1/+1
| | | | | - Error on no images has been removed because there might be nested directories but 0 images & that is okay.
* Handle sub-directories, show error on 0 imagesAndinus2022-06-111-2/+11
|
* Display gallery title, fix authentication, show directoriesAndinus2022-06-111-15/+36
| | | | | | | - Earlier non-authenticated users could access the images too. - Serve original image if thumbnail doesn't exist. - Show directories in gallery. - Remove lazy loading attribute.
* Add alt tags to images, fix flash of unstyled contentAndinus2022-06-101-3/+5
| | | | | | | - 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.
* Initial Gallery versionAndinus2022-06-091-0/+25
- Handles login, logout, simple directories.