refactor: improve data handling and UI feedback in LGPD-related components; enhance error handling and consent term display

This commit is contained in:
2025-12-02 14:03:52 -03:00
parent e81054874f
commit ffa4dc5fb2
5 changed files with 254 additions and 64 deletions

View File

@@ -69,6 +69,7 @@ import type * as tables_enderecos from "../tables/enderecos.js";
import type * as tables_ferias from "../tables/ferias.js";
import type * as tables_flows from "../tables/flows.js";
import type * as tables_funcionarios from "../tables/funcionarios.js";
import type * as tables_lgpdTables from "../tables/lgpdTables.js";
import type * as tables_licencas from "../tables/licencas.js";
import type * as tables_pedidos from "../tables/pedidos.js";
import type * as tables_ponto from "../tables/ponto.js";
@@ -155,6 +156,7 @@ declare const fullApi: ApiFromModules<{
"tables/ferias": typeof tables_ferias;
"tables/flows": typeof tables_flows;
"tables/funcionarios": typeof tables_funcionarios;
"tables/lgpdTables": typeof tables_lgpdTables;
"tables/licencas": typeof tables_licencas;
"tables/pedidos": typeof tables_pedidos;
"tables/ponto": typeof tables_ponto;