feat(widget): add help widget and improve score widget

- Introduced a new `Help` widget to display user instructions.
- Improved the `ScoreListWidget` by removing unnecessary execution rendering methods and simplifying state transitions.
- Cleaned up unused imports and refactored code for better readability.
This commit is contained in:
2025-01-29 15:34:16 -05:00
parent 6628e193e0
commit f1f2c796c4
7 changed files with 78 additions and 45 deletions

View File

@@ -1 +1,2 @@
pub mod score;
pub mod help;