Skip to content

Commit 342dcdc

Browse files
Merge pull request #2 from Backiaraj/grid
Update the project
2 parents f4ef9a9 + 6573186 commit 342dcdc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+525
-428
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<Router AppAssembly="@typeof(Program).Assembly">
1+
<Router AppAssembly="@typeof(App).Assembly">
22
<Found Context="routeData">
33
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
4+
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
45
</Found>
56
<NotFound>
7+
<PageTitle>Not found</PageTitle>
68
<LayoutView Layout="@typeof(MainLayout)">
7-
<p>Sorry, there's nothing at this address.</p>
9+
<p role="alert">Sorry, there's nothing at this address.</p>
810
</LayoutView>
911
</NotFound>
1012
</Router>

CustomCommand/CustomCommand/CustomCommand.csproj

Lines changed: 0 additions & 11 deletions
This file was deleted.

CustomCommand/CustomCommand/Data/WeatherForecastService.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

CustomCommand/CustomCommand/Pages/Error.razor

Lines changed: 0 additions & 16 deletions
This file was deleted.

CustomCommand/CustomCommand/Pages/_Host.cshtml

Lines changed: 0 additions & 25 deletions
This file was deleted.

CustomCommand/CustomCommand/Program.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

CustomCommand/CustomCommand/Shared/MainLayout.razor

Lines changed: 0 additions & 15 deletions
This file was deleted.

CustomCommand/CustomCommand/Shared/NavMenu.razor

Lines changed: 0 additions & 37 deletions
This file was deleted.

CustomCommand/CustomCommand/Startup.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

CustomCommand/CustomCommand/appsettings.Development.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)