Skip to content

auth - modernise local redirect page #251895

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 5 commits into from
Jun 19, 2025
Merged

auth - modernise local redirect page #251895

merged 5 commits into from
Jun 19, 2025

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Jun 19, 2025

Kapture.2025-06-19.at.16.31.30.mp4

@bpasero bpasero self-assigned this Jun 19, 2025
@bpasero bpasero requested a review from TylerLeonhardt June 19, 2025 14:40
@bpasero bpasero added this to the June 2025 milestone Jun 19, 2025
@bpasero bpasero marked this pull request as ready for review June 19, 2025 14:40
@@ -33,90 +33,84 @@ body {
display: flex;
flex-direction: column;
color: var(--vscode-foreground);
font-family: "Segoe UI","Helvetica Neue","Helvetica",Arial,sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", system-ui, "Ubuntu", "Droid Sans", sans-serif;
Copy link
Member Author

Choose a reason for hiding this comment

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

this copies our VS Code fonts with fallbacks per platform, I did not understand why we had the font faces with external URLs, this feels better to me and matches what vscode does.

}

body.error .message {
display: none;
@keyframes rise-and-glow {
Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks to Lee for this.

<div class="container">
<div class="content">
<div class="icon-container">
<img src="code-icon.svg" class="vscode-icon">
Copy link
Member Author

Choose a reason for hiding this comment

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

This is no longer a link to our website, but I felt this was strange anyway?

@bpasero bpasero enabled auto-merge (squash) June 19, 2025 14:52
@bpasero bpasero merged commit a6c11ed into main Jun 19, 2025
8 checks passed
@bpasero bpasero deleted the ben/intensive-stingray branch June 19, 2025 14:56
hediet pushed a commit that referenced this pull request Jun 19, 2025
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.

2 participants