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

Fix the doubled-up help text in the raindrops details panel #42

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

davep
Copy link
Owner

@davep davep commented Jan 6, 2025

The help was doubled up in the tags widget as well as in the panel itself; this had originally been done to make things work fine with Textual's own help panel. However, when I realised it wasn't a good approach to showing help for keyboard users I switched to my own help dialog, but forgot to undo this workaround.

Fixes #39

The help was doubled up in the tags widget as well as in the panel itself;
this had originally been done to make things work fine with Textual's own
help panel. However, when I realised it wasn't a good approach to showing
help for keyboard users I switched to my own help dialog, but forgot to undo
this workaround.

Fixes #39
@davep davep added Bug Something isn't working Cosmetic All things relating to the look of the application labels Jan 6, 2025
@davep davep self-assigned this Jan 6, 2025
It's not really needed in this context.
@davep davep marked this pull request as ready for review January 6, 2025 13:24
@davep davep merged commit ac75af5 into main Jan 6, 2025
4 checks passed
@davep davep deleted the unhelp-help branch January 6, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Cosmetic All things relating to the look of the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Widget help for the details panels gets doubled when focus is on the tags
1 participant