Skip to content

fixes #297159#298200

Merged
isidorn merged 2 commits intomainfrom
isidorn/back-baboon
Feb 27, 2026
Merged

fixes #297159#298200
isidorn merged 2 commits intomainfrom
isidorn/back-baboon

Conversation

@isidorn
Copy link
Collaborator

@isidorn isidorn commented Feb 27, 2026

fixes #297159

@isidorn isidorn added this to the March 2026 milestone Feb 27, 2026
@isidorn isidorn self-assigned this Feb 27, 2026
Copilot AI review requested due to automatic review settings February 27, 2026 09:01
@isidorn isidorn enabled auto-merge February 27, 2026 09:01
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #297159 by ensuring the "Upgrade your plan" link appears consistently on all unavailable models that require an upgrade, rather than only on the first one. Previously, users would see the upgrade link on one unavailable model but not others, which felt inconsistent and confusing. This change provides a more uniform user experience by displaying the upgrade link on every model that requires a plan upgrade.

Changes:

  • Removed the hasShownActionLink flag and conditional logic that limited the upgrade link to appear only once
  • Simplified all createUnavailableModelItem function calls by removing the showActionLink parameter
  • Updated the createUnavailableModelItem function signature to unconditionally show the upgrade description when the reason is 'upgrade'

@isidorn isidorn merged commit fb321ff into main Feb 27, 2026
30 of 31 checks passed
@isidorn isidorn deleted the isidorn/back-baboon branch February 27, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade your plan link feels out of place

3 participants