From 4fc4b0bc4491ff6fdc73d49a531250005cf807eb Mon Sep 17 00:00:00 2001 From: Michel Michels Date: Sun, 28 Apr 2024 14:26:24 +0200 Subject: [PATCH] Restructure --- .../Components/Pages/Home.razor | 49 +++++-------------- 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/src/MichelMichels.ViesSharp.Demo/Components/Pages/Home.razor b/src/MichelMichels.ViesSharp.Demo/Components/Pages/Home.razor index 4c70685..b1ce6d5 100644 --- a/src/MichelMichels.ViesSharp.Demo/Components/Pages/Home.razor +++ b/src/MichelMichels.ViesSharp.Demo/Components/Pages/Home.razor @@ -31,8 +31,8 @@
-
-
+
+ -
-
+
+

Search

-
+
- -
- -
- - - - -
- -
-
+
-
+

Result

@if(LastResponse is not null) @@ -106,13 +85,11 @@

This is not a valid VAT number.

} - + +
@(JsonSerializer.Serialize(LastResponse, defaultSerializerOptions))
-
} else @@ -126,7 +103,7 @@
-
+

History

@@ -137,11 +114,11 @@

-

-
+
@(JsonSerializer.Serialize(response, defaultSerializerOptions))