mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Don't show preview for birdseye (#11749)
* Don't show preview for birdseye * Retry ws connection on error * Flex wrap cameras labels
This commit is contained in:
		
							parent
							
								
									3f0a954856
								
							
						
					
					
						commit
						0181d1e377
					
				| @ -77,6 +77,7 @@ function useValue(): useValueReturn { | ||||
|       }); | ||||
|     }, | ||||
|     shouldReconnect: () => true, | ||||
|     retryOnError: true, | ||||
|   }); | ||||
| 
 | ||||
|   const setState = useCallback( | ||||
|  | ||||
| @ -116,7 +116,7 @@ export function CameraLineGraph({ | ||||
|   return ( | ||||
|     <div className="flex w-full flex-col"> | ||||
|       {lastValues && ( | ||||
|         <div className="flex items-center gap-2.5"> | ||||
|         <div className="flex flex-wrap items-center gap-2.5"> | ||||
|           {dataLabels.map((label, labelIdx) => ( | ||||
|             <div key={label} className="flex items-center gap-1"> | ||||
|               <MdCircle | ||||
|  | ||||
| @ -527,7 +527,7 @@ export function RecordingView({ | ||||
|               > | ||||
|                 <div className="w-2" /> | ||||
|                 {allCameras.map((cam) => { | ||||
|                   if (cam == mainCamera) { | ||||
|                   if (cam == mainCamera || cam == "birdseye") { | ||||
|                     return; | ||||
|                   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user