Skip to content

Add selected state to breadcrumb tabs #701

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 21, 2025

Overview

Added visual styling to indicate which tab/subgraph is currently active in the breadcrumb navigation. Previously, it was unclear which subgraph the user was currently viewing.

Changes

  • Added styling for .dock-tab-active to clearly indicate the selected tab
  • Applied accent-colored bottom border (2px) to visually highlight the active tab
  • Used a subtle background color change to differentiate the active tab
  • Applied medium font weight for better text emphasis
  • Added smooth transitions between tab states for a polished UI experience
  • Fixed z-index to ensure proper layering with the existing ink bar

Before

Before image showing no clear indication of which tab is selected

Visual Improvements

The active tab now has:

  • A border-bottom using the accent color
  • Slightly contrasting background to stand out
  • Medium font weight for clear readability
  • Smooth transitions when switching between tabs

Fixes #562.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.fwupd.org
    • Triggering command: /usr/bin/fwupdmgr refresh (dns block)
  • telemetry.nextjs.org
    • Triggering command: /opt/hostedtoolcache/node/20.19.1/x64/bin/node /home/REDACTED/work/graph-engine/graph-engine/packages/ui/node_modules/.bin/next build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link

changeset-bot bot commented May 21, 2025

⚠️ No Changeset found

Latest commit: c1c58ea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Copilot Copilot AI changed the title [WIP] Add selected state to breadcrumb tabs Add selected state to breadcrumb tabs May 21, 2025
@Copilot Copilot AI requested a review from six7 May 21, 2025 06:44
Copilot finished work on behalf of six7 May 21, 2025 06:45
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.

Add selected state to breadcrumb tabs
2 participants