Skip to content
Snippets Groups Projects

refactor: contributor info

1 unresolved thread

In the modal that appears when the mouse is over a name of a contributor, do not display the ORCID number, only the icon, right after the name of the person (not on a new line).

Closes: AOU-1919

Merge request reports

Merged by Homada.BoumedaneHomada.Boumedane 5 months ago (Sep 9, 2024 12:17pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 10 <div class="informations">
14 <div class="fullname"
15 solidifyTooltipOnEllipsis
16 >{{firstName}} {{lastName}}
17 </div>
18 <div *ngIf="orcid | isNotNullNorUndefinedNorWhiteString"
19 class="orcid-wrapper"
20 (click)="orcidPresentational.navigateToOrcid()"
21 >
22 <solidify-button-orcid #orcidPresentational
23 [orcid]="data.orcid"
24 [isImageClickable]="false"
25 class="image-orcid"
26 ></solidify-button-orcid>
27 <a class="orcid">{{data.orcid}}</a>
11 <div class="fullname" solidifyTooltipOnEllipsis>
  • Alicia.DeDiosFuente approved this merge request

    approved this merge request

  • added 3 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading