blakeblackshear.frigate/web
Nicolas Mowen b1cc64d4fa
FEAT: Ability to set sub labels for specific events (#2949)
* Add sub label to model and set / delete funs

* Add migrations for sub label

* Tweaks to API and model

* Show sublabel if available

* Cleanups

* Update docs

* Show person in UI title

* Fix typo and don't fail on no json

* Transfer sub labels for in progress events

* Remove sublabel reset

* Remove person only check

* Make default null

* Update docs and formatting

* Make default null

* Make nullable in migration

* Undo null

* Update model to accept null

* Update migration to accept null

* Don't set to default values

* Remove redundant defaults and update http logic

* Only need a single route

* Enforce 20 character limit in http

* Update docs to mention 20 character limit

* Cleanup

* Separate insert and update to make sure updated values are retained when event ends

* Use insert instead of replace

* Remove redundant if and have should_update_db include clip or snapshot requirement.
2022-03-17 07:18:43 -05:00
..
config switch to vite 2022-03-11 07:49:06 -06:00
images switch to vite 2022-03-11 07:49:06 -06:00
src FEAT: Ability to set sub labels for specific events (#2949) 2022-03-17 07:18:43 -05:00
.eslintignore switch to vite 2022-03-11 07:49:06 -06:00
.eslintrc fix camera list on debug page 2022-03-11 07:49:06 -06:00
.gitignore switch to vite 2022-03-11 07:49:06 -06:00
.prettierrc switch to vite 2022-03-11 07:49:06 -06:00
babel.config.js feat: Timeline UI (#2830) 2022-02-27 08:04:12 -06:00
index.html switch to vite 2022-03-11 07:49:06 -06:00
jest.config.js switch to vite 2022-03-11 07:49:06 -06:00
package-lock.json switch to vite 2022-03-11 07:49:06 -06:00
package.json switch to vite 2022-03-11 07:49:06 -06:00
postcss.config.js switch to vite 2022-03-11 07:49:06 -06:00
site.webmanifest switch to vite 2022-03-11 07:49:06 -06:00
tailwind.config.js fix dark mode 2022-03-11 07:49:06 -06:00
tsconfig.json switch to vite 2022-03-11 07:49:06 -06:00
tsconfig.node.json switch to vite 2022-03-11 07:49:06 -06:00
vite.config.ts switch to vite 2022-03-11 07:49:06 -06:00