Commit d7d5d4b
committed
chore: update Frontend submodule reference
1 parent 6de8942 commit d7d5d4b
1 file changed
+1
-1
lines changedSubmodule Frontend_SistemaReembolso updated 53 files
- README.md+22-1
- app/.gitignore+36
- app/App.tsx+24
- app/app.json+28
- app/assets/adaptive-icon.png
- app/assets/favicon.png
- app/assets/icon.png
- app/assets/splash-icon.png
- app/gesture-handler.js+1
- app/gesture-handler.native.js+2
- app/index.ts+8
- app/package-lock.json+10.7k
- app/package.json+38
- app/src/(redux)/appWrapper.tsx+60
- app/src/(redux)/authSlice.tsx+73
- app/src/(redux)/store.tsx+15
- app/src/api.ts+7
- app/src/assets/perfil.png
- app/src/components/customDate/index.tsx+46
- app/src/components/customDate/styles.ts+17
- app/src/components/customDropdown/index.tsx+54
- app/src/components/customDropdown/styles.ts+77
- app/src/components/customTabBar/index.tsx+65
- app/src/components/customTabBar/styles.ts+78
- app/src/components/historico/ExpenseItem.tsx+31
- app/src/components/historico/ExpenseSection.tsx+45
- app/src/components/historico/Header.tsx+17
- app/src/components/home/ProjectCard.tsx+108
- app/src/components/loginCadastro/Campos.tsx+26
- app/src/components/perfil/Botao.tsx+31
- app/src/components/perfil/BotaoInfoPessoal.tsx+30
- app/src/components/perfil/BotaoOpcao.tsx+35
- app/src/components/perfil/Indicadores.tsx+24
- app/src/components/perfil/styles.ts+49
- app/src/components/registroDespesa/Select.tsx+26
- app/src/global/themes.tsx+6
- app/src/pages/Cadastro/Cadastro.tsx+172
- app/src/pages/Cadastro/styles.ts+147
- app/src/pages/historico/index.tsx+124
- app/src/pages/home/Home.tsx+125
- app/src/pages/login/Login.tsx+135
- app/src/pages/login/styles.ts+123
- app/src/pages/perfil/InfosPessoais.tsx+76
- app/src/pages/perfil/Perfil.tsx+220
- app/src/pages/perfil/styles.ts+128
- app/src/pages/registroDespesa/RegistroDespesa.tsx+226
- app/src/pages/registroDespesa/styles.ts+142
- app/src/routes/bottom.routes.tsx+27
- app/src/routes/index.routes.tsx+42
- app/src/services/api.ts+7
- app/src/services/api2.ts+7
- app/src/styles/historico.styles.ts+174
- app/tsconfig.json+8
0 commit comments