Skip to content

Commit

Permalink
feat: ✨ add a different security message for civilians
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC committed Sep 11, 2023
1 parent 7ef3856 commit 039252a
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 77 deletions.
2 changes: 1 addition & 1 deletion frontend/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const frontendPort = process.env.FRONTEND_PORT

module.exports = defineConfig({
e2e: {
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,ts}",
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,ts}',
baseUrl: `http://${frontendHost}:${frontendPort}`,
// NEO - Crosscall X4 - Résolution : 18:9
// Iphone XR
Expand Down
160 changes: 91 additions & 69 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@unocss/transformer-directives": "^0.55.7",
"@unocss/transformer-variant-group": "^0.55.7",
"@vitejs/plugin-vue": "^4.3.4",
"cypress": "^12.7.4",
"cypress": "^12.17.4",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.14.0",
Expand Down
5 changes: 1 addition & 4 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<script setup>
import { ref, onMounted, onBeforeUnmount } from 'vue'
import { registerSW } from 'virtual:pwa-register'
import { useAppStore } from './stores/app.js'
import HeaderMain from './components/HeaderMain.vue'
const appStore = useAppStore()
import HeaderMain from '@/components/HeaderMain.vue'
const online = ref(navigator.onLine)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import '@gouvminint/vue-dsfr/styles' // Import des styles globaux
import 'uno.css'
import '@/main.css'


import axios from 'axios'
import { createApp } from 'vue'
import { createPinia } from 'pinia'
Expand Down
Loading

0 comments on commit 039252a

Please sign in to comment.