Skip to content

feat: add logo SVG and replace inline SVG with image reference #18930

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

ThomasK33
Copy link
Member

Replace SVG with external logo file in OAuth2 authorization page

This PR replaces the inline SVG logo in the OAuth2 authorization page with a reference to an external SVG file. The change:

  1. Adds a new logo.svg file in the static directory with the Coder logo
  2. Updates the OAuth2 authorization page to use this external file instead of embedding the SVG directly

This approach improves maintainability by centralizing the logo in a single file and reduces duplication in the codebase.

…ization page

Change-Id: Iad1117eaa5b83a223bd8fbd91f006880ec9a7569
Signed-off-by: Thomas Kosiewski <tk@coder.com>
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ThomasK33 ThomasK33 requested a review from matifali July 21, 2025 08:54
@ThomasK33 ThomasK33 marked this pull request as ready for review July 21, 2025 08:54
@ThomasK33 ThomasK33 requested a review from aslilac as a code owner July 21, 2025 08:54
@ThomasK33 ThomasK33 merged commit fcd361d into main Jul 21, 2025
36 checks passed
@ThomasK33 ThomasK33 deleted the thomask33/07-21-chore_replace_inline_svg_with_updated_logo.svg_file_in_oauth2_authorization_page branch July 21, 2025 09:04
@github-actions github-actions bot locked and limited conversation to collaborators Jul 21, 2025
Copy link
Member

Choose a reason for hiding this comment

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

this file already existed at /icon/coder.svg, why didn't we use that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants