-
Notifications
You must be signed in to change notification settings - Fork 26
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
refactor database structure search modal #2508
Conversation
Deploying with Cloudflare Pages
|
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.
Please compare with the current version on https://dev.nmrium.org
- Modal title isn't nice (there's a grey background only around the text)
- Molecule editor is cropped
Also, this shouldn't be implemented as a modal, because the results are displayed live in the Database panel while you edit the molecule. I will discuss this with @lpatiny to suggest a replacement. |
We will keep this on hold for now. @wadjih-bencheikh18 feel free to migrate other uses of Modal. |
c1cc4e0
to
2872ecb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2508 +/- ##
=======================================
Coverage 53.46% 53.46%
=======================================
Files 50 50
Lines 2450 2450
Branches 88 88
=======================================
Hits 1310 1310
Misses 1139 1139
Partials 1 1 ☔ View full report in Codecov by Sentry. |
2872ecb
to
643cf27
Compare
@targos So the current idea is that we have a large Modal that also display the selected molecule 'live'. Is this correct ? But what will happen when we draw the molecule. Will the panel be filtered live as well ? (and we can see it being filtered in the greyed panel ? |
I don't understand what you mean by " display the selected molecule 'live'." |
For now we will loose the interaction and we should merge this PR. Please rebase the project to have a final check ? |
|
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.
Functionality is ok for me.
There's a conflict. |
Conflict solved |
refs : #1537