From ed5695cf28862096a21106221d3874e32a667506 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Wed, 19 Nov 2025 06:41:26 -0300 Subject: [PATCH] refactor: adjust modal dimensions and enhance PDF generation for point registration - Updated modal height settings in ComprovantePonto and RegistroPonto components for improved layout and user experience. - Adjusted image display sizes to ensure better visibility and consistency across the application. - Enhanced PDF generation logic to include a summary of the employee's bank of hours, providing clearer insights into time management. - Implemented checks for page overflow in PDF generation, ensuring content fits within the document layout. --- .../components/ponto/ComprovantePonto.svelte | 4 +- .../lib/components/ponto/RegistroPonto.svelte | 4 +- .../registro-pontos/+page.svelte | 88 +++++++++++++++++++ packages/backend/convex/schema.ts | 2 + 4 files changed, 94 insertions(+), 4 deletions(-) diff --git a/apps/web/src/lib/components/ponto/ComprovantePonto.svelte b/apps/web/src/lib/components/ponto/ComprovantePonto.svelte index b2e7385..aabb54f 100644 --- a/apps/web/src/lib/components/ponto/ComprovantePonto.svelte +++ b/apps/web/src/lib/components/ponto/ComprovantePonto.svelte @@ -238,7 +238,7 @@