-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor UI components for flexible layout handling
Replaced static stack length management with dynamic gap sizing and layout direction handling in `StackContainer`. Updated `FocusHandler` to remove dependency on `ParentUIComponent`, simplifying the initialization and management of focus. Adjusted screen initialization in `TestScreen` to utilize a vertical layout with a configurable gap, enhancing UI modularity and maintainability.
- Loading branch information
1 parent
d2201c5
commit 4c1ac89
Showing
4 changed files
with
88 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters