LeoColman / Petals

🌻 The Open Source app Petals aims to help its users to either quit weed, reduce usage or simply know how much they're using.
GNU Affero General Public License v3.0
82 stars 33 forks source link

♻️ Refactor settings view to use componentized list items #586

Closed LeoColman closed 4 months ago

LeoColman commented 4 months ago

The settings view has been refactored to use componentized list items, improving code readability and maintainability. Each settings item and dialog was extracted into a separate Composable function in separate files, which also allows easier and isolated previewing using the @Preview annotation. The componentized settings items include: Currency, PIN, Repository, Date, Time, Milliseconds Bar Enabled, Hit Timer Milliseconds Enabled, Precision, and Share App items.