diff --git a/app/components/aggregation-filter.tsx b/app/components/aggregation-filter.tsx index 2e8ecf575..7cd9cfad4 100644 --- a/app/components/aggregation-filter.tsx +++ b/app/components/aggregation-filter.tsx @@ -57,10 +57,10 @@ export function AggregationFilter() { > -
+
Aggregation <> diff --git a/app/components/color-picker.tsx b/app/components/color-picker.tsx index 7b62dfa3f..b11ad6a66 100644 --- a/app/components/color-picker.tsx +++ b/app/components/color-picker.tsx @@ -67,7 +67,7 @@ export function ColorPicker({ { handleColorChange(e.target.value, colorPickerState.index) setColorPickerState({ ...colorPickerState, color: e.target.value }) diff --git a/app/components/daterange-filter.tsx b/app/components/daterange-filter.tsx index 40f4f159d..584190efa 100644 --- a/app/components/daterange-filter.tsx +++ b/app/components/daterange-filter.tsx @@ -156,7 +156,7 @@ export function DateRangeFilter() {
{ void submit(searchParams) }} diff --git a/app/components/device-detail/device-detail-box.tsx b/app/components/device-detail/device-detail-box.tsx index 4075da110..e7f57bd3d 100644 --- a/app/components/device-detail/device-detail-box.tsx +++ b/app/components/device-detail/device-detail-box.tsx @@ -198,11 +198,11 @@ export default function DeviceDetailBox() {
{navigation.state === 'loading' && ( -
+
)} @@ -507,7 +507,7 @@ export default function DeviceDetailBox() { className="ml-2 h-4 w-4 shrink-0 text-muted-foreground" /> - +
{sensor.lastMeasurement?.value ?? @@ -584,7 +584,7 @@ export default function DeviceDetailBox() { className="ml-2 h-4 w-4 shrink-0 text-muted-foreground" /> - +
{sensor.lastMeasurement?.value ?? diff --git a/app/components/device-detail/entry-logs.tsx b/app/components/device-detail/entry-logs.tsx index 098923d73..223da5e22 100644 --- a/app/components/device-detail/entry-logs.tsx +++ b/app/components/device-detail/entry-logs.tsx @@ -47,7 +47,7 @@ export default function EntryLogs({
-
+

{entryLogs[entryLogs.length - 1].content}

@@ -99,7 +99,7 @@ export default function EntryLogs({
-
+

{entryLogs[0].content}

@@ -144,7 +144,7 @@ function LogList({ entryLogs = [] }: { entryLogs: LogEntry[] }) {
-
+

{log.content}

@@ -155,7 +155,7 @@ function LogList({ entryLogs = [] }: { entryLogs: LogEntry[] }) {
{index < entryLogs.length - 1 && (