You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BAT-6 Refactor footer layout in board.rs for improved rendering order
This commit modifies the layout handling in the `draw` function of `board.rs` by changing the order of the footer components. The input area is now rendered before the status and hint areas, enhancing the clarity of the UI structure. Additionally, a documentation comment has been added to clarify the purpose of the `split_footer` function.
0 commit comments