Commit graph

2 commits

Author SHA1 Message Date
Blake Ridgway
b80b160af6 removed comments 2025-04-22 11:37:19 -05:00
Blake Ridgway
cac5f9c116 refactor: Centralize UI component creation
This commit centralizes the creation of common UI components into
`ui/components.py`, promoting code reuse and consistency.

- Created functions for creating labels, entries, buttons, combos,
  and text boxes.
- Replaced direct widget creation in MainWindow with calls to
  these functions.
2025-04-05 18:02:49 -05:00