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 @@
+
+
+
+
+
+ Lauf für Kaya!
+
+ {$_('by')}
+ ODIT.Services
+
+
+ {$_('lfk-is-os')}
+
{$_('oss_credit_description')}
+name | +licenseType | +link | +installedVersion | +author | +
---|---|---|---|---|
@odit/lfk-client-js | +CC-BY-NC-SA-4.0 | +https://git.odit.services/lfk/lfk-client-js | +0.0.5 | +ODIT.Services | +
filepond | +MIT | +https://github.com/pqina/filepond.git | +4.25.1 | +PQINA | +
gridjs | +MIT | +https://github.com/grid-js/gridjs.git | +3.2.0 | +Afshin Mehrabani | +
svelte-filepond | +MIT | +https://github.com/pqina/svelte-filepond.git | +0.0.1 | +PQINA | +
svelte-i18n | +MIT | +https://github.com/kaisermann/svelte-i18n.git | +3.3.0 | +Christian Kaisermann | +
svelte-spa-router | +MIT | +https://github.com/ItalyPaleAle/svelte-spa-router.git | +3.1.0 | +Alessandro Segala | +
tailwindcss | +MIT | +https://github.com/tailwindlabs/tailwindcss.git | +2.0.2 | ++ |
toastify-js | +MIT | +https://github.com/apvarun/toastify-js.git | +1.9.3 | +Varun A P | +
validator | +MIT | +https://github.com/chriso/validator.js.git | +13.5.2 | +Chris O'Hara | +
@snowpack/plugin-svelte | +MIT | +https://github.com/snowpackjs/snowpack.git | +3.4.1 | ++ |
autoprefixer | +MIT | +https://github.com/postcss/autoprefixer.git | +10.1.0 | +Andrey Sitnik | +
postcss | +MIT | +https://github.com/postcss/postcss.git | +8.2.1 | +Andrey Sitnik | +
postcss-load-config | +MIT | +https://github.com/postcss/postcss-load-config.git | +3.0.0 | +Michael Ciniawky | +
snowpack | +MIT | +https://github.com/snowpackjs/snowpack.git | +3.0.0-rc.2 | +Fred K. Schott | +
svelte | +MIT | +https://github.com/sveltejs/svelte.git | +3.31.0 | +Rich Harris | +
svelte-preprocess | +MIT | +https://github.com/sveltejs/svelte-preprocess.git | +4.6.1 | +Christian Kaisermann | +
A
+A
+A
+