You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the branch selector menu for a repo I work on, there are so many branches the options are truncated, and the main branch can't be selected - and it doesn't appear to be possible to select it any other way through the UI.
As a workaround, I selected a different branch, exported pipelines, edited the JSON, and imported the file again.
The text was updated successfully, but these errors were encountered:
Yes, this is a known problem. Of course CCMenu could fetch all branches, or the user could actively say "fetch more", but then a pop-up isn't a great UI for that. I wanted to use a search-box with drop-down but that UI element doesn't exist in Swift UI and it proved to be quite difficult to implement it. Will return to this sooner or later.
Note to self: the best option might be the approach outlined here.
Version 26.0 (244364B)
In the branch selector menu for a repo I work on, there are so many branches the options are truncated, and the
main
branch can't be selected - and it doesn't appear to be possible to select it any other way through the UI.As a workaround, I selected a different branch, exported pipelines, edited the JSON, and imported the file again.
The text was updated successfully, but these errors were encountered: