Skip to content

Commit 4a01689

Browse files
committed
Add session status tooltip
1 parent 513fc88 commit 4a01689

File tree

1 file changed

+4
-1
lines changed
  • apps/frontend/src/app/collaboration/[id]

1 file changed

+4
-1
lines changed

apps/frontend/src/app/collaboration/[id]/page.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
Tag,
1313
Typography,
1414
Spin,
15+
Tooltip,
1516
} from "antd";
1617
import { Content } from "antd/es/layout/layout";
1718
import "./styles.scss";
@@ -492,7 +493,9 @@ export default function CollaborationPage(props: CollaborationProps) {
492493
/>
493494
)}
494495
<div className="hidden-test-results">
495-
<InfoCircleFilled className="hidden-test-icon" />
496+
<Tooltip title="Status applies only to this session">
497+
<InfoCircleFilled className="hidden-test-icon" />
498+
</Tooltip>
496499
<Typography.Text
497500
strong
498501
style={{

0 commit comments

Comments
 (0)