feat(FN-3890): include MemoryView in dashboard quality test allowlist

Adds MemoryView to the dashboard test quality gate allowlist so it participates in the curated default test run.

Fusion-Task-Id: FN-3890
This commit is contained in:
Fusion
2026-05-09 14:15:43 -07:00
committed by gsxdsm
parent 235ba11712
commit c995ab3d90
4 changed files with 51 additions and 6 deletions

View File

@@ -477,7 +477,7 @@ export function MemoryView({ projectId, addToast }: MemoryViewProps) {
</div>
)}
<div className="form-group">
<div className="form-group memory-editor-form-group">
<label>{selectedMemoryFile?.label || "Memory Editor"}</label>
<small>{selectedLayerDescription}</small>
<div className="memory-editor-container">
@@ -696,7 +696,7 @@ export function MemoryView({ projectId, addToast }: MemoryViewProps) {
</div>
) : editingInsights ? (
// Raw editor mode
<>
<div className="memory-insights-editor-layout">
<div className="memory-editor-container">
<FileEditor
content={insightsEditorContent ?? ""}
@@ -721,7 +721,7 @@ export function MemoryView({ projectId, addToast }: MemoryViewProps) {
Save Insights
</button>
</div>
</>
</div>
) : !insightsExists || parsedCategories.length === 0 ? (
// Empty state
<div className="memory-empty-state">