some small changes

+ removed sliding animation from widgets
+ added form fields to Alert Level widget
This commit is contained in:
2025-08-05 17:12:59 -07:00
parent 39ca605fbd
commit 4fb2f7eabe
6 changed files with 36 additions and 12 deletions
+4 -3
View File
@@ -89,8 +89,8 @@ export default function Home({...props}) {
return (
/* HEADER */
<Tabs.Root
width={width}
height={height}
width="100%"
height="100%"
lazyMount
value={ view }
variant="line"
@@ -110,6 +110,7 @@ export default function Home({...props}) {
pt={3}
align="center"
justify="space-between"
width="100%"
>
<Tabs.List>
<Tabs.Trigger value="mydashboard" fontSize="lg">
@@ -129,7 +130,7 @@ export default function Home({...props}) {
</Tabs.Trigger>
</Tabs.List>
<HStack >
<HStack width="258px" justifyContent="flex-end">
{isEditable ? (
<>
<SaveButton onSave={ onSave } />