435-tooltip-component #455
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "435-tooltip-component"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The component is mostly done, but there might be some minor adjustments needed. Since I will be away tuesday. I'm creating this pr to make sure these changes get through and work can be continued after the weekly merge without merge conflicts. Since there are only two files being added, they could easily be stored and re-added after the weekly merge, if we don't want to add "unfinished code". In that case, just delete this pr.
At the moment, you can simply add the tooltip component at the start of the card component in a view, and it will appear in the top right corner, though this has only been tested on parking, map and image view.


For the positioning of the tooltip text, I just shifted it to the left by a set amount of pixels, which means it is not centered when cards are resized and probably won't scale well. But at least the text is visible at all times (as far as I know).
Review on #435
Whats done
Tested on Windows using Firefox
Inspected following files
color: whiteon line 15 should be a hex code color per CSS wiki standardsWhat needs to be done
color: whitetocolor: #ffffffper CSS wiki standardsConclusion
The seams seem to work well from a quick overview
Updated the code to be compliant with the review feedback
Inspected file css file. Seems fine to me
I see the comment and deem it good enough to merge.