more updates!

This commit is contained in:
Letter N
2021-02-12 17:52:59 +08:00
parent 6286d40082
commit 5db87b9065
9 changed files with 402 additions and 277 deletions

View File

@@ -36,13 +36,13 @@ export const ThermoMachine = (props, context) => {
onClick={() => act('power')} />
)}>
<LabeledList>
<LabeledList.Item label="Setting">
{/* <LabeledList.Item label="Setting">
<Button
icon={data.cooling ? 'cooling' : 'heating'}
content={data.cooling ? 'Cooling' : 'Heating'}
selected={data.cooling}
onClick={() => act('cooling')} />
</LabeledList.Item>
</LabeledList.Item> */}
<LabeledList.Item label="Target Temperature">
<NumberInput
animated

File diff suppressed because one or more lines are too long