Swap Bulma for DaisyUI (Tailwind) (#111)

This commit is contained in:
Mike Stefanello 2025-06-17 20:19:58 -04:00 committed by GitHub
parent 2a546dfe3d
commit 79a589da65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1124 additions and 632 deletions

View file

@ -113,10 +113,10 @@ func AdminEntity(r *ui.Request, schema *load.Schema, values url.Values) Node {
Method(http.MethodPost),
nodes,
ControlGroup(
FormButton("is-primary", "Submit"),
FormButton(ColorPrimary, "Submit"),
ButtonLink(
ColorNone,
r.Path(routenames.AdminEntityList(schema.Name)),
"is-secondary",
"Cancel",
),
),