What feature or change would you like to see made?
Currently, component location is set during the ADD_ACTION_COMPONENT action, which limits flexibility for dynamic layout updates. If a component needs to change location, it must be re-added, which is inefficient.
Why should we prioritize this feature?
Simplify ADD_ACTION_COMPONENT: Make ADD_ACTION_COMPONENT only handle adding a component, not its location, to reduce redundancy and improve maintainability.
This change would enable easy, dynamic layout adjustments without modifying the existing component structure.
What feature or change would you like to see made?
Currently, component location is set during the ADD_ACTION_COMPONENT action, which limits flexibility for dynamic layout updates. If a component needs to change location, it must be re-added, which is inefficient.
Why should we prioritize this feature?
Simplify ADD_ACTION_COMPONENT: Make ADD_ACTION_COMPONENT only handle adding a component, not its location, to reduce redundancy and improve maintainability.
This change would enable easy, dynamic layout adjustments without modifying the existing component structure.