diff --git a/index.html b/index.html index a1723a3..45e1cc8 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + StockSeeker diff --git a/src/App.vue b/src/App.vue index 0153f10..e2ff914 100644 --- a/src/App.vue +++ b/src/App.vue @@ -58,8 +58,11 @@ \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..6633d49 Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/style.css b/src/style.css index 3abb4f5..4e70e64 100644 --- a/src/style.css +++ b/src/style.css @@ -31,4 +31,32 @@ h1 { #app { max-width: 1600px; margin: 0 auto; +} +.menubar{ + margin-bottom: 2rem; +} +.header{ + display: flex; +} +.fieldset-container{ + display: grid; + grid-template-columns: 2fr 2fr 1fr; + grid-template-rows: auto auto auto; + gap: 20px; +} +.fieldset-section{ + padding:20px +} + +.fieldset-wh-graph{ + grid-column: 1; +} + +.fieldset-quickadd{ + grid-row: 1; + grid-column: 3; +} +.fieldset-list-wh-p{ + grid-row: 1; + grid-column: 2; } \ No newline at end of file diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 7128201..d01200a 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -11,6 +11,7 @@ import InputNumber from 'primevue/inputnumber'; import IftaLabel from 'primevue/iftalabel'; import Button from 'primevue/button' import { useToast } from 'primevue/usetoast'; +import Divider from 'primevue/divider'; const toast = useToast(); @@ -131,64 +132,67 @@ function makeAlert(productsAlerts){ \ No newline at end of file diff --git a/src/views/Login.vue b/src/views/Login.vue index f376b05..fc895c5 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -8,6 +8,7 @@ import Dialog from 'primevue/dialog'; import InputText from 'primevue/inputtext'; import Password from 'primevue/password'; import Button from 'primevue/button'; +import IftaLabel from 'primevue/iftalabel'; const { userInfo, isAuth } = useAuth(); @@ -127,25 +128,25 @@ async function modify_user() {
- - + + + +
- - + + + +
- - + + + +
-
-
- - Entrepôt : - - +
+ Image +
+
- + -