simplesite icon indicating copy to clipboard operation
simplesite copied to clipboard

Make catalog artist cards toggle

Open tataraba opened this issue 2 years ago • 0 comments

On the 04_htmx branch:

The "/catalog" endpoint displays a list of cards with an Artist name and Members that looks like this:

image

When the container is clicked, with htmx (hx-get), the containing element changes to display the Artist profile, like this:

image

Want to include another htmx event on click that reverts the response within this element back to the Artist name and Members. (making it function mostly as a toggle)

tataraba avatar Mar 27 '23 16:03 tataraba