Put all user information (including locale) into a user context. Language can be changed, all pages access the user context now. Translated some stuff.

This commit is contained in:
Daniel Ledda
2020-05-24 11:37:04 +02:00
parent 7cb8a03c24
commit 0fe94c3066
21 changed files with 196 additions and 137 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
resolve: { extensions: [".tsx", ".ts", ".js", "*"] },
output: {
path: path.resolve(__dirname, "dist/"),
publicPath: "/kadi/static/",
publicPath: "/kadi/static/frontend/",
filename: "bundle.js"
},
devServer: {