-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 💄 add theme selection to website
- Loading branch information
Showing
29 changed files
with
421 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+83.7 KB
frontend/src/assets/guide-mise-en-securite/icones/consignes-securite-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-66.1 KB
frontend/src/assets/guide-mise-en-securite/icones/consignes-securite.jpg
Binary file not shown.
Binary file added
BIN
+71.8 KB
frontend/src/assets/guide-mise-en-securite/icones/consignes-securite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-185 KB
frontend/src/assets/guide-mise-en-securite/icones/consignes-securite_new.jpg
Binary file not shown.
Binary file removed
BIN
-7.81 KB
frontend/src/assets/guide-mise-en-securite/icones/fin-mise-en-securite-nok.jpg
Binary file not shown.
Binary file added
BIN
+13.8 KB
frontend/src/assets/guide-mise-en-securite/icones/fin-mise-en-securite-nok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-4.43 KB
frontend/src/assets/guide-mise-en-securite/icones/fin-mise-en-securite-ok.jpg
Binary file not shown.
Binary file added
BIN
+13.3 KB
frontend/src/assets/guide-mise-en-securite/icones/fin-mise-en-securite-ok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-18.5 KB
frontend/src/assets/guide-mise-en-securite/icones/gants-traces-et-indices.jpg
Binary file not shown.
Binary file added
BIN
+53 KB
frontend/src/assets/guide-mise-en-securite/icones/gants-traces-et-indices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-23.9 KB
frontend/src/assets/guide-mise-en-securite/icones/preconisations.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
/* eslint-disable */ | ||
/* prettier-ignore */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {}; | ||
|
||
/* prettier-ignore */ | ||
declare module 'vue' { | ||
export {} | ||
declare module "vue" { | ||
export interface GlobalComponents { | ||
AskingExpert: typeof import('./components/AskingExpert.vue')['default'] | ||
ContactExpert: typeof import('./components/ContactExpert.vue')['default'] | ||
DsfrAlert: typeof import('@gouvminint/vue-dsfr')['DsfrAlert'] | ||
DsfrButton: typeof import('@gouvminint/vue-dsfr')['DsfrButton'] | ||
DsfrCheckbox: typeof import('@gouvminint/vue-dsfr')['DsfrCheckbox'] | ||
DsfrFileUpload: typeof import('@gouvminint/vue-dsfr')['DsfrFileUpload'] | ||
DsfrHeader: typeof import('@gouvminint/vue-dsfr')['DsfrHeader'] | ||
DsfrInput: typeof import('@gouvminint/vue-dsfr')['DsfrInput'] | ||
DsfrModal: typeof import('@gouvminint/vue-dsfr')['DsfrModal'] | ||
DsfrPicture: typeof import('@gouvminint/vue-dsfr')['DsfrPicture'] | ||
DsfrRadioButton: typeof import('@gouvminint/vue-dsfr')['DsfrRadioButton'] | ||
DsfrSelect: typeof import('@gouvminint/vue-dsfr')['DsfrSelect'] | ||
DsfrStepper: typeof import('@gouvminint/vue-dsfr')['DsfrStepper'] | ||
DsfrTable: typeof import('@gouvminint/vue-dsfr')['DsfrTable'] | ||
DsfrTag: typeof import('@gouvminint/vue-dsfr')['DsfrTag'] | ||
HeaderMain: typeof import('./components/HeaderMain.vue')['default'] | ||
MissingCardAlert: typeof import('./components/MissingCardAlert.vue')['default'] | ||
OnboardingSwiper: typeof import('./components/OnboardingSwiper.vue')['default'] | ||
PopupVideo: typeof import('./components/PopupVideo.vue')['default'] | ||
ResultPage: typeof import('./components/ResultPage.vue')['default'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
SnackbarAlert: typeof import('./components/SnackbarAlert.vue')['default'] | ||
StepsGuide: typeof import('./components/StepsGuide.vue')['default'] | ||
VIcon: typeof import('@gouvminint/vue-dsfr')['VIcon'] | ||
AppHeader: (typeof import("./components/AppHeader.vue"))["default"]; | ||
AskingExpert: (typeof import("./components/AskingExpert.vue"))["default"]; | ||
ContactExpert: (typeof import("./components/ContactExpert.vue"))["default"]; | ||
DsfrAlert: (typeof import("@gouvminint/vue-dsfr"))["DsfrAlert"]; | ||
DsfrButton: (typeof import("@gouvminint/vue-dsfr"))["DsfrButton"]; | ||
DsfrCheckbox: (typeof import("@gouvminint/vue-dsfr"))["DsfrCheckbox"]; | ||
DsfrFileUpload: (typeof import("@gouvminint/vue-dsfr"))["DsfrFileUpload"]; | ||
DsfrHeader: (typeof import("@gouvminint/vue-dsfr"))["DsfrHeader"]; | ||
DsfrInput: (typeof import("@gouvminint/vue-dsfr"))["DsfrInput"]; | ||
DsfrModal: (typeof import("@gouvminint/vue-dsfr"))["DsfrModal"]; | ||
DsfrPicture: (typeof import("@gouvminint/vue-dsfr"))["DsfrPicture"]; | ||
DsfrRadioButton: (typeof import("@gouvminint/vue-dsfr"))["DsfrRadioButton"]; | ||
DsfrRadioButtonSet: (typeof import("@gouvminint/vue-dsfr"))["DsfrRadioButtonSet"]; | ||
DsfrSelect: (typeof import("@gouvminint/vue-dsfr"))["DsfrSelect"]; | ||
DsfrStepper: (typeof import("@gouvminint/vue-dsfr"))["DsfrStepper"]; | ||
DsfrTable: (typeof import("@gouvminint/vue-dsfr"))["DsfrTable"]; | ||
DsfrTag: (typeof import("@gouvminint/vue-dsfr"))["DsfrTag"]; | ||
HeaderMain: (typeof import("./components/HeaderMain.vue"))["default"]; | ||
MissingCardAlert: (typeof import("./components/MissingCardAlert.vue"))["default"]; | ||
OnboardingSwiper: (typeof import("./components/OnboardingSwiper.vue"))["default"]; | ||
PopupVideo: (typeof import("./components/PopupVideo.vue"))["default"]; | ||
ResultPage: (typeof import("./components/ResultPage.vue"))["default"]; | ||
RouterLink: (typeof import("vue-router"))["RouterLink"]; | ||
RouterView: (typeof import("vue-router"))["RouterView"]; | ||
SnackbarAlert: (typeof import("./components/SnackbarAlert.vue"))["default"]; | ||
StepsGuide: (typeof import("./components/StepsGuide.vue"))["default"]; | ||
VIcon: (typeof import("@gouvminint/vue-dsfr"))["VIcon"]; | ||
} | ||
} |
Oops, something went wrong.