feat(FN-3079): add changeset for plugin dashboard views delivery

Completes the plugin dashboard views feature (FN-3079) by adding the changeset that documents the change for the next release.

Fusion-Task-Id: FN-3079
This commit is contained in:
Fusion
2026-05-06 03:14:06 -07:00
committed by gsxdsm
parent 94a5dca53c
commit e72156bd58
3 changed files with 19 additions and 1 deletions

View File

@@ -51,10 +51,12 @@
.dependency-graph-edge.is-related {
stroke: var(--todo);
opacity: 1;
}
.dependency-graph-edge.is-dimmed {
opacity: 0.4;
stroke: var(--border);
opacity: 0.35;
}
.dependency-graph-node {
@@ -76,10 +78,13 @@
.dependency-graph-node.is-selected .card {
box-shadow: var(--focus-ring-strong);
border-color: var(--todo);
opacity: 1;
}
.dependency-graph-node.is-related:not(.is-selected) .card {
border-color: var(--in-progress);
box-shadow: var(--shadow-sm);
opacity: 1;
}
.dependency-graph-node.is-dimmed {
@@ -87,6 +92,10 @@
filter: saturate(0.8);
}
.dependency-graph-node.is-dimmed .card {
border-color: var(--border);
}
.dependency-graph-empty {
display: flex;
align-items: center;