Skip to content

Commit

Permalink
Merge pull request #146 from theRAPTLab/dev-bl/comment-id
Browse files Browse the repository at this point in the history
Feature: Add Comment ID
  • Loading branch information
benloh authored Jan 26, 2024
2 parents 38ad7b2 + 2475ed4 commit 9a09938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-web/components/EvidenceLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class EvidenceLink extends React.Component {
>
<Grid item xs={4} hidden={!isExpanded} className={classes.evidenceWindowLabelGrid}>
<Typography className={classes.evidenceWindowLabel} variant="caption" align="right">
IDEA:
CLAIM:
</Typography>
</Grid>

Expand All @@ -626,7 +626,7 @@ class EvidenceLink extends React.Component {
classes.evidenceLabelFieldExpanded
)}
value={note}
placeholder="One idea from this evidence..."
placeholder="One claim from this evidence..."
autoFocus
multiline
variant="filled"
Expand Down
3 changes: 3 additions & 0 deletions src/app-web/components/StickyNote.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ class StickyNote extends React.Component {
</Typography>
</Grid>
<Grid item xs={9}>
<div style={{ float: 'right' }} className={classes.stickynoteCardLabel}>
#{comment.id}
</div>
<div hidden={!showCriteria}>
<InputLabel className={classes.stickynoteCardLabel}>CRITERIA:&nbsp;</InputLabel>
<div className={classes.stickynoteCardCriteria} title={criteriaDescription}>
Expand Down

0 comments on commit 9a09938

Please sign in to comment.