feat(FN-3139): add planning comment input to interview modals and show in c

Merges FN-3139 planning comment infrastructure (comment inputs in mission/milestone-slice/planning modals, comment display in conversation history), FN-3119 Quick Chat FAB with slash-triggered skill menu and plugin integration, FN-3117 plugin dashboard views and chat session icons, and FN-3066 plugi

Fusion-Task-Id: FN-3139
This commit is contained in:
Fusion
2026-05-02 00:37:57 -07:00
committed by gsxdsm
parent d42dfb0ab3
commit d227c6416b
14 changed files with 495 additions and 53 deletions

View File

@@ -476,6 +476,21 @@
box-shadow: var(--focus-ring);
}
.planning-comment-section {
margin-top: var(--space-lg);
}
.planning-comment-label {
display: block;
margin-bottom: var(--space-xs);
color: var(--text-muted);
font-size: var(--font-size-xs, 12px);
}
.planning-comment-section .planning-textarea {
min-height: calc(var(--space-md) * 5);
}
.planning-char-count {
text-align: right;
font-size: 12px;
@@ -1248,6 +1263,10 @@
font-size: 16px;
}
.planning-comment-section .planning-textarea {
min-height: calc(var(--space-md) * 5);
}
/* Planning options compact on mobile */
.planning-option {
padding: 12px;