programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

async saving of jam properties (title, date) #114

Closed programsam closed 3 years ago

programsam commented 3 years ago

Right now if you edit the title or date of the jam, you need to actually click SAVE to get it to go to the db. This is fine, but if someone modifies the title, we should be able to get an action listener going that makes the updates as they occur in the page so that they aren't lost.

programsam commented 3 years ago

Doneski!