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 e433e68dd7
commit ca28002085
4 changed files with 51 additions and 6 deletions

View File

@@ -64,16 +64,50 @@
.memory-view-content {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}
.memory-working-tab,
.memory-insights-tab,
.memory-engines-tab {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.memory-editor-section {
display: flex;
flex-direction: column;
min-height: 0;
flex: 1;
}
.memory-editor-form-group {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
}
.memory-editor-container {
border: 1px solid var(--border);
border-radius: var(--radius-md);
overflow: hidden;
display: flex;
flex-direction: column;
height: calc(100vh - var(--header-height) - 180px);
flex: 1 1 auto;
min-height: calc(var(--space-xl) * 13 + var(--space-xs) * 2);
}
.memory-insights-editor-layout {
display: flex;
flex: 1;
min-height: 0;
flex-direction: column;
}
.memory-category-section {
@@ -417,7 +451,7 @@
}
.memory-editor-container {
height: calc(100vh - var(--header-height) - var(--mobile-nav-height) - 200px);
min-height: calc(var(--space-xl) * 10);
}
.memory-stats-row {