PathOfBuildingCommunity / PathOfBuildingCommunity/PathOfBuilding
Pls sir can we get more columns?
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 5.4k
- Forks
- 2.4k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 26
Description
Check for duplicates
- I've checked for duplicate open and closed issues by using the search function of the issue tracker
Is your feature request related to a problem?
The problem is we need to scroll down quite far to see some screens despite plenty of horizontal real estate available. The screen is built to scale down to a single column if need be, but unfortunately doesn't scale up past 3 columns.
Describe the solution you'd like
It should scale across the width of the device till there are no columns left to scale. Or set the integer from 3 to say 9 to handle the top end.
Describe alternatives you've considered
No response
Additional context
No response
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
The issue names no files, tests, or entry points, but identifies a three-column UI limit and requests scaling beyond it. Start by locating the layout code that sets the column count and check its behavior at wider and narrow widths. Done means wider screens use additional columns while the existing single-column fallback still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100