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: centralize warning message in static error#20389

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
BrunoQuaresma merged 4 commits intomainfrombq/fix-static-error-styles
Oct 21, 2025

Conversation

@BrunoQuaresma
Copy link
Contributor

  • Centralize warning message in static error
  • Change a few typography styles to match coder/coder

Before:

Screenshot 2025-10-20 at 14 35 56

After:

Screenshot 2025-10-20 at 14 35 48

Fixes#20369

@BrunoQuaresmaBrunoQuaresma requested review froma team andParkreiner and removed request fora teamOctober 20, 2025 17:38
@BrunoQuaresmaBrunoQuaresma marked this pull request as ready for reviewOctober 20, 2025 17:38
</div>
</body>

<head>
Copy link
Member

Choose a reason for hiding this comment

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

the prettier code style is that<head> and<body> both should be indented

BrunoQuaresma reacted with thumbs up emoji

p,
li {
color:rgb(161,161,170);
Copy link
Member

Choose a reason for hiding this comment

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

this should still be a hex color

BrunoQuaresma reacted with thumbs up emoji
p,
li {
color:rgb(161,161,170);
line-height:22.4px;
Copy link
Member

@aslilacaslilacOct 20, 2025
edited
Loading

Choose a reason for hiding this comment

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

22.4px is a specific enough value to deserve a rationale comment. why not a percent anymore? why not22px?

BrunoQuaresma reacted with thumbs up emoji
padding-top:10px;
margin-left:30px;
font-size:14px;
line-height:25.6px;
Copy link
Member

Choose a reason for hiding this comment

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

another very oddline-height choice

BrunoQuaresma reacted with thumbs up emoji
}

.warningli {
text-align: left;
Copy link
Member

Choose a reason for hiding this comment

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

where is the center align coming from? manually left aligning things that should just be left aligned feels like a bit of a bandaid

BrunoQuaresma reacted with thumbs up emoji
background:rgb(13,19,33);
width:100%;
padding:24px;
text-align: left;
Copy link
Member

Choose a reason for hiding this comment

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

same here

BrunoQuaresma reacted with thumbs up emoji
@BrunoQuaresma
Copy link
ContributorAuthor

Not sure what I did to cause this diff 😓 I only changed a few lines, but it looks like something else got picked up too.

Copy link
Member

@aslilacaslilac left a comment

Choose a reason for hiding this comment

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

also I think prettier usually lowercases hex colors. maybe try formatting it one more time? I guess this file is ignored because it's in static/ which is a bit unfortunate

BrunoQuaresma reacted with thumbs up emoji
Comment on lines 2 to 8
This template is used by application handlers to render friendly error pages
when there is a proxy error (for example, when the target app isn't running).

Since it is served from subdomains, both on proxies and the primary, it MUST
NOT access any external resources. It must be entirely self-contained. This
includes anything in `/static` or `/icon`, as these are not served from
subdomains.
Since it is served from subdomains, both on proxies and the primary, it MUST
NOT access any external resources. It must be entirely self-contained. This
includes anything in `/static` or `/icon`, as these are not served from
subdomains.
Copy link
Member

Choose a reason for hiding this comment

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

maybe re-indent this comment if that also wasn't intentional?

BrunoQuaresma reacted with thumbs up emoji
font-size:24px;
margin-bottom:8px;
font-weight:400;
color:#FFF;
Copy link
Member

Choose a reason for hiding this comment

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

nit: for #fff and #000 I like to just usewhite andblack as it's slightly faster to read

BrunoQuaresma reacted with thumbs up emoji
@BrunoQuaresmaBrunoQuaresma merged commit87ce021 intomainOct 21, 2025
64 of 75 checks passed
@BrunoQuaresmaBrunoQuaresma deleted the bq/fix-static-error-styles branchOctober 21, 2025 17:39
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsOct 21, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@aslilacaslilacaslilac approved these changes

@ParkreinerParkreinerAwaiting requested review from ParkreinerParkreiner was automatically assigned from coder/ts

Assignees

@BrunoQuaresmaBrunoQuaresma

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

UI: Warning box not centered on 404 error page when visiting another user's task

3 participants

@BrunoQuaresma@aslilac

[8]ページ先頭

©2009-2025 Movatter.jp