aboutsummaryrefslogtreecommitdiff
path: root/templates/media.qtpl
AgeCommit message (Collapse)Author
2023-08-18fix: Fix album and media navidationGabriel Arakaki Giovanini
2023-08-18feat: Make mosaic reusableGabriel Arakaki Giovanini
2023-08-17ref: Update mosaic to remove empty spacesGabriel Arakaki Giovanini
2023-08-16ref: Some typography tweaksGabriel Arakaki Giovanini
2023-08-05ref: Move net/httpGabriel Arakaki Giovanini
I was young and naive, fasthttp does not fit my needs and make development slower. I'll move to net/http since it has a wider support and will spare some time on implementation detail things (like CSRF). It will allow me to reduce a bit of the code since there may be lib for handling cookie encryption and auth in general.
2023-07-20feat: Add option to preload metadataGabriel Arakaki Giovanini
Let the use pick if they want to preload videos' metadata.
2023-07-20feat: Fix video loading its full widthGabriel Arakaki Giovanini
2023-07-19feat: Move register from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-19feat: Move error from `html/template` to qtplGabriel Arakaki Giovanini
2023-07-18feat: Move media from `html/template` to qtplGabriel Arakaki Giovanini