-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update port-not-found.html #3648
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d9e50b8
to
6ab672e
Compare
6ab672e
to
4d7572a
Compare
4d7572a
to
3e60289
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there! 🏁
<link rel="icon" type="image/png" href="https://gitpod.io/images/gitpod-196x196.png" sizes="196x196" /> | ||
<link rel="icon" type="image/svg+xml" href="https://gitpod.io/images/gitpod.svg" sizes="any" /> | ||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat" /> | ||
<title>Workspace Port Not Found - Gitpod</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: Thanks for adding product title at the end of the title here. We should change all dashboard titles to follow this pattern, currently using product as a prefix. Feel free to leave this out of the scope of this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added follow up issue in #3653.
@@ -241,7 +241,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps, | |||
</div> | |||
</div> | |||
<div className="mt-10 flex"> | |||
<button className="mx-auto px-4 py-2 text-gray-500 bg-white font-semibold border-gray-500 hover:text-gray-700 hover:border-gray-700 hover:bg-gray-100" onClick={() => this.redirectTo(gitpodHostUrl.asDashboard().toString())}>Go to Dashboard</button> | |||
<button className="secondary" onClick={() => this.redirectTo(gitpodHostUrl.asDashboard().toString())}>Go to Dashboard</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: YES! ⭐
text-align: center; | ||
letter-spacing: 0.04em; | ||
|
||
/* Gray 400 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: Poor gray-400
, who knew you would end up in a comment here. 🙂
3e60289
to
a17dd03
Compare
/werft run 👍 started the job as gitpod-build-se-port-not-found.10 |
/werft run 👍 started the job as gitpod-build-se-port-not-found.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works like a charm! 🔮
font-size: 48px; | ||
line-height: 64px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, wait. Let's only change this to the small page title size as seen in #3588. WDYT?
font-size: 48px; | |
line-height: 64px; | |
font-size: 32px; | |
line-height: 40px; |
2397004
to
f6d7031
Compare
fixes #3587
Also fixes a dashboard bug that was introduced in a previous PR.