feat: add MindDump button and improve new list button
This commit is contained in:
@@ -5,6 +5,10 @@ import Observation
|
||||
class ListStore {
|
||||
var lists: [TodoList]
|
||||
|
||||
var inboxID: UUID {
|
||||
lists.first { $0.isInbox }!.id
|
||||
}
|
||||
|
||||
init() {
|
||||
self.lists = [TodoList(name: "Inbox", isInbox: true)]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user