diff --git a/CHANGELOG.md b/CHANGELOG.md index b02b061..d1c2126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/pt-BR/). Este projeto adota [Versionamento Semântico](https://semver.org/pt-BR/). +## [1.43.1] - 2025-12-16 + +### Fixed +- **Espaços em branco desnecessários em Mobile** - Otimização completa de altura e padding + - Widget Fluxo de Caixa: + - Removido `h-100` em mobile (agora se ajusta ao conteúdo) + - Card-body padding reduzido: 1rem + - Estados loading/erro: altura 280px (antes 350px fixo) + - Gráfico: 280px (mobile) vs 350px (desktop) + - Resumo: margens reduzidas `mt-3 pt-2` + - Widget Projeção de Saldo: + - Card-body padding: 1rem em mobile + - Gráfico reduzido: 250px (mobile) vs 350px (desktop) + - Alertas compactos: padding `p-2`, margens `mb-2/mb-3`, fonte 0.75rem + - Textos abreviados em alertas para economizar espaço + +### Improved +- **Abreviações em textos mobile** - Labels compactos sem quebra de linha + - Fluxo de Caixa: "RECEITAS", "DESPESAS", "MÉD. REC.", "MÉD. DESP." + - Sobrepagamentos: "TOTAL", "QTD", "MÉDIA" + - Alertas: "Saldo negativo em" ao invés de "Previsão de saldo negativo em" + - Todos com `whiteSpace: 'nowrap'` para prevenir quebras + ## [1.43.0] - 2025-12-16 ### Added diff --git a/README.md b/README.md index 19864b4..ddc5f38 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ cd frontend && ./deploy.sh ### Backend ```bash cd backend && ./deploy.sh -``` +```github/.DIRETRIZES_DESENVOLVIMENTO_v5 ## 📖 Documentação diff --git a/VERSION b/VERSION index b978278..3987c47 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.43.0 +1.43.1 diff --git a/frontend/src/components/dashboard/BalanceProjectionChart.jsx b/frontend/src/components/dashboard/BalanceProjectionChart.jsx index 31854e7..8ea6e1b 100644 --- a/frontend/src/components/dashboard/BalanceProjectionChart.jsx +++ b/frontend/src/components/dashboard/BalanceProjectionChart.jsx @@ -259,19 +259,18 @@ const BalanceProjectionChart = () => { )} -
{t('dashboard.noDataAvailable')}
@@ -211,7 +218,7 @@ const CashflowChart = ({ data, loading, scale = 'monthly', primaryCurrency = 'EU }; return ( -