fix(front): tooltip todo
This commit is contained in:
		
							parent
							
								
									f407527b6c
								
							
						
					
					
						commit
						a35dbf9074
					
				| 
						 | 
					@ -287,10 +287,15 @@ const getQuery = (field: string, value: string) => `${field}:"${value}"`
 | 
				
			||||||
      stack
 | 
					      stack
 | 
				
			||||||
      style="flex: 1; gap: 0;"
 | 
					      style="flex: 1; gap: 0;"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
 | 
					      <!-- TODO: Fix tooltips and replace Heading with Header -->
 | 
				
			||||||
      <Heading
 | 
					      <Heading
 | 
				
			||||||
        :h3="t('views.admin.ChannelDetail.header.activity')"
 | 
					        :h3="t('views.admin.ChannelDetail.header.activity')"
 | 
				
			||||||
        class="category"
 | 
					        class="category"
 | 
				
			||||||
      />
 | 
					      >
 | 
				
			||||||
 | 
					        <template #action>
 | 
				
			||||||
 | 
					          <span :data-tooltip="labels.statsWarning"><i class="question circle icon" /></span>
 | 
				
			||||||
 | 
					        </template>
 | 
				
			||||||
 | 
					      </Heading>
 | 
				
			||||||
      <Layout
 | 
					      <Layout
 | 
				
			||||||
        flex
 | 
					        flex
 | 
				
			||||||
        class="details"
 | 
					        class="details"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue