-
Notifications
You must be signed in to change notification settings - Fork 43
Expert compare mode simple #1515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, 4 comments
Additional Comments (2)
The test needs to be updated to reflect the new UI where compare mode is always visible as a dropdown on the runs page, rather than being a toggle in settings. The test should now:
The test needs to be updated to skip the settings page interaction and work directly with the compare mode dropdown on the runs page. |
|
Really like that change. |
|
Required keyword not found in PR title or description. |
Expert compare mode is now always visible via dropdown instead of separate activation in the settings.
default mode is auto.


Greptile Overview
Greptile Summary
This PR simplifies the expert compare mode feature by making it always visible via a dropdown on the runs page, rather than requiring activation in settings. The changes include:
Frontend Changes:
expert_compare_mode_last_valuetocompare_mode_last_valueTest Updates:
test_runner.pyto reflect changes from PR Oom better error #1514 (MemoryError for OOM container failures)Issues Found:
localStorage.getItem('compare_mode')that is never set