Skip to content
Snippets Groups Projects
Commit 5e5ea772 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #15550 TIME 0:02 Display the avatar when creating a circuit

parent 3bc62aff
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
<ion-item class="no-ripple" *ngFor="let diffusion of visaWorkflow;let i=index"
[class.current]="diffusion.current">
<ion-reorder slot="start"></ion-reorder>
<ion-avatar *ngIf="!editMode" slot="start" class="avatar-user" style="cursor: grab;"
  • Owner

    Attention c'est pas forcément si simple =p Il faut bien regarder si au niveau affichage c'est acceptable en lisibilité (et regarder aussi sur tablette)

  • Please register or sign in to reply
<ion-avatar slot="start" class="avatar-user" style="cursor: grab;"
(click)="$event.stopPropagation();">
<img [src]="diffusion.userPicture">
</ion-avatar>
......
  • Hamza HRAMCHI @hamza.hramchi ·
    Author Maintainer

    c'est bien lisible sur ordinateur et tablette (testé)

  • Owner

    image

    hum je trouve ça pas très lisible sur tablette

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment