-
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
feat: generate and display stocsy #3055
Conversation
Deploying nmrium with
|
Latest commit: |
aad389f
|
Status: | ✅ Deploy successful! |
Preview URL: | https://dc949a81.nmrium.pages.dev |
Branch Preview URL: | https://display-boxplot-stocsy.nmrium.pages.dev |
cf build error is:
|
9038734
to
cf213c0
Compare
5671722
to
6864ca3
Compare
|
4ad07c1
to
028080c
Compare
0af5f93
to
ccefba0
Compare
@hamed-musallam For the boxPlot and the calculation of the 3 paths please use |
2e4f537
to
d89ee5e
Compare
25204f1
to
7520e7f
Compare
Still small improvements that could be done:
The first time we open Matrix generation the button should be labeled 'Apply processing' and after we could have 2 buttons:
The 2 toggle button should only be available if the matrix has been generated and therefore that 'Apply processing' was clicked. We should not have a matrix before the 'Apply processing' because if we superiimpose spectra from different origins we will be in trouble. So those button should rely on the presence of the matrix.
Not sure how this can be improved but vertical scroll wheel even if there is no redraw takes around 100mS
Once we have selected the select zone option there is no way to vertical scale the STOCSY anymore
When we save a STOCSY with all the spectra hidden we can not reload it |
The warning you see is from Blueprint.js, indicating that a tooltip is active but its content is either empty, null, or undefined. I will implement a temporary fix for this issue in NMRium. However, the underlying problem should be addressed in the react-science button component by checking the tooltip content and disabling it if it is empty. i created a PR in react-science the zakodium-oss/react-science#730 |
@hamed-musallam Could you confirm that this is ok as change and check the rest of the code when such change can improve the performances like here: https://github.com/cheminfo/nmrium/blob/ccefba0779134b79d13fd6b660db6e521cf39596/src/component/1d/ApodizationLine.tsx#L84-L87
feat:improve matrix
c5470cd
to
3bb7049
Compare
No description provided.