Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create help dialog component #73

Open
whoabuddy opened this issue Nov 3, 2024 · 1 comment
Open

Create help dialog component #73

whoabuddy opened this issue Nov 3, 2024 · 1 comment

Comments

@whoabuddy
Copy link
Contributor

whoabuddy commented Nov 3, 2024

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. 🤔

@r0zar
Copy link

r0zar commented Dec 2, 2024

Do we want a modal/dialog or a tooltip?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants