-
-
Notifications
You must be signed in to change notification settings - Fork 24
Runtime feature toggle panel #177
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Use case
Problem
The current example app renders searchable listviews with static configurations. To test different attribute combinations, developers must manually edit source code, rebuild, and re-run the app each time. This slows down iteration and makes it harder to demo or validate the package's full capabilities.
Proposed solution
Add a dedicated Feature Tweaks / Admin Panel screen to the example app that exposes all searchable listview attributes as runtime toggles. Changes should apply immediately without a rebuild.
Proposal
No response