Alteração Para uso dos Usuarios

This commit is contained in:
2026-06-24 15:10:38 -03:00
parent 057cde6fbd
commit 8572e6a842
19 changed files with 138 additions and 96 deletions

View File

@@ -222,7 +222,7 @@
<%# Top motoristas %>
<div class="bg-[#1a1a1a] rounded-2xl border border-white/5 p-6">
<h2 class="text-lg font-semibold text-white mb-4">🏆 Top Motoristas</h2>
<h2 class="text-lg font-semibold text-white mb-4">🏆 Motoristas</h2>
<% if @motoristas.any? %>
<div class="space-y-3">
@@ -234,7 +234,7 @@
</span>
<div class="flex-1 min-w-0">
<div class="flex items-center justify-between mb-1">
<span class="text-white text-sm font-medium truncate"><%= m[:nome].split.first %></span>
<span class="text-white text-sm font-medium truncate"><%= m[:nome] %></span>
<span class="text-[#f97316] text-sm font-semibold ml-2 flex-shrink-0">
<%= moeda(m[:valor]) %>
</span>
@@ -287,7 +287,7 @@
<%# Custo por motorista (barra) %>
<div class="bg-[#1a1a1a] rounded-2xl border border-white/5 p-6">
<h2 class="text-lg font-semibold text-white mb-1">👤 Custo por motorista</h2>
<p class="text-gray-400 text-sm mb-4">Top 10 no período</p>
<p class="text-gray-400 text-sm mb-4">Por motorista no período</p>
<% if @fin_por_motorista.any? %>
<div class="relative h-64"><canvas id="grafico-custo-motorista"></canvas></div>
<% else %>