You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like all the base are covered, but it is theoretically possible for two entries to be marked as editing = True.
Having something like editingEntryId : Maybe String would eliminate that possibility, and be more explicit. It does mean passing around more information into the entry views, though. I also don't know if this is technically any more correct.
The text was updated successfully, but these errors were encountered:
It looks like all the base are covered, but it is theoretically possible for two entries to be marked as
editing = True
.Having something like
editingEntryId : Maybe String
would eliminate that possibility, and be more explicit. It does mean passing around more information into the entry views, though. I also don't know if this is technically any more correct.The text was updated successfully, but these errors were encountered: