Inventory view: click component name to navigate to component detail

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 01:27:11 +00:00
parent bc339bd073
commit d489c1e306
2 changed files with 18 additions and 1 deletions

View File

@@ -643,6 +643,15 @@ nav {
.type-pill.type-bom { background: var(--badge-bom-bg); color: var(--badge-bom-text); }
.type-pill.type-digital { background: var(--badge-digital-bg); color: var(--badge-digital-text); }
.inv-component-link {
cursor: pointer;
color: var(--accent);
}
.inv-component-link:hover {
text-decoration: underline;
}
.inv-quantity {
font-family: var(--font-mono);
font-size: 0.9rem;