fix(web): mask zone editor to handle object filter masks

Includes additional handlers for adding/removing masks, as well as click to copy configs

fixes #523
This commit is contained in:
Paul Armstrong
2021-01-15 12:29:30 -08:00
committed by Blake Blackshear
parent 3c072f94b0
commit d39111a294
6 changed files with 663 additions and 298 deletions

View File

@@ -68,7 +68,7 @@ export default function Camera({ camera, url }) {
<Heading size="sm">Options</Heading>
<ul>
<li>
<Link href={`/cameras/${camera}/map-editor`}>Mask & Zone editor</Link>
<Link href={`/cameras/${camera}/editor`}>Mask & Zone creator</Link>
</li>
</ul>
</div>