homebox/frontend
Hayden db80f8a159
chore: refactor api endpoints (#339)
* move typegen code

* update taskfile to fix code-gen caches and use 'dir' attribute

* enable dumping stack traces for errors

* log request start and stop

* set zerolog stack handler

* fix routes function

* refactor context adapters to use requests directly

* change some method signatures to support GID

* start requiring validation tags

* first pass on updating handlers to use adapters

* add errs package

* code gen

* tidy

* rework API to use external server package
2023-03-20 20:32:10 -08:00
..
assets/css feat: rebuild search UI w/ new filters (#269) 2023-02-09 17:47:41 -09:00
components feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
composables fix datetime display issues (again) (#324) 2023-02-27 19:52:56 -09:00
layouts refactor: change icon for locations to tree view 2023-02-18 10:56:28 -09:00
lib chore: refactor api endpoints (#339) 2023-03-20 20:32:10 -08:00
middleware feat: change auth to use cookies (#301) 2023-02-17 21:57:21 -09:00
pages feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
plugins feat: locations tree viewer (#248) 2023-01-28 11:53:00 -09:00
public feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
stores fix label store (#303) 2023-02-18 09:47:04 -09:00
test chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
.eslintrc.js frontend: cleanup 2022-09-09 14:46:53 -08:00
.nuxtignore feat: new dashboard implementation (#168) 2022-12-29 16:19:15 -09:00
app.vue fix favicon error 2023-02-12 15:14:11 -09:00
nuxt.config.ts feat: new-card-design (#196) 2023-01-01 12:50:48 -09:00
package.json chore(deps): update dependency @types/dompurify to v3 (#346) 2023-03-20 18:43:04 -08:00
pnpm-lock.yaml chore(deps): update dependency @types/dompurify to v3 (#346) 2023-03-20 18:43:04 -08:00
postcss.config.js frontend: cleanup 2022-09-09 14:46:53 -08:00
tailwind.config.js feat: new dashboard implementation (#168) 2022-12-29 16:19:15 -09:00
tsconfig.json move to nuxt 2022-09-01 14:32:03 -08:00