You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarifies filter label and rounds probability values
Improves user clarity by renaming the filter label to explicitly reference "Source of Autoregulation Data." Enhances readability of displayed values by rounding mechanism probability and type confidence to three decimal places. Updates patch notes to document these changes.
@@ -3341,9 +3342,15 @@ server <- function(input, output, session) {
3341
3342
"<li><strong>Smart Filter Detection:</strong> Threshold filters only activate when slider moves above minimum data value, preventing unnecessary filtering at baseline</li>",
3342
3343
"<li><strong>Reset Improvements:</strong> Reset Filters button now correctly returns thresholds to data minimums rather than zero</li>",
3343
3344
"</ul>"
3345
+
),
3346
+
paste(
3347
+
"<ul>",
3348
+
"<li><strong>Label Clarity Improvement:</strong> Changed 'Data Source' filter label to 'Source of Autoregulation Data' for better clarity and specificity</li>",
3349
+
"<li><strong>Probability Precision:</strong> Rounded Mechanism Probability and Type Confidence values to 3 decimal places (e.g., 0.644 instead of 0.6438683271408081) for improved readability</li>",
0 commit comments