merged gas status, pulled, updated staging proto

This commit is contained in:
Carter 2025-05-23 13:24:32 -06:00
commit a1a4851fd9
8 changed files with 593 additions and 67 deletions

View file

@ -17,7 +17,7 @@ import { isController, isSource } from "pbHelpers/ComponentType";
import { DeviceAvailabilityMap, OffsetAvailabilityMap } from "pbHelpers/DeviceAvailability";
import { pond } from "protobuf-ts/pond";
import { useGlobalState } from "providers";
import React, { useState } from "react";
import React, { useEffect, useState } from "react";
import { or } from "utils/types";
import ComponentSettings from "./ComponentSettings";
import { green, teal } from "@mui/material/colors";
@ -94,6 +94,7 @@ export default function ComponentActions(props: Props) {
};
const openComponentSettingsDialog = (mode: string) => {
console.log("delete")
setIsComponentSettingsOpen(true);
setComponentSettingsMode(or(mode, ""));
};