Skip to content

Commit

Permalink
Corrigindo tela de cadastro de eletivas
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-luca committed Nov 23, 2023
1 parent 5a9db14 commit f88aa5b
Show file tree
Hide file tree
Showing 245 changed files with 32,863 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .history/backend/config/config_20231123003210.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"development": {
"username": "root",
"password": "password",
"database": "matriculai_development",
"host": "localhost",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
23 changes: 23 additions & 0 deletions .history/backend/config/config_20231123003724.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"development": {
"username": "root",
"password": "12345",
"database": "matriculai_development",
"host": "localhost",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
23 changes: 23 additions & 0 deletions .history/backend/config/config_20231123003727.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"development": {
"username": "eu",
"password": "12345",
"database": "matriculai_development",
"host": "localhost",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
23 changes: 23 additions & 0 deletions .history/backend/config/config_20231123003801.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"development": {
"username": "eu",
"password": "12345",
"database": "matriculai",
"host": "localhost",
"dialect": "mysql"
},
"test": {
"username": "root",
"password": null,
"database": "database_test",
"host": "127.0.0.1",
"dialect": "mysql"
},
"production": {
"username": "root",
"password": null,
"database": "database_production",
"host": "127.0.0.1",
"dialect": "mysql"
}
}
13 changes: 13 additions & 0 deletions .history/frontend/src/App_20231121082406.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from "react";
import RoutesApp from "./routes";
import { AuthProvider } from "./contexts/auth";
import GlobalStyle from "./styles/global";

const App = () => (
<AuthProvider>
<RoutesApp />
<GlobalStyle />
</AuthProvider>
);

export default App;
12 changes: 12 additions & 0 deletions .history/frontend/src/App_20231121235024.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from "react";
import RoutesApp from "./routes";
import { AuthProvider } from "./contexts/auth";
//import GlobalStyle from "./styles/global";

const App = () => (
<AuthProvider>
<RoutesApp />
</AuthProvider>
);

export default App;
20 changes: 20 additions & 0 deletions .history/frontend/src/components/Button/index_20231122103713.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} padding='10'>
{Text}
</C.Button>
);
};
20 changes: 20 additions & 0 deletions .history/frontend/src/components/Button/index_20231122103752.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} padding='100'>
{Text}
</C.Button>
);
};
20 changes: 20 additions & 0 deletions .history/frontend/src/components/Button/index_20231122103823.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} padding='20'>
{Text}
</C.Button>
);
};
20 changes: 20 additions & 0 deletions .history/frontend/src/components/Button/index_20231122104238.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button", PaddingBottom='20' }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
20 changes: 20 additions & 0 deletions .history/frontend/src/components/Button/index_20231122104431.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
21 changes: 21 additions & 0 deletions .history/frontend/src/components/Button/index_20231123004750.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
export { ButtonCadastrar };
21 changes: 21 additions & 0 deletions .history/frontend/src/components/Button/index_20231123004813.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
export default{ ButtonCadastrar };
21 changes: 21 additions & 0 deletions .history/frontend/src/components/Button/index_20231123004815.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
export default{ ButtonCadastrar };
21 changes: 21 additions & 0 deletions .history/frontend/src/components/Button/index_20231123004829.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from "react";
import * as C from "./styles";

const Button = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick}>
{Text}
</C.Button>
);
};

export default Button;

const ButtonCadastrar = ({ Text, onClick, Type = "button" }) => {
return (
<C.Button type={Type} onClick={onClick} >
{Text}
</C.Button>
);
};
export { ButtonCadastrar };
15 changes: 15 additions & 0 deletions .history/frontend/src/components/Footer/index_20231122111928.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React from "react";
import * as C from "./styles";

const Input = ({ type, placeholder, value, onChange }) => {
return (
<C.Input
value={value}
onChange={onChange}
type={type}
placeholder={placeholder}
/>
);
};

export default Input;
15 changes: 15 additions & 0 deletions .history/frontend/src/components/Footer/index_20231122134056.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React from "react";
import * as C from "./styles";

const Footer = ({ type, placeholder, value, onChange }) => {
return (
<C.Input
value={value}
onChange={onChange}
type={type}
placeholder={placeholder}
/>
);
};

export default Input;
Loading

0 comments on commit f88aa5b

Please sign in to comment.