You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have the rust backend to invite people to a task. But the UI is not yet completed. There is a UI to show the invited users (see invite_members feature and its tests), but we are missing:
a UI to select users to invite to a task (akin invite to a room)
showing task invitations in the invites-screen
(and the necessary updates of providers that are currently only caring about room invitations)
proper Notification & Activity support for people being invited
The text was updated successfully, but these errors were encountered:
We already have the rust backend to invite people to a task. But the UI is not yet completed. There is a UI to show the invited users (see
invite_members
feature and its tests), but we are missing:(and the necessary updates of providers that are currently only caring about room invitations)
The text was updated successfully, but these errors were encountered: