Closed ogabrielides closed 2 weeks ago
The changes involve a modification to the add_left_panel
function in the src/ui/components/left_panel.rs
file. A conditional statement is introduced to prevent the rendering of a button linked to RootScreenType::RootScreenDocumentQuery
. This adjustment alters the control flow within a loop that processes an array of buttons, ensuring that the document button is excluded from the left panel's display.
File | Change Summary |
---|---|
src/ui/components/left_panel.rs | Modified add_left_panel function to skip rendering the button for RootScreenType::RootScreenDocumentQuery . |
In the left panel, a change so bright,
A button skipped, now out of sight.
No document query to be found,
Just other buttons, all around.
Hopping through code, we dance with glee,
For a cleaner view, oh joy, you see! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The purpose of this PR is to hide the document page on the left panel. We do this because the document screen isn't ready yet.
Summary by CodeRabbit
New Features
Bug Fixes