kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
				
				
				
			Resolve "Cosmetic regression on ratio in library page"
							rodzic
							
								
									c836f9b039
								
							
						
					
					
						commit
						644eaf4850
					
				| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
Fix regression to quota bar color (#897)
 | 
			
		||||
| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
    <div v-if="isLoading" :class="['ui', {'active': isLoading}, 'inverted', 'dimmer']">
 | 
			
		||||
      <div class="ui text loader"><translate translate-context="Content/Library/Paragraph">Loading usage data…</translate></div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div :class="['ui', {'success': progress < 60}, {'yellow': progress >= 60 && progress < 96}, {'error': progress >= 95}, 'progress']">
 | 
			
		||||
    <div :class="['ui', {'success': progress < 60}, {'yellow': progress >= 60 && progress < 96}, {'error': progress >= 95}, 'progress']" data-percent=progress>
 | 
			
		||||
      <div class="bar" :style="{width: `${progress}%`}">
 | 
			
		||||
        <div class="progress">{{ progress }}%</div>
 | 
			
		||||
      </div>
 | 
			
		||||
| 
						 | 
				
			
			@ -154,4 +154,4 @@ export default {
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
</script>
 | 
			
		||||
		Ładowanie…
	
		Reference in New Issue