diff --git a/frontend/src/components/NavDrawer.jsx b/frontend/src/components/NavDrawer.jsx index ece9fd2..8c30515 100644 --- a/frontend/src/components/NavDrawer.jsx +++ b/frontend/src/components/NavDrawer.jsx @@ -79,8 +79,8 @@ export default function NavDrawer({ open, onClose, onMessages, onSchedule, onSch {canAccessTools && ( <>
A matching Direct Message group will be created automatically.
} +{members.size} selected
+Delete {selected?.name}? This also deletes the associated direct message group.
+Select two or more user groups. All their members get access to this conversation.
+{groupIds.size} group{groupIds.size!==1?'s':''} selected
+Delete {selected?.name}? Also deletes the associated DM group.
+User must change password on first login. Duplicate names get a number suffix.
+ +CSV Format
+{"name,email,password,role\nJane Smith,jane@company.com,,member\nBob Jones,bob@company.com,TempPass1,admin"}
+ + Name and email required. Blank password defaults to {userPass}, blank role defaults to member. +
+{csvInvalid.length} line{csvInvalid.length!==1?'s':''} skipped
+{e.line}— {e.reason}✓ {bulkResult.created.length} user{bulkResult.created.length!==1?'s':''} created
+ {bulkResult.skipped.length > 0 && ( + <> +{bulkResult.skipped.length} skipped:
+