about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Labs/Client/ClientComponents
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientRoomList.razor (renamed from MatrixUtils.Web/Pages/Client/ClientComponents/ClientRoomList.razor)2
-rw-r--r--MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientStatusList.razor (renamed from MatrixUtils.Web/Pages/Client/ClientComponents/ClientStatusList.razor)2
-rw-r--r--MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientSyncWrapper.cs (renamed from MatrixUtils.Web/Pages/Client/ClientComponents/ClientSyncWrapper.cs)0
-rw-r--r--MatrixUtils.Web/Pages/Labs/Client/ClientComponents/MatrixClient.razor (renamed from MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor)2
4 files changed, 3 insertions, 3 deletions
diff --git a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientRoomList.razor b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientRoomList.razor

index 845f30d..b370080 100644 --- a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientRoomList.razor +++ b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientRoomList.razor
@@ -1,4 +1,4 @@ -@using ClientContext = MatrixUtils.Web.Pages.Client.Index.ClientContext +@using ClientContext = MatrixUtils.Web.Pages.Labs.Client.Index.ClientContext @* user header and room list *@ @foreach (var room in Data.SyncWrapper.Rooms) { <LinkButton OnClick="@(async () => Data.SelectedRoom = room)" Color="@(Data.SelectedRoom == room ? "#FF00FF" : "")"> diff --git a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientStatusList.razor b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientStatusList.razor
index 1100c98..c680c13 100644 --- a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientStatusList.razor +++ b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientStatusList.razor
@@ -1,4 +1,4 @@ -@using ClientContext = MatrixUtils.Web.Pages.Client.Index.ClientContext; +@using ClientContext = MatrixUtils.Web.Pages.Labs.Client.Index.ClientContext; @using System.Collections.ObjectModel @foreach (var ctx in Data) { diff --git a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientSyncWrapper.cs b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientSyncWrapper.cs
index 16051b8..16051b8 100644 --- a/MatrixUtils.Web/Pages/Client/ClientComponents/ClientSyncWrapper.cs +++ b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/ClientSyncWrapper.cs
diff --git a/MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/MatrixClient.razor
index b4a81f7..7d3e52a 100644 --- a/MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor +++ b/MatrixUtils.Web/Pages/Labs/Client/ClientComponents/MatrixClient.razor
@@ -1,4 +1,4 @@ -@using Index = MatrixUtils.Web.Pages.Client.Index +@using Index = MatrixUtils.Web.Pages.Labs.Client.Index @using MatrixUtils.Web.Pages.Client.ClientComponents <div class="container-fluid">