Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • clients/wotwizard-ui
  • manutopik/wotwizard-ui
  • wellno1/wotwizard-ui
3 results
Show changes
Showing
with 26707 additions and 684 deletions
This diff is collapsed.
This diff is collapsed.
{ {
"vueCompilerOptions": {
"target": 2
},
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
......
This diff is collapsed.
...@@ -26,7 +26,12 @@ export default { ...@@ -26,7 +26,12 @@ export default {
$nuxt.$emit("changeRoute", this.breadcrumb) $nuxt.$emit("changeRoute", this.breadcrumb)
}, },
props: ["error"], props: ["error"],
layout: "error" layout: "error",
mounted() {
if (this.error.statusCode === 404) {
this.$router.push(this.localePath("/"))
}
}
} }
</script> </script>
......
This diff is collapsed.
This diff is collapsed.
{ {
"name": "wotwizard-ui", "name": "wotwizard-ui",
"version": "1.0.0", "version": "2.5.2",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "nuxt", "dev": "npm run generate-endpoints && nuxt",
"build": "npm-run-all -p build-fragment nuxt-build", "trad": "sh ./utils/findMissingI18nKeys.sh",
"generate-endpoints": "node graphql/generateEndpoints.js",
"build": "npm run generate-endpoints && npm-run-all -p build-fragment nuxt-build",
"start": "npm-run-all -p build-fragment nuxt-start", "start": "npm-run-all -p build-fragment nuxt-start",
"generate": "npm-run-all -p build-fragment nuxt-generate", "generate": "npm-run-all -p build-fragment nuxt-generate && cp ./web-ext/* ./dist/",
"analyze": "nuxt build --analyze", "analyze": "nuxt build --analyze",
"build-fragment": "node graphql/schemaQuery.js", "build-fragment": "node graphql/schemaQuery.js",
"nuxt-build": "nuxt build", "nuxt-build": "nuxt build",
...@@ -14,21 +16,23 @@ ...@@ -14,21 +16,23 @@
"nuxt-generate": "nuxt generate" "nuxt-generate": "nuxt generate"
}, },
"dependencies": { "dependencies": {
"@nuxt-hero-icons/solid": "^1.0.1",
"@nuxtjs/apollo": "^4.0.1-rc.5", "@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "^7.2.0", "@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/pwa": "^3.3.5", "@nuxtjs/pwa": "^3.3.5",
"apollo-link-context": "^1.0.20", "apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17", "apollo-link-http": "^1.5.17",
"bootstrap": "^4.6.1", "bootstrap": "5.1.3",
"chart.js": "^3.6.2", "core-js": "^3.36.0",
"core-js": "^3.15.1",
"graphql-tag": "^2.12.6", "graphql-tag": "^2.12.6",
"nuxt": "^2.15.8", "node-fetch": "^3.3.2",
"vue": "^2.6.14" "nuxt": "^2.17.3",
"vue": "^2.7.16"
}, },
"devDependencies": { "devDependencies": {
"@vue/compiler-dom": "^3.4.21",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"sass": "^1.45.0", "sass": "^1.72.0",
"sass-loader": "^10.2.0" "sass-loader": "^10.5.2"
} }
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.