diff --git a/src/components/layout/LayoutFooter.vue b/src/components/layout/LayoutFooter.vue index 3a2ea6c..5caca9e 100644 --- a/src/components/layout/LayoutFooter.vue +++ b/src/components/layout/LayoutFooter.vue @@ -4,6 +4,7 @@ width="medium" center > + Tools Changelog Credits diff --git a/src/router/index.js b/src/router/index.js index 6f26b66..61f7a18 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -9,6 +9,7 @@ import Manage from "../views/Manage.vue"; import Statistics from "../views/Statistics.vue"; import Changelog from "../views/Changelog.vue"; import Credits from "../views/Credits.vue"; +import ToolsDocumentation from "../views/ToolsDocumentation.vue"; Vue.use(VueRouter); @@ -56,6 +57,11 @@ const routes = [ name: "Credits", component: Credits }, + { + path: "/tools", + name: "ToolsDocumentation", + component: ToolsDocumentation + }, { path: "/logout", name: "Logout", diff --git a/src/views/Changelog.vue b/src/views/Changelog.vue index db4f831..a72cea2 100644 --- a/src/views/Changelog.vue +++ b/src/views/Changelog.vue @@ -1,5 +1,12 @@ + + 23.11.2021 + + + Added tools page + Visual tweaks + 07.11.2021 diff --git a/src/views/ToolsDocumentation.vue b/src/views/ToolsDocumentation.vue new file mode 100644 index 0000000..f3f3102 --- /dev/null +++ b/src/views/ToolsDocumentation.vue @@ -0,0 +1,35 @@ + + + + JSON to CSV + + by Linus Kämmerer + + + + + GitHub + + + + Python script to convert exported Juggl data from a JSON to a CSV file. + + + + + + +
+ Python script to convert exported Juggl data from a JSON to a CSV file. +