style(admin): ajusta titulos das tabelas para sentence case
Some checks failed
CI/CD Web + Desktop / Deploy Convex functions (push) Blocked by required conditions
CI/CD Web + Desktop / Detect changes (push) Successful in 8s
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Has been cancelled
Quality Checks / Lint, Test and Build (push) Has been cancelled
Some checks failed
CI/CD Web + Desktop / Deploy Convex functions (push) Blocked by required conditions
CI/CD Web + Desktop / Detect changes (push) Successful in 8s
CI/CD Web + Desktop / Deploy (VPS Linux) (push) Has been cancelled
Quality Checks / Lint, Test and Build (push) Has been cancelled
- Remove uppercase dos headers das tabelas - Corrige acentuacao em "Acoes" para "Ações" - Ajusta tamanho da fonte para text-[11px] (consistente com outras tabelas) - Remove min-width das tabelas para evitar scroll horizontal 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
498b9789b5
commit
ec7dc4ce12
1 changed files with 7 additions and 7 deletions
|
|
@ -1191,9 +1191,9 @@ async function handleDeleteUser() {
|
|||
<CardContent className="space-y-4">
|
||||
<div className="w-full overflow-x-auto">
|
||||
<div className="overflow-hidden rounded-3xl border border-slate-200 shadow-sm">
|
||||
<Table className="min-w-[1100px] table-fixed text-sm">
|
||||
<Table className="w-full table-fixed text-sm">
|
||||
<TableHeader className="bg-slate-100/80">
|
||||
<TableRow className="text-xs uppercase tracking-wide text-neutral-500">
|
||||
<TableRow className="text-[11px] tracking-wide text-neutral-600">
|
||||
<TableHead className="w-12 pl-4 pr-2">
|
||||
<Checkbox
|
||||
checked={allTeamSelected || (someTeamSelected && "indeterminate")}
|
||||
|
|
@ -1206,7 +1206,7 @@ async function handleDeleteUser() {
|
|||
<TableHead className="w-[140px] px-3 text-center xl:border-l xl:border-slate-200">Papel</TableHead>
|
||||
<TableHead className="w-[160px] px-3 text-center xl:border-l xl:border-slate-200">Empresa</TableHead>
|
||||
<TableHead className="w-[180px] px-3 text-center xl:border-l xl:border-slate-200">Criado em</TableHead>
|
||||
<TableHead className="w-[100px] px-3 text-center xl:border-l xl:border-slate-200">Acoes</TableHead>
|
||||
<TableHead className="w-[100px] px-3 text-center xl:border-l xl:border-slate-200">Ações</TableHead>
|
||||
</TableRow>
|
||||
</TableHeader>
|
||||
<TableBody className="bg-white">
|
||||
|
|
@ -1465,9 +1465,9 @@ async function handleDeleteUser() {
|
|||
<CardContent className="space-y-4">
|
||||
<div className="w-full overflow-x-auto">
|
||||
<div className="overflow-hidden rounded-3xl border border-slate-200 shadow-sm">
|
||||
<Table className="min-w-[960px] table-fixed text-sm">
|
||||
<Table className="w-full table-fixed text-sm">
|
||||
<TableHeader className="bg-slate-100/80">
|
||||
<TableRow className="text-xs uppercase tracking-wide text-neutral-500">
|
||||
<TableRow className="text-[11px] tracking-wide text-neutral-600">
|
||||
<TableHead className="w-12 px-4">
|
||||
<Checkbox
|
||||
checked={
|
||||
|
|
@ -1741,9 +1741,9 @@ async function handleDeleteUser() {
|
|||
<CardContent className="space-y-4">
|
||||
<div className="w-full overflow-x-auto">
|
||||
<div className="overflow-hidden rounded-3xl border border-slate-200 shadow-sm">
|
||||
<Table className="min-w-[800px] table-fixed text-sm">
|
||||
<Table className="w-full table-fixed text-sm">
|
||||
<TableHeader className="bg-slate-100/80">
|
||||
<TableRow className="text-xs uppercase tracking-wide text-neutral-500">
|
||||
<TableRow className="text-[11px] tracking-wide text-neutral-600">
|
||||
<TableHead className="w-12 px-4">
|
||||
<Checkbox
|
||||
checked={allInvitesSelected || (someInvitesSelected && "indeterminate")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue