WIP: Feature: Add Track form #1

Closed
scott wants to merge 5 commits from feature/add-track-form into main
Showing only changes of commit 9c255b5f68 - Show all commits

View file

@ -49,6 +49,7 @@ export const state = reactive({
error(event)
window.location = window.location
})
window.addEventListener('beforeunload', () => source.close())
},
async repopulate() {
this.state = State.Fetching