diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d4276ff --- /dev/null +++ b/.env.example @@ -0,0 +1,3 @@ +# Frontend environment variables (Vite) + +VITE_API_URL=http://localhost:3001 diff --git a/package-lock.json b/package-lock.json index 627c5eb..3d5ff78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,6 +48,7 @@ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@babel/code-frame": "^7.29.0", "@babel/generator": "^7.29.0", @@ -1212,6 +1213,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "baseline-browser-mapping": "^2.9.0", "caniuse-lite": "^1.0.30001759", @@ -1481,6 +1483,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -1493,6 +1496,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -1654,6 +1658,7 @@ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/src/modules/attendance/services/attendanceMocks.js b/src/modules/attendance/services/attendanceMocks.js index b589d7f..f61af7e 100644 --- a/src/modules/attendance/services/attendanceMocks.js +++ b/src/modules/attendance/services/attendanceMocks.js @@ -23,7 +23,7 @@ export const recentContacts = [ }, { id: 'joao-pedro', - name: 'Joao Pedro', + name: 'João Pedro', phone: '+55 31 98877-1102', channel: 'SMS', lastContact: 'Hoje, 08:15', @@ -32,7 +32,7 @@ export const recentContacts = [ id: 'beatriz-lima', name: 'Beatriz Lima', phone: '+55 21 99701-4455', - channel: 'Ligacao', + channel: 'Ligação', lastContact: 'Hoje, 07:51', }, ]; diff --git a/src/modules/auth/components/LoginForm.jsx b/src/modules/auth/components/LoginForm.jsx index 0d2ca7f..66f1d6c 100644 --- a/src/modules/auth/components/LoginForm.jsx +++ b/src/modules/auth/components/LoginForm.jsx @@ -49,7 +49,7 @@ export function LoginForm() { return (