You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(flow-doctor): make 'Installed' state explicit on app cards
The public App Store at homey.app/a/<id> always shows an Install button
because it can't see the user's Homey state. Apps already on the user's
Homey looked indistinguishable from never-installed apps when the user
followed the App Store ↗ link.
my.homey.app has no /apps/<id> route — verified live, it silently
falls back to the dashboard — so a deep-link to the user's own Homey
isn't viable. Instead, make the "Installed" label on the app card
visually unmissable: a green ✓ Installed prefix on the version line.
Capitalize the i18n strings in en/no/de/nl so it reads as a label
rather than a passing modifier.
The App Store ↗ link still points at the public store page; the user
no longer needs that page to confirm install state.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments