You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a general component that we can use with each page to provide context specific help information.
I think a pop up modal paired with a well placed help icon would be ideal, so it doesn't take up space unless clicks and pops up with relevant information.
E.g.
TIP: stick to simple, singular tasks and minimal tools to choose from. Build complexity through chaining atomic actions. 🤔
The text was updated successfully, but these errors were encountered:
modal could either be a new provider (if we want to make it reusable) or something we drop in on each page.
tooltip would be more lightweight, no provider needed.
modal would be a little more mobile friendly, since it would respond to click events. tooltips are usually just hover activated.
We should create a general component that we can use with each page to provide context specific help information.
I think a pop up modal paired with a well placed help icon would be ideal, so it doesn't take up space unless clicks and pops up with relevant information.
E.g.
The text was updated successfully, but these errors were encountered: