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
The original issue was reported (along with a PR) here: #51
This fixes the issue for tiles on the board (the filenames in the rectangle grid), but we would also need to fix this:
error_box
title_telescope
bottom_line
for folders we enter and the base folder (in the title bar): src/ui/title/title_telescope.rs (I think a change here would suffice:
The original issue was reported (along with a PR) here: #51
This fixes the issue for tiles on the board (the filenames in the rectangle grid), but we would also need to fix this:
error_box
title_telescope
bottom_line
for folders we enter and the base folder (in the title bar): src/ui/title/title_telescope.rs (I think a change here would suffice:
diskonaut/src/ui/title/title_telescope.rs
Line 186 in 120058d
for file display in the bottom lines: src/ui/bottom_line.rs (especially in
render_currently_selected
andrender_last_read_path
)in deletion confirmation and error message boxes: src/ui/modals/error_box.rs and src/ui/modals/message_box.rs
@goto-bus-stop, I'm assigning this to you since you said you'd like to work on this when you have time. Good catch on these!
The text was updated successfully, but these errors were encountered: