Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat UI reborn #535

Merged
merged 4 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading