feat(overview): Gate dashboard device count for free users

Free users see only their highest-priority profiled device. Additional devices are hidden behind an upgrade card showing the count and a flavor-aware CTA (Upgrade/Donate).
This commit is contained in:
darken
2026-04-02 18:30:40 +02:00
committed by Matthias Urhahn
parent 927a198d8e
commit c609b03148
5 changed files with 232 additions and 2 deletions
+4
View File
@@ -210,6 +210,10 @@
<item quantity="one">%d device without matching profile</item>
<item quantity="other">%d devices without matching profile</item>
</plurals>
<plurals name="overview_more_devices_upgrade">
<item quantity="one">%d more device</item>
<item quantity="other">%d more devices</item>
</plurals>
<string name="permission_bluetooth_connect_label">Bluetooth connect</string>
<string name="permission_bluetooth_connect_description">This app requires the \"Bluetooth connect\" permission to interact with paired devices and initiate connections.</string>