Documentation
¶
Overview ¶
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
templ: version: v0.2.771
Index ¶
- func Clock(data ClockData) templ.Component
- func Error(data ErrorData) templ.Component
- func Home(data PageData) templ.Component
- func Image(data PageData) templ.Component
- func ImageDateTime(data PageData) string
- func ImageExif(info immich.ExifInfo) string
- func ImageFitContain(ImageData, imageFit string) templ.Component
- func ImageFitCover(ImageData, imageFit string) templ.Component
- func ImageFitNone(ImageData, imageFit string) templ.Component
- func ImageLocation(info immich.ExifInfo) string
- type ClockData
- type ErrorData
- type PageData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageDateTime ¶ added in v0.8.0
func ImageFitContain ¶
func ImageFitCover ¶
func ImageFitNone ¶
func ImageLocation ¶ added in v0.8.0
Types ¶
type PageData ¶
type PageData struct { // KioskVersion the current build version of Kiosk KioskVersion string // DeviceID unique id for device DeviceID string // ImmichImage immich asset data ImmichImage immich.ImmichAsset // ImageData image as base64 data ImageData string // ImageData blurred image as base64 data ImageBlurData string // Date image date ImageDate string // URL queries Queries url.Values // instance config config.Config }
Click to show internal directories.
Click to hide internal directories.