pangeachat / client

Learn a language while texting your friends
https://krille-chan.github.io/fluffychat/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Should tooltip implementation be different for mobile? #293

Closed Kelrap closed 4 months ago

Kelrap commented 4 months ago

Some features, like the audio toolbar, don't come with obvious explanations. Pressing and holding does reveal a tooltip with more information, but that option isn't intuitive. Would it be helpful to let the tooltip activate on a single press in some situations? Or inform users early on how the tooltip can be activated?

Screenshot 2024-06-05 at 9 28 06 AM
wcjord commented 4 months ago

Yeah we need a little set of instructions that appears for first-time users.

I've imagined that it could be a simple little widget with some instruction text and a toggle for "don't show again" that we can reuse in a bunch of places.

Do you want to tackle this? We can talk more about the implementation.