feat: update system branding and improve user interface consistency
- Changed all instances of "Sistema de Gerenciamento da Secretaria de Esportes" to "Sistema de Gerenciamento de Secretaria" for a more concise branding. - Enhanced the PrintModal component with a user-friendly interface for selecting sections to include in PDF generation. - Improved error handling and user feedback during PDF generation processes. - Updated various components and routes to reflect the new branding, ensuring consistency across the application.
This commit is contained in:
@@ -1233,11 +1233,11 @@
|
||||
<!-- Times Gerenciados PREMIUM -->
|
||||
{#if ehGestor}
|
||||
<div
|
||||
class="card border-t-4 border-amber-500 bg-linear-to-br from-amber-50 to-orange-50 shadow-2xl dark:from-amber-950 dark:to-orange-950"
|
||||
class="card border-t-4 border-warning bg-gradient-to-br from-warning/10 via-base-100 to-warning/5 shadow-2xl"
|
||||
>
|
||||
<div class="card-body">
|
||||
<h2
|
||||
class="card-title mb-6 flex items-center gap-2 text-2xl text-amber-700 dark:text-amber-400"
|
||||
class="card-title mb-6 flex items-center gap-2 text-2xl text-warning"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
||||
Reference in New Issue
Block a user