tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
61 stars 12 forks source link

refactor: prefix custom flet components with T #208

Closed clstaudt closed 1 year ago

clstaudt commented 1 year ago

Custom controls derived from flet controls which are specific to this project should be prefixed with T, e.g.

 class TTextField(TextField):