forked from Github/frigate
Fix safari preview speed and other cleanup (#9976)
* Cleanups and fix safari preview speed on iOS * Clarifying comment * Update paging when loading page with no items * Use chip for detections and show all the time * make time ago dense * Be smarter about paging empty * Fix elevation
This commit is contained in:
@@ -65,7 +65,7 @@ export default function Statusbar({}) {
|
||||
const gpu = parseInt(stats.gpu);
|
||||
|
||||
return (
|
||||
<div className="flex items-center text-sm">
|
||||
<div key={gpuTitle} className="flex items-center text-sm">
|
||||
<MdCircle
|
||||
className={`w-2 h-2 mr-2 ${
|
||||
gpu < 50
|
||||
|
||||
Reference in New Issue
Block a user