diff --git a/web/app/components/workflow/header/online-users.tsx b/web/app/components/workflow/header/online-users.tsx index ecccd3cb5b..7f6792d860 100644 --- a/web/app/components/workflow/header/online-users.tsx +++ b/web/app/components/workflow/header/online-users.tsx @@ -5,6 +5,7 @@ import { useStore } from '../store' import cn from '@/utils/classnames' import { ChevronDown } from '@/app/components/base/icons/src/vender/solid/arrows' import { getUserColor } from '../collaboration/utils/user-color' +import Tooltip from '@/app/components/base/tooltip' const OnlineUsers = () => { const appId = useStore(s => s.appId) @@ -28,32 +29,56 @@ const OnlineUsers = () => { {visibleUsers.map((user, index) => { const userColor = getUserColor(user.user_id) return ( -