BioAnalyticResource / ePlant

ePlant is a gene-centric visualization tool for plant genomes
https://bioanalyticresource.github.io/ePlant/
GNU General Public License v2.0
7 stars 12 forks source link

Yonah/chromosome view gene fetch fix #141

Open y330 opened 1 month ago

y330 commented 1 month ago

Fixed the ujnneccary fetches in Chromosome.tsx by moving the given code to top level index.tsx file. Now instead of many many fetches per gene annotation, only 2 occur. I checked the other views to see if they also sometimes have duplicate fetches, and they do so i dont think theres anything to do about it. Before: image After: image

mwkyuen commented 2 weeks ago

Just following up here, @y330, are you able to continue with this PR and make those changes or do you want someone else to take over this PR?

y330 commented 1 day ago

@Yukthiw @VinLau Yes, I am able to continue this PR. I am currently experiencing some technical issue on my end. I see a white screen on the localhost of the project, even when I view it on another browser. I have tried changing my branch to staging and it still happens. image any suggestions?