diff --git a/js/package.json b/js/package.json index 967a058da..886d28272 100644 --- a/js/package.json +++ b/js/package.json @@ -78,14 +78,14 @@ "@types/vuedraggable": "^2.23.0", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", - "@vue/cli-plugin-babel": "~4.5.12", - "@vue/cli-plugin-e2e-cypress": "~4.5.12", - "@vue/cli-plugin-eslint": "~4.5.0", - "@vue/cli-plugin-pwa": "~4.5.12", - "@vue/cli-plugin-router": "~4.5.12", - "@vue/cli-plugin-typescript": "~4.5.12", - "@vue/cli-plugin-unit-jest": "~4.5.12", - "@vue/cli-service": "~4.5.12", + "@vue/cli-plugin-babel": "~4.5.13", + "@vue/cli-plugin-e2e-cypress": "~4.5.13", + "@vue/cli-plugin-eslint": "~4.5.13", + "@vue/cli-plugin-pwa": "~4.5.13", + "@vue/cli-plugin-router": "~4.5.13", + "@vue/cli-plugin-typescript": "~4.5.13", + "@vue/cli-plugin-unit-jest": "~4.5.13", + "@vue/cli-service": "~4.5.13", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "@vue/test-utils": "^1.1.0", diff --git a/js/public/img/koena-a11y.svg b/js/public/img/koena-a11y.svg new file mode 100644 index 000000000..4ef920d2f --- /dev/null +++ b/js/public/img/koena-a11y.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/js/src/components/Editor/Image.ts b/js/src/components/Editor/Image.ts index 8ebd17f85..653fd8c9c 100644 --- a/js/src/components/Editor/Image.ts +++ b/js/src/components/Editor/Image.ts @@ -60,7 +60,8 @@ const CustomImage = Image.extend({ top: realEvent.clientY, }); if (!coordinates) return false; - const client = apolloProvider.defaultClient as ApolloClient; + const client = + apolloProvider.defaultClient as ApolloClient; try { images.forEach(async (image) => { diff --git a/js/src/components/Editor/Mention.ts b/js/src/components/Editor/Mention.ts index b025e49ed..dbb6f809e 100644 --- a/js/src/components/Editor/Mention.ts +++ b/js/src/components/Editor/Mention.ts @@ -8,7 +8,8 @@ import apolloProvider from "@/vue-apollo"; import { IPerson } from "@/types/actor"; import pDebounce from "p-debounce"; -const client = apolloProvider.defaultClient as ApolloClient; +const client = + apolloProvider.defaultClient as ApolloClient; const fetchItems = async (query: string): Promise => { const result = await client.query({ diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue index 53fdfcfc4..1256b22c1 100644 --- a/js/src/components/NavBar.vue +++ b/js/src/components/NavBar.vue @@ -17,16 +17,32 @@ {{ $t("Explore") }} - {{ - $t("My events") - }} + {{ $t("My events") }} {{ $t("My groups") }} - + {{ $t("Create") }} + + Contact accessibilité +