diff --git a/src/components/ComponentDump.svelte b/src/components/ComponentDump.svelte new file mode 100644 index 00000000..0a543d53 --- /dev/null +++ b/src/components/ComponentDump.svelte @@ -0,0 +1,81 @@ + + +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ + +
+
+
+
Regular
+
Text inputs
+
+
+
+
+
+
Label
+
This is a hint
+
+
+
+
+
First name
+
First name is required
+
+
+
+
+
First name
+
First name is valid
+
+
+
+
+
+ +
+
+ +
diff --git a/src/components/MainDashContent.svelte b/src/components/MainDashContent.svelte index 529e9220..c454f478 100644 --- a/src/components/MainDashContent.svelte +++ b/src/components/MainDashContent.svelte @@ -1,15 +1,8 @@ @@ -20,80 +13,13 @@ }}>

- Dashboard - - hello there, + {$_('dashboard-title')} + - + {$_('dashboard-greeting')}, {store.state.jwtinfo.userdetails.firstname} 👋

-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- -
-
-
-
-
Regular
-
Text inputs
-
-
-
-
-
-
Label
-
This is a hint
-
-
-
-
-
First name
-
First name is required
-
-
-
-
-
First name
-
First name is valid
-
-
-
-
-
- -
+ diff --git a/src/locales/en.json b/src/locales/en.json index fe533d6c..02e10375 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -57,5 +57,7 @@ "track-length-in-m": "Track Length in m", "track-name": "Track name", "please-provide-the-required-information-to-add-a-new-track": "Please provide the required information to add a new track.", - "create-a-new-track": "Create a new Track" + "create-a-new-track": "Create a new Track", + "dashboard-greeting": "hello there", + "dashboard-title": "Dashboard" }