This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
Settings, Trash2, X, Repeat2,
|
||||
} from 'lucide-vue-next'
|
||||
import { filterTasks, fromDateTimeLocal, groupTaskTree, renderMarkdown, toDateTimeLocal } from './lib/task-utils'
|
||||
import { isTaskView, shouldToggleRowSwipe } from './lib/mvp-utils'
|
||||
import { defaultView, isTaskView, shouldToggleRowSwipe } from './lib/mvp-utils'
|
||||
import { csrfHeader } from './lib/csrf'
|
||||
import MvpPanel from './MvpPanel.vue'
|
||||
|
||||
@@ -31,7 +31,7 @@ const tags = ref<Tag[]>([])
|
||||
const tasks = ref<Task[]>([])
|
||||
const trash = ref<Task[]>([])
|
||||
const activeList = ref('')
|
||||
const activeView = ref<View>('tasks')
|
||||
const activeView = ref<View>(defaultView())
|
||||
const selectedTask = ref<Task | null>(null)
|
||||
const title = ref('')
|
||||
const query = ref('')
|
||||
|
||||
Reference in New Issue
Block a user