package templates templ Admin(user User, stats AdminStats) { Admin Dashboard - Bookhoard @Header(user, "/admin")
@Icon("grid", "h-5 w-5")

Dashboard

Overview of your Bookhoard instance

@Icon("library", "h-4 w-4") Libraries

{ stats.LibraryCount }

@Icon("book", "h-4 w-4") Books

{ stats.MediaCount }

@Icon("users", "h-4 w-4") Users

{ stats.UserCount }

@Icon("device", "h-4 w-4") Devices

{ stats.DeviceCount }

@Icon("sync", "h-5 w-5")

File Watcher

Auto-detects new files in library folders

Watching 0 libraries

Quick Actions

@Icon("library", "h-5 w-5") Manage Libraries Add or remove libraries and folders
}