-
Notifications
You must be signed in to change notification settings - Fork 16
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 atom table and set cell tab as default #1059
Add atom table and set cell tab as default #1059
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1059 +/- ##
==========================================
- Coverage 68.01% 67.90% -0.11%
==========================================
Files 112 112
Lines 6634 6659 +25
==========================================
+ Hits 4512 4522 +10
- Misses 2122 2137 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Minor cosmetics. Other than that, LGTM!
src/aiidalab_qe/app/result/components/viewer/structure/structure.py
Outdated
Show resolved
Hide resolved
src/aiidalab_qe/app/result/components/viewer/structure/structure.py
Outdated
Show resolved
Hide resolved
* Introduced a table to display atom coordinates and set the cell tab as the default view. * Implemented a new `TableWidget` class for an interactive and user-friendly table experience. --------- Co-authored-by: Xing Wang <[email protected]>
* Introduced a table to display atom coordinates and set the cell tab as the default view. * Implemented a new `TableWidget` class for an interactive and user-friendly table experience. --------- Co-authored-by: Xing Wang <[email protected]>
Here i am addressing #1050
I am using @superstar54 (He will be co-author of the PR as well) code of TableWidget, with some modifications
Screen.Recording.2025-01-07.at.10.49.26.mov