fix(frontend): fix mis-matched state errors (#9)

implenmented a store for each global item and tied it to an event bus and used the listener on the requests object to intercept responses from the API and run the appripriate get call when updates were detected.
This commit is contained in:
Hayden 2022-09-12 19:36:22 -08:00 committed by GitHub
parent 724495cfca
commit 90813abf76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 247 additions and 34 deletions

View file

@ -60,7 +60,6 @@
}
onUpdated(() => {
console.log("updated");
if (props.inline) {
setHeight();
}