Skip to content

Commit

Permalink
Added tips about hover
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinwheeless committed Feb 27, 2025
1 parent b66389a commit 627975d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/guide/quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ When a user is paused, the following occurs:

For more information, see [Custom script examples - Pause an annotator](script_examples#Pause-an-annotator).

!!! info Tip

If you hover over the **Paused** indicator, you can see the message that was shown to the user when they were paused. If a user was manually paused, it also shows who initiated the action.

![Screenshot of hover](/images/review/paused-tooltip.png)

## Verify model and annotator performance

Expand Down
6 changes: 6 additions & 0 deletions docs/source/guide/script_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,12 @@ This script automatically pauses an annotator who breaks any of the following ru

To unpause an annotator, use the [Members dashboard](quality#Pause-an-annotator).

!!! info Tip

If you hover over the **Paused** indicator, you can see the message that was shown to the user when they were paused. If a user was manually paused, it also shows who initiated the action.

![Screenshot of hover](/images/project/scripts_pause_hover.png)

#### Script

```javascript
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 627975d

Please sign in to comment.