Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(site): show wsproxy errors in context in WorkspaceProxyPage#11556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 3 commits intomainfromcj/workspaceproxy-health-errors
Jan 11, 2024

Conversation

johnstcn
Copy link
Member

@johnstcnjohnstcn commentedJan 10, 2024
edited
Loading

  • Shows the overall report error at the top of the page, if present.
  • Shows workspaceproxy errors above warnings inside the corresponding element, if present.

image

@johnstcnjohnstcn self-assigned thisJan 10, 2024
@johnstcnjohnstcn changed the titlefix(site): WorkspaceProxyPage: show wsproxy errors in contextfix(site): show wsproxy errors in context in WorkspaceProxyPageJan 10, 2024
Comment on lines 149 to 151
{errors.map((error, i) => (
<span key={i}>{error}</span>
))}
{warnings.map((warning, i) => (
<span key={i}>{warning}</span>
))}
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I tried turning this into an<ul> and playing around withlist-style-type to prefix these with 🚫 or⚠️ respectively, but this didn't seem to do what I wanted.

mtojek reacted with thumbs up emoji
@johnstcnjohnstcn requested a review frommtojekJanuary 11, 2024 09:07
@johnstcnjohnstcnforce-pushed thecj/workspaceproxy-health-errors branch from8cbb527 to5c5e658CompareJanuary 11, 2024 09:52
Copy link
Member

@mtojekmtojek left a comment

Choose a reason for hiding this comment

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

Ship it!

@johnstcnjohnstcn merged commit8a12ee7 intomainJan 11, 2024
@johnstcnjohnstcn deleted the cj/workspaceproxy-health-errors branchJanuary 11, 2024 10:47
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJan 11, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@mtojekmtojekmtojek approved these changes

@BrunoQuaresmaBrunoQuaresmaAwaiting requested review from BrunoQuaresma

Assignees

@johnstcnjohnstcn

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@johnstcn@mtojek

[8]ページ先頭

©2009-2025 Movatter.jp