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

A to do list app that performs CRUD operations. Made with .Net MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attachment Indicator

OudomMunint opened this issue · comments

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

  • Re-use frame + Image
  • Dark & light mode
  • Show only when item has an attachment
  • Appear next to task name

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

Fixed by PR #165