egil / Htmxor

Supercharges Blazor static server side rendering (SSR) by seamlessly integrating the Htmx.org frontend library.
MIT License
124 stars 13 forks source link

refactor: Change casing on SwapStyle (and other htmx enums) for correct serialization #54

Closed tanczosm closed 4 months ago

tanczosm commented 4 months ago

Fixes #53

Also alters other htmx enums to match style: ScrollBehavior (Smooth/Auto to smooth/auto) ScrollDirection (Top/Bottom to top/bottom) TriggerQueueOption (First/Last/All/None to first/last/all/none) TriggerTiming (left as is - this is technically not an htmx value but used only by Htmxor)

egil commented 4 months ago

I think git would like you to sign your commits. Probably way merging is blocked.