Frontend de erp-core - Workspace V2
Go to file
Adrian Flores Cortes b9068be3d9 [TASK-2026-02-03-INTEGRACION] feat: Frontend integration improvements
## Products Feature (24 files)
- Convert hooks from @tanstack/react-query to useState/useEffect
- Fix page components to use new hook structure
- Add missing API files and components

## Warehouses Feature (20 files)
- Complete feature using correct hook pattern

## Partners Hooks (3 files)
- Convert usePartnerAddresses to useState/useEffect
- Convert usePartnerContacts to useState/useEffect
- Convert usePartnerBankAccounts to useState/useEffect

## Companies Hooks (2 files)
- Convert useCompanyBranches to useState/useEffect
- Convert useCompanySettings to useState/useEffect

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:00:46 -06:00
public Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
src [TASK-2026-02-03-INTEGRACION] feat: Frontend integration improvements 2026-02-04 01:00:46 -06:00
.eslintrc.cjs Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
.gitignore chore: Add .gitignore for build artifacts 2026-01-18 06:23:50 -06:00
Dockerfile Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
index.html Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
nginx.conf Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
package-lock.json feat(hr): Add complete HR frontend module 2026-01-26 16:34:03 -06:00
package.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
postcss.config.js Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
tailwind.config.js feat(ux-ui): update layout, providers and config for UX remediation 2026-02-03 19:25:56 -06:00
tsconfig.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
tsconfig.node.json Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
vite.config.d.ts Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
vite.config.ts Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00