Skip to content

Commit

Permalink
Add info about custom names in help page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Aug 1, 2022
1 parent 553612f commit 9b2191a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/pages/Help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ export const Help = () => {
rows can be changed by drag and dropping the row using the
drag–and–drop handle icon at the left-most position of the row.
</p>
<p className="help-info">
Favourite rows can be given a custom name by editing the text area
next to the issue number. The custom name is only saved after clicking
on the <b>"Save Changes"</b> button. The original names of the rows
can be seen after hovering over the text area. When unfavouriting a
row, the custom name is reset to the original name.
</p>
<Row
key={1}
topic={exampleIAP}
Expand Down

0 comments on commit 9b2191a

Please sign in to comment.