Closed YourAverageLink closed 3 months ago
I agree with what @robojumper mentioned in the discord that the helper functions should be moved into their own file within the gui
folder. Ideally there shouldn't be anything within the logic
folder that relies on Qt imports. The file could be named something like tooltip_formatting.py
.
What does this address?
When tooltips were introduced by Robojumper, functionality was added to calculate tooltips for entrances, but they were never displayed on the tracker.
How did/do you test these changes?
Notes
tracker_location_label.py
to be part oftooltips.py
so they could be used by both the location and entrance label components with an import.