From a18daa813448a88b9f8bb0b2a81ade40bf60c2ce Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 14 Jan 2026 23:37:00 -0600 Subject: [PATCH] fix: Update filament edit page to use temperature ranges Co-Authored-By: Claude Opus 4.5 --- client/src/pages/filaments/edit.tsx | 62 +++++++++++++++++------------ 1 file changed, 37 insertions(+), 25 deletions(-) diff --git a/client/src/pages/filaments/edit.tsx b/client/src/pages/filaments/edit.tsx index 6fe07d2..c89df6f 100644 --- a/client/src/pages/filaments/edit.tsx +++ b/client/src/pages/filaments/edit.tsx @@ -1,6 +1,6 @@ import { Edit, useForm, useSelect } from "@refinedev/antd"; import { HttpError, IResourceComponentsProps, useTranslate } from "@refinedev/core"; -import { Alert, ColorPicker, DatePicker, Form, Input, InputNumber, message, Radio, Select, Typography } from "antd"; +import { Alert, ColorPicker, DatePicker, Form, Input, InputNumber, message, Radio, Select, Space, Typography } from "antd"; import TextArea from "antd/es/input/TextArea"; import dayjs from "dayjs"; import React, { useEffect, useState } from "react"; @@ -288,31 +288,43 @@ export const FilamentEdit: React.FC = () => { > - - + + + + + + - + + + + - - + + + + + + - + + + +