homebox/frontend
Hayden 23b5892aef
feat: Notifiers CRUD (#337)
* introduce scaffold for new models

* wip: shoutrrr wrapper (may remove)

* update schema files

* gen: ent code

* gen: migrations

* go mod tidy

* add group_id to notifier

* db migration

* new mapper helpers

* notifier repo

* introduce experimental adapter pattern for hdlrs

* refactor adapters to fit more common use cases

* new routes for notifiers

* update errors to fix validation panic

* go tidy

* reverse checkbox label display

* wip: notifiers UI

* use badges instead of text

* improve documentation

* add scaffold schema reference

* remove notifier service

* refactor schema folder

* support group edges via scaffold

* delete test file

* include link to API docs

* audit and update documentation + improve format

* refactor schema edges

* refactor

* add custom validator

* set validate + order fields by name

* fix failing tests
2023-03-06 21:18:58 -09: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 feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09: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 vitest to ^0.29.0 (#312) 2023-02-25 10:45:56 -09:00
pnpm-lock.yaml chore(deps): update dependency vitest to ^0.29.0 (#312) 2023-02-25 10:45:56 -09: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