kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
8 stars 6 forks source link

src: app: fix: removed obligation to write the full list name #27

Closed th-duvanel closed 3 months ago

th-duvanel commented 3 months ago

Removed the obligation to write the full mail list name when accessing its details. Besides that, a possible problem generated by that fix is also solved: selecting in a null list would cause a panic, now it is handled by a check.

Closes #25

davidbtadokoro commented 3 months ago

Hi @th-duvanel and thanks for your first contribution! Merged into the unstable branch :+1:

I tested the change, and it works as intended. The previous behavior was indeed bad UX on my part :grimacing:

I've made some quality adjustments, which you can see in the merged commit message in the [Maintainer edits] part.