+
Outgoing messages (DMs and group messages) will be reported to private MQTT brokers in
decrypted/plaintext form. The raw outgoing packets will NOT be reported to any MQTT broker,
private or community. This means that{' '}
@@ -138,7 +138,7 @@ export function SettingsMqttSection({
className={cn(
'w-2 h-2 rounded-full transition-colors',
health?.mqtt_status === 'connected'
- ? 'bg-primary shadow-[0_0_6px_hsl(var(--primary)/0.5)]'
+ ? 'bg-status-connected shadow-[0_0_6px_hsl(var(--status-connected)/0.5)]'
: 'bg-muted-foreground'
)}
/>
@@ -323,7 +323,7 @@ export function SettingsMqttSection({
className={cn(
'w-2 h-2 rounded-full transition-colors',
health?.community_mqtt_status === 'connected'
- ? 'bg-primary shadow-[0_0_6px_hsl(var(--primary)/0.5)]'
+ ? 'bg-status-connected shadow-[0_0_6px_hsl(var(--status-connected)/0.5)]'
: 'bg-muted-foreground'
)}
/>
diff --git a/frontend/src/components/settings/SettingsStatisticsSection.tsx b/frontend/src/components/settings/SettingsStatisticsSection.tsx
index 3513344..18812e2 100644
--- a/frontend/src/components/settings/SettingsStatisticsSection.tsx
+++ b/frontend/src/components/settings/SettingsStatisticsSection.tsx
@@ -88,12 +88,12 @@ export function SettingsStatisticsSection({ className }: { className?: string })
{stats.total_packets}
- Decrypted
- {stats.decrypted_packets}
+ Decrypted
+ {stats.decrypted_packets}
- Undecrypted
- {stats.undecrypted_packets}
+ Undecrypted
+ {stats.undecrypted_packets}