Feature request: Screen groups in builder #16382
suller-hub
started this conversation in
Ideas
Replies: 1 comment
-
I like this, we have similar problems with larger apps. I think there may be some more to it though, the left-hand panel is very cluttered with the split between screens and components. Would it maybe make sense to move the screen list (with the ability to group) into a drop down/pop up above the designer? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📄 Feature Request: Screen Groups (Like UI Containers)
Summary
Introduce Screen Groups in the Builder — similar to how Containers work for UI components — to visually organize and group related screens in large Budibase apps.
🧩 Problem
In Budibase apps with many screens, the Screens panel becomes difficult to manage. There is no way to group related screens visually. This leads to:
Just like we use Containers in the UI builder to group and organize UI components, we need a way to group screens in the screen list.
💡 Proposed Solution
Introduce a Screen Group, which functions like a visual container in the Screens panel. It doesn't affect routing, logic, or visibility in the actual app — it's just for builder-side organization.
Suggested Features
🧪 Example Use Cases
user-list
,user-detail
,logs
home
,orders
,profile
preferences
,themes
,api-config
✅ Benefits
🛠️ Implementation Notes
screenGroups
section in internal app config🔧 Why This Is Feasible
This is a builder-side feature, similar to how UI containers currently work. It doesn’t require changes to how screens are rendered, routed, or accessed. It can be added to the builder with minimal risk and fits well into Budibase’s visual-first philosophy.
Would love to hear feedback from the Budibase team or community on feasibility and interest!
Beta Was this translation helpful? Give feedback.
All reactions