Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display time length #3813

Closed
siri10086 opened this issue Sep 11, 2022 · 1 comment
Closed

Display time length #3813

siri10086 opened this issue Sep 11, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers pinned

Comments

@siri10086
Copy link

Can you add the length of this video event here

222

@siri10086 siri10086 added the enhancement New feature or request label Sep 11, 2022
@NickM-27 NickM-27 added pinned good first issue Good for newcomers labels Sep 15, 2022
@banthungprong
Copy link
Contributor

I added this to "web/src/routes/Events.jsx" in Line458:
{(event.end_time - event.start_time).toFixed(0)}s
And changed the next line by adding End Time in the following div.

frigate Events with Length

(Right now I started playing with the local environment in VS Code and trying to understand the code...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers pinned
Projects
None yet
Development

No branches or pull requests

3 participants