-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updated alerts to use toasts #419
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.
Great!
I'll wait to see if @marxide has any solution for the Aladin z-index. |
I managed to track down the z-index bug, it was because the toast is shown inside the So this is now ready to go. |
…m/askap-vast/vast-pipeline into issue-260-use-toast-notifications
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.
Just fix committed conflicts then all good!
CHANGELOG.md
Outdated
<<<<<<< HEAD | ||
- [#408](https://github.com/askap-vast/vast-pipeline/pull/408) feat: use forced_phot dependency instead of copied code. | ||
- [#407](https://github.com/askap-vast/vast-pipeline/pull/407) fix, model: modified 2-epoch metric calculation. | ||
======= | ||
>>>>>>> 381c2a269ea04dba17bab187f4cf35a240949e7a |
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.
fix conflict!
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.
How did I miss that! I guess that's why I wait for reviews 😆 Fixed in e24ba16.
Merging with readme fix. |
I've updated the alerts to use toasts instead, some screenshots:
Though I have one problem, the toast doesn't take z-index precedence over Aladin-lite (see screenshot) @marxide would you know how to solve this?:
Also I noticed the notifications don't appear on the
source_detail.html
template unless the toasts script is explicitly loaded there. I imagine that this is why the alerts one was there in the first place, but I'm guessing this is also something to do with with Aladin or JS9 on this page?Fixes #260.