calipho-sib / sequence-viewer

neXtProt protein sequence viewer (javascript) - From SIB CALIPHO group; neXtProt project
https://cdn.rawgit.com/calipho-sib/sequence-viewer/master/examples/index.html
50 stars 17 forks source link

PR to remove Handlesbars (#12), add debounce, clear subpart array, and minor tweaks. #15

Open jogoodma opened 6 years ago

jogoodma commented 6 years ago

This PR addresses the following issues:

  1. Removes references to Handlebars (#12).
  2. Adds lodash.debounce to the sequence search call to avoid UI throttling on large sequences.
  3. Adds an event to clear the subpart sequence selection array when a user clears the regex.
  4. Removed duplicate bower reference in package.json.