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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user