From 9fda1b9195258c266d98508e12766a59576811c6 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:48:07 +0100 Subject: [PATCH 1/7] lets see --- assets/style.css | 11 ++++++++++- templates/dashboard.html | 17 +++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 templates/dashboard.html diff --git a/assets/style.css b/assets/style.css index 3f4ad3c..2af2abc 100644 --- a/assets/style.css +++ b/assets/style.css @@ -207,4 +207,13 @@ header ul li { .feature-list-ul ul { margin-top: 5px; margin-left: 20px; -} \ No newline at end of file +} + +/* */ +/* ZAČÍNAJ VŠETKO S ".dashboard" */ + + +.dashboard + + +/* */ \ No newline at end of file diff --git a/templates/dashboard.html b/templates/dashboard.html new file mode 100644 index 0000000..743b221 --- /dev/null +++ b/templates/dashboard.html @@ -0,0 +1,17 @@ + + + + +

Ahoj,

+ \ No newline at end of file From bd9ec07e550d1481b135a0b45427388b86264e80 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:51:38 +0100 Subject: [PATCH 2/7] DFasdf --- templates/dashboard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 743b221..7523e55 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,4 +1,6 @@ -

Ahoj,

+

\ No newline at end of file From 6d607fbc52e5a1835013f3fd4a37e2a4b7cdc2ca Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:53:17 +0100 Subject: [PATCH 3/7] asd --- templates/dashboard.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index 7523e55..be5642a 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,4 +1,4 @@ - - +

- \ No newline at end of file +
\ No newline at end of file From 9636e1ad896aa6942a2bebd5d8a88088d683682c Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:54:14 +0100 Subject: [PATCH 4/7] asd --- templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index be5642a..b5a1bf9 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -8,7 +8,7 @@ const result = await doAccountAction(data, null, null, true); if (result && result.Status === "Success") { - welcomeMsg.innerText = `Ahoj, ${UserInfo.FirstName}.`; + welcomeMsg.innerText = `Ahoj, ${result.UserInfo.FirstName}.`; } } From 6f22d39134e143ba6ec243d7f84170d7ae8f125e Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Sat, 3 Feb 2024 22:55:09 +0100 Subject: [PATCH 5/7] test --- templates/dashboard.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index b5a1bf9..80b1e75 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -1,6 +1,4 @@