From 945995199c4df23b2831d5f269b23c301438fe26 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Wed, 11 Apr 2018 00:08:01 -0500 Subject: [PATCH] Template/sample updates --- samples/StandaloneApp/Pages/Counter.cshtml | 1 + samples/StandaloneApp/Pages/Index.cshtml | 1 + .../StandaloneApp/Shared/MainLayout.cshtml | 8 ++--- samples/StandaloneApp/Shared/NavMenu.cshtml | 30 +++++++++---------- .../Pages/Counter.cshtml | 1 + .../Pages/FetchData.cshtml | 2 +- .../Shared/MainLayout.cshtml | 8 ++--- .../Shared/NavMenu.cshtml | 30 +++++++++---------- .../Pages/Counter.cshtml | 1 + .../Pages/FetchData.cshtml | 2 +- .../Shared/NavMenu.cshtml | 30 +++++++++---------- 11 files changed, 59 insertions(+), 55 deletions(-) diff --git a/samples/StandaloneApp/Pages/Counter.cshtml b/samples/StandaloneApp/Pages/Counter.cshtml index a90b296a50..bf8e96e921 100644 --- a/samples/StandaloneApp/Pages/Counter.cshtml +++ b/samples/StandaloneApp/Pages/Counter.cshtml @@ -1,5 +1,6 @@ @page "/counter" @using Microsoft.AspNetCore.Blazor +

Counter

Current count: @currentCount

diff --git a/samples/StandaloneApp/Pages/Index.cshtml b/samples/StandaloneApp/Pages/Index.cshtml index 86eb281395..16dac31925 100644 --- a/samples/StandaloneApp/Pages/Index.cshtml +++ b/samples/StandaloneApp/Pages/Index.cshtml @@ -1,4 +1,5 @@ @page "/" +

Hello, world!

Welcome to your new app. diff --git a/samples/StandaloneApp/Shared/MainLayout.cshtml b/samples/StandaloneApp/Shared/MainLayout.cshtml index fedd543b5c..614e0c08ac 100644 --- a/samples/StandaloneApp/Shared/MainLayout.cshtml +++ b/samples/StandaloneApp/Shared/MainLayout.cshtml @@ -1,11 +1,11 @@ @implements ILayoutComponent -
-
-
+
+
+
-
+
@Body
diff --git a/samples/StandaloneApp/Shared/NavMenu.cshtml b/samples/StandaloneApp/Shared/NavMenu.cshtml index cfd37a55a2..ffdbde8432 100644 --- a/samples/StandaloneApp/Shared/NavMenu.cshtml +++ b/samples/StandaloneApp/Shared/NavMenu.cshtml @@ -1,30 +1,30 @@ -