ratatui-org / crates-tui

A TUI for exploring crates.io using Ratatui
MIT License
59 stars 4 forks source link

refactor: simplify help.rs #27

Closed joshka closed 4 months ago

joshka commented 4 months ago

Removes the complex chain calls, and the skipping behavior.

joshka commented 4 months ago
image
kdheepak commented 4 months ago

~In the previous implementation, when hitting ? in the table view, the help menu would open when the selection at the first entry corresponding to that mode. Do we not want to retain that behavior?~