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 31eee4c2f1 - Show all commits

View File

@ -359,7 +359,7 @@ const router = createRouter({
// Redirect the user to list view by default
const savedProjectView = getProjectView(to.params.projectId)
console.debug('Replaced project view with', savedProjectView)
console.debug('Replaced list view with', savedProjectView)
return {
name: router.hasRoute(savedProjectView)