feat(ssa): Complete T-test end-to-end testing with 9 bug fixes - Phase 1 core 85% complete. R service: missing value auto-filter. Backend: error handling, variable matching, dynamic filename. Frontend: module activation, session isolation, error propagation. Full flow verified.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -997,9 +997,7 @@
|
||||
|
||||
.message-bubble .markdown-content ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.message-bubble .markdown-content ol {
|
||||
}.message-bubble .markdown-content ol {
|
||||
list-style-type: decimal;
|
||||
}.message-bubble .markdown-content li {
|
||||
margin: 6px 0;
|
||||
@@ -1017,13 +1015,11 @@
|
||||
.message-bubble .markdown-content em {
|
||||
font-style: italic;
|
||||
color: #4B5563;
|
||||
}
|
||||
|
||||
.message-bubble .markdown-content code {
|
||||
}.message-bubble .markdown-content code {
|
||||
background: rgba(79, 110, 242, 0.1);
|
||||
color: #4F6EF2;
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user