-
Notifications
You must be signed in to change notification settings - Fork 2
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
add to viewer button > double-click #49
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #49 +/- ##
==========================================
+ Coverage 93.10% 94.69% +1.59%
==========================================
Files 9 11 +2
Lines 377 415 +38
==========================================
+ Hits 351 393 +42
+ Misses 26 22 -4
☔ View full report in Codecov by Sentry. |
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.
LGTM. I added a small comment about the dialogue.
Happy to merge, but I think the UI needs to be made more intuitive (not sure how) or add some instructions to the user within the UI.
I agree. For now, there are instructions for the table to double-click a row in its tooltip. I would suggest this be complement with an info logo that you can hover over somewhere? [Edit: moving this discussion to #52] |
Description
What is this PR
Why is this PR needed?
Our widgets are multiplying and there's no space for them any more
What does this PR do?
To account for this, the atlas widget tests were refactored heavily. This refactor includes the adding of a new fixture in
conftest.py
to simplify emulating a user doubleclicking on a view.References
Closes #45
How has this PR been tested?
Existing tests were refactored and some new ones added. Automated tests pass, and I've tested manually too.
Is this a breaking change?
yes, the UI changes completely (but no underlying fu
Does this PR require an update to the documentation?
Nope
Checklist: