Trrack / trrackvis

BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

feat(react): hiding bookmark/annotations, adding tooltip to label #25

Closed dvzacharycutler closed 1 year ago

dvzacharycutler commented 1 year ago

adding tooltip to nodes, making edit/bookmark not select the node and hide if not passed initially

21 #22

Also adding annotations UI

24

nx-cloud[bot] commented 1 year ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 983822e3df96a98c164c2a4978056024e6ff1bc6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets - [`nx build-storybook react --output-dir /tmp/chromatic--1920-dLGVibFINMGV`](https://cloud.nx.app/runs/49oL2vRwzK) - [`nx build-storybook react --output-dir /tmp/chromatic--1846-rSoP5yErKTGR`](https://cloud.nx.app/runs/UnDEPw1UXQ)

Sent with 💌 from NxCloud.

kirangadhave commented 1 year ago

@dvzacharycutler can you check why the chromatic deployment is failing?

kirangadhave commented 1 year ago

The issue seems to be a known issue where react has issues compiling on Node18. There is something about OpenSSL versioning that seems to cause the issue.

There is a temporary workaround, we need to add the following option to github action. I will try it.

export NODE_OPTIONS=--openssl-legacy-provider