fix: remove lock-icon overlay from variations button, show Pro badge in tooltip instead (v0.78.3)

The lock icon overlapping the branch icon looked bad. Button is visible again when locked (not hidden) — click opens the upgrade dialog, tooltip shows a small "Pro" badge instead of an icon overlay.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-24 13:16:47 +02:00
parent b2238b7678
commit 666d280a4c
8 changed files with 58 additions and 28 deletions
@@ -48,7 +48,7 @@ export function FeatureFlagsForm({
<div>
<h2 className="font-semibold text-lg">Feature Toggles</h2>
<p className="text-sm text-muted-foreground mt-1">
Disable a feature for a tier to hide it entirely for that tier&apos;s users.
Disable a feature for a tier to hide it for that tier&apos;s users (most features hide entirely; recipe variations instead shows a &quot;Pro&quot; badge in its tooltip and opens an upgrade prompt see each feature&apos;s actual behavior in the app).
</p>
</div>