feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
Showing only changes of commit 45454060f5 - Show all commits

View File

@ -98,7 +98,7 @@ const hasProjects = computed(() => namespaceStore.namespaces?.[0]?.projects.leng
const loading = computed(() => taskStore.isLoading)
const deletionScheduledAt = computed(() => parseDateOrNull(authStore.info?.deletionScheduledAt))
// This is to reload the tasks project after adding a new task through the global task add.
// This is to reload the tasks list after adding a new task through the global task add.
// FIXME: Should use pinia (somehow?)
const showTasksKey = ref(0)