feat: add task assignment

This commit is contained in:
Urban Modig
2026-07-26 22:49:06 +02:00
parent 059d4da921
commit aaebe888f3
26 changed files with 964 additions and 39 deletions

View File

@ -79,7 +79,7 @@ function App() {
}
if (activeUser) {
return <TaskBoard activeUserName={activeUser.name} onLogOut={logOut} />
return <TaskBoard activeUserName={activeUser.name} users={users} onLogOut={logOut} />
}
if (showCreateUser) {