Claude/improve table styling t k sl f#1
Conversation
- Amplia colunas da grid para evitar sobreposição de headers (VELOCIDADE/RADAR) - Adiciona gap entre colunas para melhor espaçamento - Aumenta padding das linhas (6px → 10px) para mais respiro visual - Adiciona cores alternadas nas linhas (zebra striping) para facilitar leitura - Status agora usa badges com fundo colorido (verde/vermelho) em vez de texto simples - Melhora thumbnail com borda e tamanho ligeiramente maior - Radar com text-overflow ellipsis para nomes longos https://claude.ai/code/session_01TnZ2qQp6Dcpqaitc6uYW29
- Cria scripts/version-bump.sh para bump automático (major/minor/build) - Atualiza versão em todos os arquivos: package.json, dashboard, manual - Adiciona CLAUDE.md com instruções de versionamento obrigatório - Aplica bump de build (1.0.0 → 1.0.1) pela melhoria na tabela https://claude.ai/code/session_01TnZ2qQp6Dcpqaitc6uYW29
- Grid com proporções fixas + fr para colunas flexíveis (Radar, Morador) - Conteúdo centralizado em cada coluna via text-align center - Remove gap que causava desalinhamento entre header e rows - Remove padding-left no hover que deslocava toda a grid - Cada célula com overflow ellipsis para não invadir coluna vizinha https://claude.ai/code/session_01TnZ2qQp6Dcpqaitc6uYW29
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Restaura dashboard/index.html ao estado original antes das alterações de estilo da tabela, conforme solicitado. https://claude.ai/code/session_01TnZ2qQp6Dcpqaitc6uYW29
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e9bb95e556
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
dashboard/index.html
Outdated
| </div> | ||
| <div class="app-version" style="margin-top:24px;padding-top:16px;border-top:1px solid var(--border);text-align:center;font-size:11px;color:var(--text-muted);letter-spacing:0.5px"> | ||
| v1.0.1 · Build 2ea9b40 · 2026-03-12 | ||
| v1.0.2 · Build 6820ff6 · 2026-03-12 |
There was a problem hiding this comment.
Use the current revision in the displayed build hash
The UI version metadata is hardcoded to Build 6820ff6, which does not correspond to this commit (7580b33), so the build string no longer reliably identifies the running code. This breaks traceability during debugging/support because operators can be sent to the wrong revision when they copy the build hash from the login/footer.
Useful? React with 👍 / 👎.
|
|
||
| ## Deploy (OBRIGATÓRIO) | ||
|
|
||
| O deploy é feito automaticamente pela **Vercel** ao detectar push no branch `master`. |
There was a problem hiding this comment.
Point deploy instructions to the actual default branch
These instructions mandate merge/push to master, but this repository uses main; following the documented flow can cause failed pushes or deployments to never trigger on the intended branch. The operational guidance should reference the real default branch so release steps are executable.
Useful? React with 👍 / 👎.
No description provided.