Skip to content

Commit 71b3ca8

Browse files
committed
Reorganize componant placement on disk
1 parent 26fe4ba commit 71b3ca8

38 files changed

Lines changed: 10 additions & 6 deletions

HomeSpeaker.WebAssembly/App.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Router AppAssembly="@typeof(App).Assembly">
22
<Found Context="routeData">
3-
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
3+
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Components.Layout.MainLayout)" />
44
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
55
</Found>
66
<NotFound>
77
<PageTitle>Not found</PageTitle>
8-
<LayoutView Layout="@typeof(MainLayout)">
8+
<LayoutView Layout="@typeof(Components.Layout.MainLayout)">
99
<p role="alert">Sorry, there's nothing at this address.</p>
1010
</LayoutView>
1111
</NotFound>

HomeSpeaker.WebAssembly/Components/BloodSugarMonitor.razor renamed to HomeSpeaker.WebAssembly/Components/Health/BloodSugarMonitor.razor

File renamed without changes.

HomeSpeaker.WebAssembly/Components/TemperatureMonitor.razor renamed to HomeSpeaker.WebAssembly/Components/Health/TemperatureMonitor.razor

File renamed without changes.
File renamed without changes.

HomeSpeaker.WebAssembly/Shared/MainLayout.razor.css renamed to HomeSpeaker.WebAssembly/Components/Layout/MainLayout.razor.css

File renamed without changes.
File renamed without changes.

HomeSpeaker.WebAssembly/Shared/NavMenu.razor.css renamed to HomeSpeaker.WebAssembly/Components/Layout/NavMenu.razor.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
.collapse {
5959
/* Never collapse the sidebar for wide screens */
60-
display: block;
60+
display: block !important;
6161
}
6262

6363
.nav-scrollable {

HomeSpeaker.WebAssembly/Shared/NoTopLayout.razor renamed to HomeSpeaker.WebAssembly/Components/Layout/NoTopLayout.razor

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)