Switch CentComm - Station Priority in List #594
Labels
No labels
bug
Changes: Audio
Changes: Map
Changes: No C#
Changes: Sprites
Changes: UI
documentation
DON'T MERGE
duplicate
enhancement
good first issue
help wanted
holding to vote
invalid
question
size/L
size/M
size/S
size/XL
size/XS
S: Merge Conflict
S: Untriaged
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Byrd-Station/Byrd#594
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
This is for convenience. Majority of people will need to see the station rather than CC. An incredibly tiny flip will make a world of difference.
not that easy unfortunately, listing is based on the station's entity ID - which could be either one of them since they're loaded at the same time
@LilithArson wrote in #594 (comment):
AGGH
Wait, just switch the listing to sort not based on ID, but just name. Specifically it could be just have anything containing "Central" be on the lowest priority.
upon further investigation, turns out it's not sorted at all, it just enumerates through all stations - which just so happens to result in it being sorted by ID
(and also hardcoding sorting priority is bad. I think I have an idea for how to make it work though)
This was "fixed" with the new panel layout.