Cannot view closed issues and PRs on mobile #178650
Replies: 2 comments
-
|
I can confirm I’m seeing the same behavior. The filter bar disappears completely when there are no open issues/PRs, so there’s no way to view closed ones unless at least one is open. It does seem tied to repo ownership or permissions. Definitely looks like a regression filters used to stay visible regardless of state. |
Beta Was this translation helpful? Give feedback.
-
|
I’ve run into the same issue on mobile — when there are no open issues or PRs, the app doesn’t show the “Closed” or “Merged” filter at all, leaving an empty screen. This looks like a UI logic bug where the filter button is hidden instead of defaulting to another state. As a workaround, you can still view closed items by opening the repo in a mobile browser and adding ?q=is%3Aclosed or ?q=is%3Amerged to the URL. That’ll show the full list until the app side gets patched. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe this is a regression. When viewing a repository where there are no open issues or PRs, I am presented with an empty list (of issues or PRs respectively, on those pages) and no ability to switch the search filters to include closed issues or merged/closed PRs.
Edit to add: This only affects some repositories, others still work as expected. It seems to maybe correlate with whether I am the owner of the repo or only a maintainer.
ℹ️ Additional Debug Info
GitHub for iOS, Version 1.232.0 (176662072) Device: iPhone 13 Pro (iOS 26.0.1)Beta Was this translation helpful? Give feedback.
All reactions