Skip to content

hackbot-ui: add GitHub source link to header + remove "demo"#6383

Open
sylvestre wants to merge 2 commits into
mozilla:masterfrom
sylvestre:sources
Open

hackbot-ui: add GitHub source link to header + remove "demo"#6383
sylvestre wants to merge 2 commits into
mozilla:masterfrom
sylvestre:sources

Conversation

@sylvestre

Copy link
Copy Markdown
Contributor

No description provided.

Sylvestre Ledru and others added 2 commits July 25, 2026 20:10
Add a GitHub icon link in the topbar pointing to the hackbot-ui
source on GitHub, making it easy for contributors to find and
explore the code.
@sylvestre
sylvestre requested a review from a team as a code owner July 25, 2026 18:11
Copilot AI review requested due to automatic review settings July 25, 2026 18:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the Hackbot UI header to link back to this repo’s source code and removes the “demo” label, making it easier for users to find the implementation.

Changes:

  • Add a GitHub “View source” link in the top bar header.
  • Add a GitHub SVG icon to the app’s public assets.
  • Add CSS styles for the new GitHub header link and remove the “demo” tag from the layout.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
services/hackbot-ui/public/github.svg Adds a GitHub icon asset used by the header link.
services/hackbot-ui/app/layout.tsx Replaces the “demo” tag with a GitHub source link in the header.
services/hackbot-ui/app/globals.css Styles the new GitHub link in the header.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +22 to +28
<a
className="github-link"
href="https://github.com/mozilla/bugbug/tree/master/services/hackbot-ui"
target="_blank"
rel="noopener noreferrer"
aria-label="View source on GitHub"
>
Comment on lines +85 to +88
header.topbar .github-link:hover {
opacity: 1;
color: var(--fg);
}
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