OudomMunint / .NetMAUI-To-Do-List-App

A minimalistic to do list app that performs CRUD operations. Made with .Net MAUI & SQLite. This app features a dashboard with charts, camera & image gallery usage, ListView with bulk actions as well as dark & light themes.
46 stars 9 forks source link

Attachment Indicator #163

Closed OudomMunint closed 5 months ago

OudomMunint commented 6 months ago

Implement a visual indicator for To-Do items that contains an attachment. Possibly todoItem.HasAttachment could be used to implement this feature.

OudomMunint commented 6 months ago

Small bug: Indicator doesn't go away after deleting attachment from item and saving

OudomMunint commented 5 months ago

Fixed by PR #165