feat(FN-3753): unify agent action gating classifications and add even cards
The merge adds the `fusion-plugin-even-cards` workspace plugin with board card endpoints and auth support, refactors agent action gating classifications into a unified `gating-classifications.ts` module, refreshes review state on manual triggers, repoints roadmap type imports to the plugin package, Fusion-Task-Id: FN-3753
This commit is contained in:
@@ -2999,10 +2999,12 @@
|
||||
|
||||
.gm-pull-split-toggle {
|
||||
flex: 0 0 auto;
|
||||
width: auto;
|
||||
min-width: var(--space-xl);
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-left: 0;
|
||||
padding-inline: var(--space-sm);
|
||||
padding-inline: var(--space-xs);
|
||||
}
|
||||
|
||||
.gm-pull-menu {
|
||||
@@ -3648,6 +3650,11 @@
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
.gm-pull-split-toggle {
|
||||
min-width: 36px;
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.gm-pull-menu {
|
||||
left: 0;
|
||||
right: auto;
|
||||
|
||||
Reference in New Issue
Block a user