mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-02 03:27:41 +03:00
* Initial copy timestamp url implementation
* revise url format
* Implement share timestamp dialog
* Use translations
* Add comments
* Add validations to shared link
* Switch to searchEffect implementation
* Add missing accessibility related dialog description
* Change URL format to unix timestamps
* Remove unnecessary useEffect
* Remove duplicated dialog title
* Fixes/improvements based off PR review comments
* Add missing cancel button & separators to dialog
* Make share description clearer
* Bugfix: guard against showing toasts twice
Because this effect ends up running multiple times
* Clamp future timestamps to now
* Revert "Bugfix: guard against showing toasts twice"
This reverts commit
|
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| button | ||
| camera | ||
| card | ||
| chat | ||
| classification | ||
| config-form | ||
| dynamic | ||
| filter | ||
| graph | ||
| icons | ||
| indicators | ||
| input | ||
| menu | ||
| mobile | ||
| navigation | ||
| overlay | ||
| player | ||
| preview | ||
| settings | ||
| timeline | ||
| trigger | ||
| ui | ||
| ws | ||
| Logo.tsx | ||
| Statusbar.tsx | ||
| Wrapper.tsx | ||