Skip to content

Commit beb0022

Browse files
Merge pull request #2 from Backiaraj/grid
update project
2 parents 294878c + 74d2585 commit beb0022

55 files changed

Lines changed: 529 additions & 1434 deletions

Some content is hidden

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

CellEditTemplate/CellEditTemplate/App.razor renamed to App.razor

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>
-458 KB
Binary file not shown.

CellEditTemplate/.vs/CellEditTemplate/config/applicationhost.config

Lines changed: 0 additions & 999 deletions
This file was deleted.
-48.5 KB
Binary file not shown.

CellEditTemplate/.vs/CellEditTemplate/v16/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.

CellEditTemplate/CellEditTemplate/CellEditTemplate.csproj

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

CellEditTemplate/CellEditTemplate/Data/WeatherForecastService.cs

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

CellEditTemplate/CellEditTemplate/Pages/Error.razor

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

CellEditTemplate/CellEditTemplate/Pages/_Host.cshtml

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

0 commit comments

Comments
 (0)