-
Notifications
You must be signed in to change notification settings - Fork 815
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
Allow Binding descriptions to change #1410
Comments
We had planned to do something like this. Honestly not sure what the best API would be yet. Could you post some psuedo-code for your proposal? |
3 tasks
Added a work in progrees PR to look into this: |
This is planned for the near future. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to have an interface to change binding descriptions. An example would be keybinding for a toggle featue such as dark mode. It would be nice to show a binding displaying "[t] Toggle to dark theme" and when pressed show "[t] Toggle to light theme".
I would love to implement the feature if some pointers are given. Currently learning how to use textualize.
My intuition would be to change the binding object to allow reactive objects in the binding object and change the Footer class to return a renderable instead of caching the text...
Im I on the right path?
Thank you!
The text was updated successfully, but these errors were encountered: