XcodesOrg / XcodesOrg/XcodesApp
Filter buttons disabled at app launch
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.6k
- Forks
- 387
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Describe the bug
After launching the app, if the left sidebar is too small, the filter buttons are moved into a popup menu on the right side instead. However, the buttons in there are disabled until I cause the UI to be re-rendered by changing the size of the left sidebar for example.
To Reproduce
- Activate the "release only" filter
- Minimize width of left sidebar so the button is moved to right side
- Close and relaunch the app
- Click ">>" button on right side
Expected behavior
Buttons should not be disabled.
Ideally, they should not be moved out of the left sidebar at all. Maybe increase minimum width of the bar?
Screenshots
Version
- OS: 14.7.2
- Xcodes: 2.4.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Reproduce the launch with a narrow left sidebar and inspect the filter-button and popup-menu layout code to find why the relocated buttons remain disabled until resizing; done means the buttons are enabled immediately after launch and the existing reproduction steps pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100