feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
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.
konrad marked this conversation as resolved Outdated

// This is to reload the project after adding a new task through the global task add.

(remove tasks)

`// This is to reload the project after adding a new task through the global task add.` (remove `tasks`)
// FIXME: Should use pinia (somehow?)
const showTasksKey = ref(0)