diff --git a/package.json b/package.json index 74d37d11..3fcd96a9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "build": "snowpack build" }, "dependencies": { - "@odit/lfk-client-js": "^0.0.4", + "@odit/lfk-client-js": "^0.0.5", + "filepond": "^4.25.1", + "gridjs": "^3.2.0", + "svelte-filepond": "^0.0.1", "svelte-i18n": "^3.3.0", "svelte-spa-router": "^3.1.0", "tailwindcss": "^2.0.2", @@ -14,11 +17,11 @@ "validator": "^13.5.2" }, "devDependencies": { - "snowpack": "3.0.0-rc.2", "@snowpack/plugin-svelte": "^3.4.1", "autoprefixer": "^10.1.0", "postcss": "^8.2.1", "postcss-load-config": "^3.0.0", + "snowpack": "3.0.0-rc.2", "svelte": "^3.31.0", "svelte-preprocess": "^4.6.1" } diff --git a/src/App.svelte b/src/App.svelte index dac801f0..f748e89e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -15,14 +15,11 @@ // import Login from "./components/Login.svelte"; import Dashboard from "./components/Dashboard.svelte"; - import Footer from "./components/Footer.svelte"; import NotFound from "./components/NotFound.svelte"; - import Tracks from "./components/Tracks.svelte"; - // import Profile from "./components/Profile.svelte"; import store from "./store.js"; import ForgotPassword from "./components/ForgotPassword.svelte"; + import About from "./components/About.svelte"; store.init(); - $: logged_in = $store.isLoggedIn; // const checkAuth = (detail) => { if (!$store.isLoggedIn) { @@ -33,12 +30,11 @@ return true; }; const routes = { + "/about": About, "/login": Login, "/forgot_password": ForgotPassword, "/dashboard": wrap({ component: Dashboard, conditions: [checkAuth] }), "/": wrap({ component: Dashboard, conditions: [checkAuth] }), - // "/password_reset_sent/*": Book, - // Using named parameters, with last being optional // "/author/:first/:last?": Author, diff --git a/src/components/About.svelte b/src/components/About.svelte new file mode 100644 index 00000000..ba118aa2 --- /dev/null +++ b/src/components/About.svelte @@ -0,0 +1,230 @@ + + + + + + + + + + +
+
+

+ {$_('about')} + 🧾 +

+

+ Lauf für Kaya! + + {$_('by')} + ODIT.Services + +
+ {$_('lfk-is-os')} +

+
+
+ +
+
+

+ {$_('credits')} +

+
+

{$_('oss_credit_description')}

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
namelicenseTypelinkinstalledVersionauthor
@odit/lfk-client-jsCC-BY-NC-SA-4.0https://git.odit.services/lfk/lfk-client-js0.0.5ODIT.Services
filepondMIThttps://github.com/pqina/filepond.git4.25.1PQINA
gridjsMIThttps://github.com/grid-js/gridjs.git3.2.0Afshin Mehrabani
svelte-filepondMIThttps://github.com/pqina/svelte-filepond.git0.0.1PQINA
svelte-i18nMIThttps://github.com/kaisermann/svelte-i18n.git3.3.0Christian Kaisermann
svelte-spa-routerMIThttps://github.com/ItalyPaleAle/svelte-spa-router.git3.1.0Alessandro Segala
tailwindcssMIThttps://github.com/tailwindlabs/tailwindcss.git2.0.2 +
toastify-jsMIThttps://github.com/apvarun/toastify-js.git1.9.3Varun A P
validatorMIThttps://github.com/chriso/validator.js.git13.5.2Chris O'Hara
@snowpack/plugin-svelteMIThttps://github.com/snowpackjs/snowpack.git3.4.1 +
autoprefixerMIThttps://github.com/postcss/autoprefixer.git10.1.0Andrey Sitnik
postcssMIThttps://github.com/postcss/postcss.git8.2.1Andrey Sitnik
postcss-load-configMIThttps://github.com/postcss/postcss-load-config.git3.0.0Michael Ciniawky
snowpackMIThttps://github.com/snowpackjs/snowpack.git3.0.0-rc.2Fred K. Schott
svelteMIThttps://github.com/sveltejs/svelte.git3.31.0Rich Harris
svelte-preprocessMIThttps://github.com/sveltejs/svelte-preprocess.git4.6.1Christian Kaisermann
+ + +
+

+ Fragen +

+
+
+
+
+
Q
+
+

A

+
+
+
+
+
+
Q
+
+

A

+
+
+
+
Q
+
+

A

+
+
+
+
+
+
+
+