seqviz icon indicating copy to clipboard operation
seqviz copied to clipboard

Demo updates

Open guzmanvig opened this issue 4 years ago • 2 comments

I think that the demo webpage (https://tools.latticeautomation.com/seqviz/) is using an outdated version of the code. This is because the search functionality is not working and the request to get the part uses a proxy (which was removed in the latest version).

Also, a couple of small updates to the README could be made:

  • value 0 for directionality property in annotations which removes the arrow from both ends is not mentioned
  • color property in annotations which changes the color of it, is also not mentioned.

Thanks!

guzmanvig avatar Jun 03 '21 21:06 guzmanvig

Someone with AWS creds needs to run npm run demo

I updated the README to me more explicit about direction undefined or == 0: https://github.com/Lattice-Automation/seqviz/commit/40e306fcf72b12f077a00e2fe59438c0089267cd

The color update to README was addressed in commit for the other (now closed) issue

jjti avatar Jun 16 '21 00:06 jjti

I ejected from CRA for the sake of the Typescript conversion and now craco (a diff framework we're using for the demo) is totally unusable. The demo part of things will need to be rewritten or migrated to a diff tool or something

I'm leaning towards Storybook: https://storybook.js.org/docs/react/get-started/introduction

jjti avatar Jul 16 '22 02:07 jjti

This is done. Huge PITA, involved moving from Craco to Next.js. Anyone with Lattice creds in a profile called lattice can update

jjti avatar Sep 05 '22 14:09 jjti