theosanderson / gensplore

Lightweight genome browser for microbial genomes
https://gensplore.theo.io
8 stars 1 forks source link

Refactor nucleotide search highlighting logic #29

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR refactors the nucleotide search highlighting logic in the SingleRow.jsx and App.js files to use the same logic as the sequence search highlighting. The current custom tick implementation for nucleotide search highlighting is replaced with the sequence search highlighting logic, ensuring a consistent user experience.

Summary of Changes

These changes ensure consistency in the user interface for both nucleotide and sequence searches, improving the overall usability of the genome browser.

Fixes #28.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/refactor-nucleotide-search-highlighting

To make tweaks to this pull request, leave a comment below or in the code.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
genbank-view ❌ Failed (Inspect) Aug 3, 2023 10:17pm
theosanderson commented 1 year ago

Sweep: not bad but I think we no longer need to pass intsearchinput to singlerow at all?