Fix #1086: Missing tooltip on navigation icons #1088
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue
https://github.com/thamara/time-to-leave/issues/1086#issue-2673345139
Context / Background
Some of the icons in the application did not have a hint when hovered over them while others did. It was unclear what the icons without the hints did until using them more and looking into the overall purpose of the application.
What change is being introduced by this PR?
I saw that some of the other icons (such as the "Go to Current Month" icon) already had a hint when I would hover over it. I found where this was happening in the code and replicated that code to do the same thing for icons that did not have this functionality.
I added a "title" attribute to the HTML code for the icons which provides text when hovered over. This will inform users about what these icons do.
How will this be tested?