diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 154f1b55..9a9fff51 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -13,6 +13,11 @@ import { useSocketStore } from '../../context/socket'; import { ScreenshotSettings } from '../../shared/types'; import InputAdornment from '@mui/material/InputAdornment'; +// TODO: +// 1. Handle field label update +// 2. Handle field deletion | confirmation +// 3. Add description for each browser step +// 4. Handle non custom action steps export const RightSidePanel = () => { const [textLabels, setTextLabels] = useState<{ [id: number]: string }>({});