File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 type =" button"
77 class =" btn btn-link px-2"
88 data-bs-toggle =" dropdown"
9- use:tooltip ={[ $_ (' common.actions' ) || ' Actions' ] }
9+ title ={ $_ (' common.actions' ) || ' Actions' }
1010 aria-label ={$_ (' common.actions' ) || ' Actions' }>
1111 <span class =" fas fa-ellipsis-v" ></span >
1212 </button >
3434 type =" button"
3535 class =" btn btn-link p-1 focus-ring rounded-pill d-inline-flex align-items-center gap-2 text-decoration-none"
3636 on:click ={() => onEdit (member )}
37- use:tooltip ={[ $_ (' common.edit' )] }>
37+ title ={ $_ (' common.edit' )}>
3838 {#if member .avatarUrl }
3939 <img
4040 src ={member .avatarUrl }
6767
6868<script >
6969 import { _ } from ' ../../main' ;
70- import tooltip from ' @panomc/sdk/utils/tooltip' ;
7170
7271 export let member;
7372 export let onEdit;
Original file line number Diff line number Diff line change 124124 type =" button"
125125 class =" btn-close"
126126 on:click ={() => removeSocial (i )}
127- use:tooltip ={[ $_ (' common.remove' )] }
127+ title ={ $_ (' common.remove' )}
128128 aria-label ={$_ (' common.remove' )}>
129129 </button >
130130 </div >
214214 import { _ } from ' ../../main' ;
215215 import ApiUtil from ' @panomc/sdk/utils/api' ;
216216 import { showToast } from ' @panomc/sdk/toasts' ;
217- import tooltip from ' @panomc/sdk/utils/tooltip' ;
218217
219218 let saving = false ;
220219
Original file line number Diff line number Diff line change 4343 href ={url .startsWith (' http' ) ? url : ' #' }
4444 target =" _blank"
4545 class =" btn btn-sm btn-link link-secondary"
46- use:tooltip ={[ platform ] }
46+ title ={ platform }
4747 aria-label ={platform }>
4848 <i class ={getSocialIcon (platform )}></i >
4949 </a >
7373 href ={url .startsWith (' http' ) ? url : ' #' }
7474 target =" _blank"
7575 class =" social-link"
76- use:tooltip ={[ platform ] }
76+ title ={ platform }
7777 aria-label ={platform }>
7878 <i class ={getSocialIcon (platform )}></i >
7979 </a >
103103 href ={url .startsWith (' http' ) ? url : ' #' }
104104 target =" _blank"
105105 class =" text-white opacity-75 hover-opacity-100"
106- use:tooltip ={[ platform ] }
106+ title ={ platform }
107107 aria-label ={platform }>
108108 <i class ={getSocialIcon (platform )}></i >
109109 </a >
119119<script >
120120 import { _ } from ' ../../main' ;
121121 import { NoContent } from ' @panomc/sdk/components/theme' ;
122- import tooltip from ' @panomc/sdk/utils/tooltip' ;
123122
124123 export let staff = [];
125124 export let viewMode = ' CARD' ;
You can’t perform that action at this time.
0 commit comments