From 41c5a84dacfd036b8d8f01f72226ac5a519995e3 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 14 May 2024 17:49:09 +0200 Subject: Organise tools somewhat, set proper icons for nav menu --- .../Client/ClientComponents/MatrixClient.razor | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor (limited to 'MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor') diff --git a/MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor b/MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor deleted file mode 100644 index b4a81f7..0000000 --- a/MatrixUtils.Web/Pages/Client/ClientComponents/MatrixClient.razor +++ /dev/null @@ -1,31 +0,0 @@ -@using Index = MatrixUtils.Web.Pages.Client.Index -@using MatrixUtils.Web.Pages.Client.ClientComponents - -
-
-
- -
-
- @if (Data.SelectedRoom != null) { - - - } - else { -

No room selected

- } -
- @if (Data.SelectedRoom != null) { -
- -
- } -
-
- -@code { - - [Parameter] - public Index.ClientContext Data { get; set; } = null!; - -} \ No newline at end of file -- cgit 1.5.1