Skip to content

Commit

Permalink
Merge pull request #535 from qor5/feat-ui-reborn
Browse files Browse the repository at this point in the history
Feat UI reborn
  • Loading branch information
danni-cool authored Aug 30, 2024
2 parents 1228d89 + f5a4aea commit 9ec384b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/pquerna/otp v1.4.0
github.com/qor/oss v0.0.0-20240729105053-88484a799a79
github.com/qor5/web/v3 v3.0.7-0.20240828065516-feb2d16ad07e
github.com/qor5/x/v3 v3.0.8-0.20240828100850-64cc17c86af6
github.com/qor5/x/v3 v3.0.8-0.20240830030741-7bfd3f19adfc
github.com/samber/lo v1.47.0
github.com/shurcooL/sanitized_anchor_name v1.0.0
github.com/spf13/cast v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ github.com/qor5/x/v3 v3.0.8-0.20240827065619-5cb491836f76 h1:tPlq0h8OziQrG+r0qii
github.com/qor5/x/v3 v3.0.8-0.20240827065619-5cb491836f76/go.mod h1:aLBRfhcgVnpGmMOTyXLCoOyPOYUpYNZ9T8YyNPqCuVM=
github.com/qor5/x/v3 v3.0.8-0.20240828100850-64cc17c86af6 h1:yOPLu+EZQ6UTIQ9SHwz+xll1m7iQzPMKL1h2D+FQqQE=
github.com/qor5/x/v3 v3.0.8-0.20240828100850-64cc17c86af6/go.mod h1:aLBRfhcgVnpGmMOTyXLCoOyPOYUpYNZ9T8YyNPqCuVM=
github.com/qor5/x/v3 v3.0.8-0.20240830030741-7bfd3f19adfc h1:/WYIk4uXIMF95Z0FxGOw2A1il70M8mQ038gK2ADmsGo=
github.com/qor5/x/v3 v3.0.8-0.20240830030741-7bfd3f19adfc/go.mod h1:aLBRfhcgVnpGmMOTyXLCoOyPOYUpYNZ9T8YyNPqCuVM=
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
Expand Down
2 changes: 1 addition & 1 deletion presets/listing_compo.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (c *ListingCompo) MarshalHTML(ctx context.Context) (r []byte, err error) {
),
h.Div(
c.cardActionsFooter(ctx),
).Class(("px-4 pb-2")),
).Class(("pb-2")),
).Class("listing-compo-wrap"),
).MarshalHTML(ctx)
}
Expand Down

0 comments on commit 9ec384b

Please sign in to comment.