jwjacobson / jazztunes

a jazz repertoire management app
https://jazztunes.org
GNU General Public License v3.0
3 stars 1 forks source link

Taking a tune should maintain the browse tune list #165

Closed jwjacobson closed 8 months ago

jwjacobson commented 8 months ago

This might be solved simply by moving it to htmx. Right now taking a tune refreshes the page leading to a blank table. The table should remain the same, whether it's the full table of admin tunes or the search results if the user has performed a search.

bbelderbos commented 8 months ago

HTMX for the win, so you want to inner/outer html swap the button right?

bbelderbos commented 8 months ago

(sorry Ryan, did not meant to assign you to this issue)