blinklet / music-festival-organizer

Music Festival Organizer for competitive music festivals
Other
0 stars 0 forks source link

Add client-side functionality to file upload page (HTMX) #3

Closed blinklet closed 1 week ago

blinklet commented 1 week ago

Make the file upload experience smoother. Use the HTMX client-side framework to update template sections without reloading the entire page. Some ideas:

1) Can I make the Issues table populate as issues are raised so each new issue causes the page to display a new row? 2) How can I implement a progress bar that shows file download and processing progress?