mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Events performance (#1645)
* rearrange event route and splitted into several components * useIntersectionObserver * re-arrange * searchstring improvement * added xs tailwind breakpoint * useOuterClick hook * cleaned up * removed some video controls for mobile devices * lint * moved hooks to global folder * moved buttons for small devices * added button groups Co-authored-by: Bernt Christian Egeland <cbegelan@gmail.com>
This commit is contained in:
co-authored by
Bernt Christian Egeland
parent
b8df419bad
commit
00ff76a0b9
@@ -19,7 +19,7 @@ export async function getBirdseye(url, cb, props) {
|
||||
}
|
||||
|
||||
export async function getEvents(url, cb, props) {
|
||||
const module = await import('./Events.jsx');
|
||||
const module = await import('./Events');
|
||||
return module.default;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user