event: highlight active convoy in timeline #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Status update: I have implemented a local fix for the timeline issue. The currently active convoy is now visually highlighted in the event schedule/timeline area. The convoy links in that area also preserve the current event tab context. UI verification is still in progress.
Status update: the active-convoy highlighting logic has been refined for manual timing overrides. A convoy is now treated as active only until the next convoy in sequence starts, instead of always using the default interval as its end. This fixes cases where a manually shifted convoy could keep the badge even though the following convoy had already started. Lint and build are clean after this adjustment.
Status update: the timeline badge has been simplified to icon-only presentation. The visual marker remains, but the text label was removed to keep the schedule display lighter while still highlighting the active convoy.
Verification update: the active-convoy badge has now been tested successfully, including the automatic refresh behavior. The marker switches to the correct convoy as time progresses, including after refreshes.
Final update: implemented and verified. The active convoy marker now updates correctly, including manual timing overrides and automatic refreshes, and the timeline badge uses the final icon-only presentation. Pushed to main in commit
0add632.Highlight active convoy in Timelineto event: highlight active convoy in timeline