Bastien-and-Gauvain / monorepo

A chrome extension to help recruiters 1-click export LinkedIn profiles in their Notion databases.
https://chromewebstore.google.com/detail/recruitivity/gahcfmlnmednhnbkifdoffblfffpeljf
3 stars 0 forks source link

✨ feat(front) PLAS-055: Toggle Between LI and Notion values #34

Closed bvelitchkine closed 8 months ago

bvelitchkine commented 8 months ago

Context

When we encounter profiles that have already been saved in the db, we need to be able to switch between values scraped on the linkedin profile and values stored in Notion.

Solution

I created a toggle switch in the design system which controls a 'checked' state. Depending on the value of checked, we switch between LI and Notion values.

To-do