JadeMaveric / patronus

A browser extension that listens to your gMeets for you. And notifies you if something important is mentioned
MIT License
10 stars 2 forks source link

Add tooltips to browser bar UI #6

Closed JadeMaveric closed 3 years ago

JadeMaveric commented 3 years ago

I tried to make the UI as intuitive as possible, and did initially add tooltips to the input labels. But my CSS skills aren't the best, and it messed up the layout.

I suppose this should be something fairly simple to anyone with frontend experience. Either to fix the CSS, or switch to using the title attribute (and removing the unnecessary CSS)

A suitable PR would add tooltips to the keywords and interval label documenting what they do.

ameybh commented 3 years ago

Hi. The keyword textarea already has a description. Do you want to remove that and add a tooltip or something else(like a placeholder)?

ilkerunal commented 3 years ago

Could you please assign this to me ?

JadeMaveric commented 3 years ago

@ameybhavsar24 You can leave the text in the textarea tag. It'll only show up on first use once #3 is implemented. But you can reuse the same text in the popup. Or use a summarized form of the description given in README.md

@ilkerunal Sorry, I'm going to assign on an FCFS basis