Commit 650ee34
committed
chore: update Frontend submodule reference
1 parent 860f112 commit 650ee34
1 file changed
+1
-1
lines changedSubmodule Frontend_SistemaReembolso updated 71 files
- .gitignore-1
- app/.gitignore+3
- app/App.tsx+10-4
- app/app.json+2-2
- app/package-lock.json+1.3k-3.5k
- app/package.json+28-8
- app/src/(redux)/appWrapper.tsx+49-50
- app/src/(redux)/authSlice.tsx+11-1
- app/src/(redux)/notificationsSlice.ts+116
- app/src/(redux)/store.tsx+2
- app/src/assets/Animation - 1748104045158.json+1
- app/src/assets/Animation - 1748104831108.json+1
- app/src/assets/Animation - 1748105304258.json+1
- app/src/components/Input/index.tsx+7-3
- app/src/components/Input/styles.ts+7-6
- app/src/components/customButton/index.tsx+5-1
- app/src/components/customButton/styles.ts+4-4
- app/src/components/customDate/index.tsx+4-1
- app/src/components/customDate/styles.ts+4-4
- app/src/components/customDropdown/index.tsx+7-3
- app/src/components/customDropdown/styles.ts+13-10
- app/src/components/customTabBar/index.tsx+12-8
- app/src/components/customTabBar/styles.ts+10-10
- app/src/components/foto/Foto.tsx+8-3
- app/src/components/historico/ExpenseItem.tsx+11-6
- app/src/components/historico/ExpenseSection.tsx+7-6
- app/src/components/historico/Header.tsx+5-2
- app/src/components/home/PacoteCard.tsx+88-41
- app/src/components/home/ProjectCard.tsx+22-14
- app/src/components/perfil/Botao.tsx+11-6
- app/src/components/perfil/BotaoInfoPessoal.tsx+9-3
- app/src/components/perfil/BotaoOpcao.tsx+20-7
- app/src/components/perfil/Indicadores.tsx+6-1
- app/src/components/perfil/styles.ts+7-7
- app/src/components/registroDespesa/Comprovante.tsx+72
- app/src/components/registroDespesa/ComprovantePreview.tsx+127
- app/src/components/registroDespesa/PdfComprovante.tsx+52
- app/src/components/registroDespesa/Select.tsx+8-3
- app/src/context/ThemeContext.tsx+33
- app/src/global/themes.tsx+119-5
- app/src/pages/Cadastro/Cadastro.tsx+267-194
- app/src/pages/Cadastro/styles.ts+38-30
- app/src/pages/Intro/Intro.tsx+31
- app/src/pages/Intro/styles.ts+28
- app/src/pages/PreRegistro/PreRegistro.tsx+74
- app/src/pages/PreRegistro/styles.ts+45
- app/src/pages/RecuperacaoSenha/NovaSenha.tsx+188
- app/src/pages/RecuperacaoSenha/RecuperacaoSenha.tsx+109
- app/src/pages/RecuperacaoSenha/VerificarCodigo.tsx+115
- app/src/pages/RecuperacaoSenha/styles.ts+52
- app/src/pages/guiaDoUsuario/guiaDoUsuario.tsx+269
- app/src/pages/guiaDoUsuario/styles.ts+65
- app/src/pages/historico/index.tsx+8-22
- app/src/pages/home/Home.tsx+89-36
- app/src/pages/home/PacotesScreen.tsx+60-27
- app/src/pages/login/Login.tsx+84-73
- app/src/pages/login/Verificacao2FA.tsx+149
- app/src/pages/login/styles.ts+47-22
- app/src/pages/notificacao/Notificacao.tsx+205
- app/src/pages/perfil/Gerenciar2FA.tsx+104
- app/src/pages/perfil/InfosPessoais.tsx+98-54
- app/src/pages/perfil/Perfil.tsx+45-31
- app/src/pages/perfil/styles.ts+88-20
- app/src/pages/registroDespesa/RegistroDespesa.tsx+639-360
- app/src/pages/registroDespesa/styles.ts+135-31
- app/src/routes/bottom.routes.tsx+4
- app/src/routes/index.routes.tsx+7-3
- app/src/routes/navigation.ts+7
- app/src/services/2faServices.ts+21
- app/src/services/api.ts+1-1
- app/src/styles/historico.styles.ts+30-28
0 commit comments