[BUG 660] POTA & SOTA panels truncate information#672
Merged
accius merged 1 commit intoaccius:Stagingfrom Mar 4, 2026
Merged
Conversation
…able, but "spot.ref - spot.name" in the title (which is displayed in mouse-over).
|
@alanhargreaves - Thanks for the additional work on this. In Chromium (ver. 144.0.7559.109), mouse over isn't producing a pop-up with any information. I guess I'll wait for this PR to get merged into main and test again. Thanks! |
Collaborator
Author
|
That is peculiar, I wonder if it is a browser option to enable the title field to pop up. I was considering modifying the Weather popup to contain this information, but the weather popup only works for local installs. |
Collaborator
Author
|
Fixes: #660 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Updates ActivatePanel to only show the spot.ref in the reference column, but populates the title with "spot.ref - spot.name".
There has been some confusion about how I previously implemented this by putting the reference and name in the displayed column, and letting it display an ellipsis so that mousing over would display the reference and name.
This is a cleaner way of doing it.
Type of change
How to test
Checklist
server.js: caches have TTLs and size caps (we serve 2,000+ concurrent users)var(--accent-cyan), etc.).bak,.old,console.logdebug lines, or test scripts includedScreenshots (if visual change)
Before:

After:
