Skip to content

Conversation

@arnest00
Copy link
Contributor

@arnest00 arnest00 commented Nov 18, 2025

This work adds a header component that is inserted on the welcome and results panels during initialization.

Relevant links

To validate

  1. Pull down feat--branding-header-component
  2. Run npm i and npm run build
  3. Load the extension into either Chrome or Firefox
  4. Verify you can open the extension
  5. Verify the new header component with logo on the welcome panel
  6. Verify the new header component with logo on the results panel

@github-actions
Copy link

📦 Extension packages built successfully!

Download your Chrome and Firefox extension packages

Copy link
Contributor

@marissahuysentruyt marissahuysentruyt left a comment

Choose a reason for hiding this comment

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

I think there's just the one variable that we should be able to safely remove, and this is good to go. 👍

gap: 1rem;
align-items: center;
padding: 1rem 1.5rem;
/* TODO: The `border-bottom` color is equal to `--cv-color-gray-50` and should be replaced with the variable when implemented */
Copy link
Contributor

Choose a reason for hiding this comment

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

I can create a ticket for this if needed. I think we could add :root to the selector for all of the color variables, or maybe we could to add the .cv class to the topmost .cv-panel div (I think?).

/* neutrals */
--cv-black: hsl(0deg 0% 0%);
--cv-white: hsl(0deg 0% 100%);
--cv-grey: hsl(0deg 0% 50%);
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't look like it's being used in this file. Can we delete it, or am I missing it somewhere else?

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.

3 participants