UI Improvements (#7)

* Initial version with UI templates

* Implement basic screens

* Linting & bump to 0.3.0

* Tick off some TODOs
This commit is contained in:
Christiaan Goossens
2024-12-27 16:52:32 +01:00
committed by GitHub
parent 597d9cdf7d
commit 0d61861343
16 changed files with 215 additions and 34 deletions

View File

@@ -308,7 +308,7 @@ max-locals=15
max-parents=7
# Maximum number of positional arguments for function / method.
max-positional-arguments=5
#max-positional-arguments=5
# Maximum number of public methods for a class (see R0904).
max-public-methods=20