Jakub Wlodek
Jakub Wlodek
Quick summary of pull request... - [X] I have read the contribution guidelines - [X] CI Unit tests pass - [X] New functions/classes have consistent docstrings **What this pull request...
**Is your feature request related to a problem? Please describe.** Annotations for function arguments and return values could simplify development of `py_cui` as well as applications using it **Describe the...
**Is your feature request related to a problem? Please describe.** Working on a utility for designing py_cui based interfaces, and it uses an xml based format to store information about...
At the moment, the textbox popup doesn't have any padding or a border around it, which makes it look somewhat awkward on busy TUIs. For example in the podcast player...
**Is your feature request related to a problem? Please describe.** The slider can now be aligned to the top/middle/bottom of the grid space. It would be nice if the textbox...
**Is your feature request related to a problem? Please describe.** Currently, the slider widget does not support mouse inputs. Left mouse clicks should be handled to put the slider in...
**Describe the bug** Currently, something like a key_command not being valid will only be caught once the command is executed. **To Reproduce** Steps to reproduce the behavior: 1. Create a...
**Is your feature request related to a problem? Please describe.** A widget/popup that allows for easily selecting date ranges and days **Describe the solution you'd like** Popup that allows for...
**Is your feature request related to a problem? Please describe.** Widgets for charts (line, bar, etc) should be added. **Describe the solution you'd like** A new folder called `chart_widgets` should...
**Is your feature request related to a problem? Please describe.** A menubar similar to GUI applications with "File/Edit/View" etc. dropdown menu options **Describe the solution you'd like** A new module...