homebox/frontend
Hayden 90813abf76
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.
2022-09-12 19:36:22 -08:00
..
components fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
composables fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
layouts fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
lib feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
pages fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
public feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
stores fix(frontend): fix mis-matched state errors (#9) 2022-09-12 19:36:22 -08:00
test frontend: cleanup 2022-09-09 14:46:53 -08:00
.eslintrc.js frontend: cleanup 2022-09-09 14:46:53 -08:00
app.vue move to nuxt 2022-09-01 14:32:03 -08:00
nuxt.config.ts frontend: cleanup 2022-09-09 14:46:53 -08:00
package.json frontend: cleanup 2022-09-09 14:46:53 -08:00
pnpm-lock.yaml frontend: cleanup 2022-09-09 14:46:53 -08:00
postcss.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
tailwind.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
tsconfig.json move to nuxt 2022-09-01 14:32:03 -08:00