Skip to content

Show payment app health on channels and add a channel widgets mount - #6859

Open
mirekm wants to merge 5 commits into
mainfrom
channel-payment-gateway-health
Open

Show payment app health on channels and add a channel widgets mount#6859
mirekm wants to merge 5 commits into
mainfrom
channel-payment-gateway-health

Conversation

@mirekm

@mirekm mirekm commented Aug 23, 2026

Copy link
Copy Markdown
Member

Merchants can see tripped breakers and critical app problems on the channel page, and payment apps can render their own status or config without leaving the view.

Merchants can see tripped breakers and critical app problems on the channel page, and payment apps can render their own status or config without leaving the view.
@mirekm
mirekm requested review from a team and lkostrowski and a lite review from Copilot August 23, 2026 12:06
@changeset-bot

changeset-bot Bot commented Aug 23, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: a84ae84

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 58.13953% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.80%. Comparing base (070d0e6) to head (a84ae84).

Files with missing lines Patch % Lines
...sSection/ChannelPaymentGatewaysSection.stories.tsx 0.00% 10 Missing ⚠️
src/channels/hooks/useChannelPaymentApps.ts 0.00% 4 Missing ⚠️
...ls/pages/ChannelDetailsPage/ChannelDetailsPage.tsx 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6859   +/-   ##
=======================================
  Coverage   56.80%   56.80%           
=======================================
  Files        3537     3539    +2     
  Lines       73007    73053   +46     
  Branches    18519    18534   +15     
=======================================
+ Hits        41468    41497   +29     
- Misses      30885    30902   +17     
  Partials      654      654           
Flag Coverage Δ
storybook 50.22% <100.00%> (+0.06%) ⬆️
units 51.96% <57.14%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

mirekm and others added 3 commits August 23, 2026 14:22
… widgets mount

The pill counted dismissed critical problems, so a merchant who dismissed a
problem in Installed extensions kept seeing "Attention" on the channel page.
Filter dismissed problems the way the extensions list does, and collapse the
payload to the one boolean the UI actually reads instead of shipping unused
problem keys and messages for up to 100 apps.

CHANNEL_DETAILS_WIDGETS is a channel-wide mount, but it rendered inside the
payment gateways section, so it inherited that section's MANAGE_APPS gate and
its scroll-spy anchor. Render it as a sibling instead.

Co-authored-by: Cursor <cursoragent@cursor.com>
Reasons come from the problems already fetched for the pill, deduplicated so a
repeated message is not listed twice.
Copilot AI review requested due to automatic review settings August 24, 2026 10:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@lkostrowski lkostrowski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

remember to update app-sdk

Copilot AI review requested due to automatic review settings August 26, 2026 20:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

3 participants