feat(device-settings): Move device details to bottom sheet

Move serial, firmware, build, manufacturer, and per-pod serials from

the info card into a ModalBottomSheet triggered by an info icon.

Firmware+build and left+right pod serials render as paired rows.
This commit is contained in:
darken
2026-04-16 10:32:21 +02:00
committed by Matthias Urhahn
parent 3ad732ff09
commit 35c06d9982
6 changed files with 266 additions and 88 deletions
+5 -2
View File
@@ -443,11 +443,14 @@
<string name="device_settings_info_name_label">Name</string>
<string name="device_settings_info_bt_name_label">Bluetooth Device Label</string>
<string name="device_settings_info_model_label">Model</string>
<string name="device_settings_info_manufacturer_label">Manufacturer</string>
<string name="device_settings_info_serial_label">Serial Number</string>
<string name="device_settings_info_firmware_label">Firmware</string>
<string name="device_settings_info_build_label">Build</string>
<string name="device_settings_info_left_serial_label">Left Serial</string>
<string name="device_settings_info_right_serial_label">Right Serial</string>
<string name="device_settings_info_left_serial_label">Left Pod Serial</string>
<string name="device_settings_info_right_serial_label">Right Pod Serial</string>
<string name="device_settings_info_details_label">Device Details</string>
<string name="device_settings_info_details_action">Show device details</string>
<string name="device_settings_info_status_label">Status</string>
<string name="device_settings_info_last_seen_label">Last Seen</string>
<string name="device_settings_info_first_seen_label">First Seen</string>