Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

th-duvanel
Copy link
Contributor

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

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 kworkflow#25

Signed-off-by: Thiago Duvanel <thiago.duvanel@usp.br>
Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
@davidbtadokoro
Copy link
Collaborator

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

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

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

@th-duvanel th-duvanel deleted the ux-enhance branch October 9, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants