start huge dashboard rework; improve dark theme
This commit is contained in:
parent
14feb47640
commit
f324c249f6
21 changed files with 365 additions and 235 deletions
|
|
@ -57,12 +57,12 @@ func serveRelease(app *model.AppState) http.Handler {
|
|||
}
|
||||
|
||||
type ReleaseResponse struct {
|
||||
Session *model.Session
|
||||
adminPageData
|
||||
Release *model.Release
|
||||
}
|
||||
|
||||
err = templates.EditReleaseTemplate.Execute(w, ReleaseResponse{
|
||||
Session: session,
|
||||
adminPageData: adminPageData{ Path: r.URL.Path, Session: session },
|
||||
Release: release,
|
||||
})
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue