Skip to content

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

Merged
merged 4 commits into from
Mar 29, 2021
Merged

Update port-not-found.html #3648

merged 4 commits into from
Mar 29, 2021

Conversation

svenefftinge
Copy link
Member

@svenefftinge svenefftinge commented Mar 29, 2021

fixes #3587

Also fixes a dashboard bug that was introduced in a previous PR.

@svenefftinge svenefftinge force-pushed the se/port-not-found branch 5 times, most recently from d9e50b8 to 6ab672e Compare March 29, 2021 18:04
@svenefftinge svenefftinge marked this pull request as ready for review March 29, 2021 18:04
@svenefftinge svenefftinge requested a review from gtsiolis March 29, 2021 18:20
Copy link
Contributor

@corneliusludmann corneliusludmann left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@gtsiolis gtsiolis left a 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>
Copy link
Contributor

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.

Copy link
Contributor

@gtsiolis gtsiolis Mar 29, 2021

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>
Copy link
Contributor

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 */
Copy link
Contributor

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. 🙂

@gtsiolis gtsiolis added this to the March 2021 milestone Mar 29, 2021
@svenefftinge
Copy link
Member Author

svenefftinge commented Mar 29, 2021

/werft run

👍 started the job as gitpod-build-se-port-not-found.10

@svenefftinge
Copy link
Member Author

svenefftinge commented Mar 29, 2021

/werft run

👍 started the job as gitpod-build-se-port-not-found.11

Copy link
Contributor

@gtsiolis gtsiolis left a 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! 🔮

Comment on lines 76 to 77
font-size: 48px;
line-height: 64px;
Copy link
Contributor

@gtsiolis gtsiolis Mar 29, 2021

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?

Suggested change
font-size: 48px;
line-height: 64px;
font-size: 32px;
line-height: 40px;

@svenefftinge svenefftinge merged commit 91832a1 into main Mar 29, 2021
@svenefftinge svenefftinge deleted the se/port-not-found branch March 29, 2021 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dashboard] Port not found error page
3 participants