From f31e89aacb2ab2de0308f6cca8e0d8c84e02acbb Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Mon, 5 Apr 2021 01:01:41 -0700 Subject: [PATCH] Adds some import tasks. --- MonsterCards/Views/Library.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MonsterCards/Views/Library.swift b/MonsterCards/Views/Library.swift index 09394f1..8566476 100644 --- a/MonsterCards/Views/Library.swift +++ b/MonsterCards/Views/Library.swift @@ -8,8 +8,9 @@ import SwiftUI struct Library: View { + // TODO: add an import button that searches https://api.open5e.com/monsters/ and lets you import a monster from there + // TODO: add an import button that lets you browse for a tetra cube monster file and import it @Environment(\.managedObjectContext) private var viewContext - @FetchRequest( sortDescriptors: [ NSSortDescriptor(keyPath: \Monster.name, ascending: true),