benediktscheffel / nodocs

Mobile App for scanning Documents and save them as pdf.
0 stars 0 forks source link

handle filesystem/tag logic in riverpod #26

Open leotschritter opened 1 week ago

leotschritter commented 1 week ago

Currently most of the tag/filesystem logic on the save page is handled in the tag_dropdown.dart and collection_dropdown.dart.

This should be handled in the save controller instead.