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:
Nicolas Mowen
2024-02-22 07:08:55 -07:00
committed by GitHub
parent 6626b8d758
commit 746939ed4f
4 changed files with 137 additions and 98 deletions

View File

@@ -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