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
refactor: move draw_modal_overlay from modal_overlay.rs to helpers.rs
Per review feedback from lklimek: no need for a new file, move the
function to an existing file. helpers.rs is the best fit since it
already contains the related clicked_outside_window() helper.
- Moved draw_modal_overlay() to src/ui/helpers.rs
- Updated 11 import paths across the codebase
- Removed src/ui/components/modal_overlay.rs
- Removed pub mod modal_overlay from components/mod.rs
0 commit comments