Skip to content

Commit

Permalink
Add session status tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Nov 13, 2024
1 parent 513fc88 commit 4a01689
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/frontend/src/app/collaboration/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
Tag,
Typography,
Spin,
Tooltip,
} from "antd";
import { Content } from "antd/es/layout/layout";
import "./styles.scss";
Expand Down Expand Up @@ -492,7 +493,9 @@ export default function CollaborationPage(props: CollaborationProps) {
/>
)}
<div className="hidden-test-results">
<InfoCircleFilled className="hidden-test-icon" />
<Tooltip title="Status applies only to this session">
<InfoCircleFilled className="hidden-test-icon" />
</Tooltip>
<Typography.Text
strong
style={{
Expand Down

0 comments on commit 4a01689

Please sign in to comment.