Skip to content

refactor(site): remove AI add-on badge and seat column - #28004

Draft
tracyjohnsonux wants to merge 2 commits into
mainfrom
remove-ai-addon-badge
Draft

refactor(site): remove AI add-on badge and seat column#28004
tracyjohnsonux wants to merge 2 commits into
mainfrom
remove-ai-addon-badge

Conversation

@tracyjohnsonux

@tracyjohnsonux tracyjohnsonux commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Removes all "AI add-on" labeling from the UI.

  • Remove the AI add-on badge from the group settings AI budget section and the AI Governance add-on card on the Licenses page.
  • Remove the AI add-on column (check icon showing AI seat consumption) from the Users and Organization Members tables, along with its help popover, the AISeatCell component, and the shouldShowAISeatColumn entitlement helper.
  • Update related Storybook stories.

The has_ai_seat API field and documentation are left intact; this change only removes the UI surface.

Removal scope

Badge usages removed:

  • site/src/pages/GroupsPage/GroupSettingsPageView.tsx
  • site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/AIGovernanceAddOnCard.tsx

AI seat column plumbing removed:

  • site/src/pages/UsersPage/UsersTable.tsx and UsersPage.tsx
  • site/src/pages/OrganizationSettingsPage/OrganizationMembersTable.tsx and OrganizationMembersPage.tsx
  • site/src/modules/users/AISeatCell.tsx (deleted)
  • AiAddonHelpPopover in site/src/modules/users/UserHelpPopovers.tsx
  • shouldShowAISeatColumn in site/src/modules/dashboard/entitlements.ts

🤖 This pull request was generated by Coder Agents on behalf of @tracyjohnsonux.

@github-actions

Copy link
Copy Markdown

Docs preview

Check off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here.

@tracyjohnsonux tracyjohnsonux changed the title refactor: remove AI add-on badge and seat column refactor(site): remove AI add-on badge and seat column Aug 10, 2026
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.

1 participant