Add skeleton for loading exports and improve spacing on bottom sheet (#10463)

* Add skeleton for loading exports and improve spacing on bottom sheet

* Hide non object frigate plus items
This commit is contained in:
Nicolas Mowen
2024-03-15 05:59:03 -06:00
committed by GitHub
parent 8d85a69203
commit d882cb0f63
3 changed files with 15 additions and 25 deletions

View File

@@ -125,6 +125,10 @@ export default function SubmitPlus() {
</Dialog>
{events?.map((event) => {
if (event.data.type != "object") {
return;
}
return (
<div
className="w-full rounded-2xl aspect-video flex justify-center items-center bg-black cursor-pointer"