-
Notifications
You must be signed in to change notification settings - Fork 0
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
TS migration for Domain Architectures #551
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.
Looks good. Made a few suggestions, but nothing major.
One thing I noticed is that when hovering domains in the Domain Architectures subpages (e.g. /interpro/entry/InterPro/IPR000001/domain_architecture/
, the popup first appears on the top left on the viewport before being correctly placed next to the domain, e.g.:
Can you see if you can reproduce this behavior, and if so, can it be fixed?
Co-authored-by: Matthias Blum <[email protected]>
OK suggestions implemented. Except for the thing about the tooltip first appearing at the top of the screen. I don't really know why there is a delay in locating the tooltip in the right place on the page. But that will need more time to investigate. I'll create a GH issue about it. |
c2e4295
to
ab432c9
Compare
TypeScript and visual framework migrations for the Domain architecture pages.
I'll work on the Download All DA, but I thought it would be easier to review if we separate the TS migration beforehand.
This doesn't include the interactive Search by IDA area, might do that one after the Download part if there is time left in this sprint.