From 73ad794bba33db04a4c6756d9d6c024f012babe0 Mon Sep 17 00:00:00 2001 From: DIMANRUS <41239551+DIMANRUS@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:56:41 +0300 Subject: [PATCH] v2.2.1 --- .../Views/Pages/PeripheryPage.axaml | 186 +++-- .../Views/Pages/PhonesPage.axaml | 1 + .../Views/Windows/PeripheryWindow.axaml | 91 +-- .../Views/Windows/PhoneWindow.axaml | 133 ++-- .../20230821165312_v2.2.1.2.Designer.cs | 683 ++++++++++++++++++ .../Migrations/20230821165312_v2.2.1.2.cs | 40 + .../SudInfoDbContextModelSnapshot.cs | 1 - .../Models/Computer.cs | 1 - 8 files changed, 923 insertions(+), 213 deletions(-) create mode 100644 src/SudInfo.EfDataAccessLibrary/Migrations/20230821165312_v2.2.1.2.Designer.cs create mode 100644 src/SudInfo.EfDataAccessLibrary/Migrations/20230821165312_v2.2.1.2.cs diff --git a/src/SudInfo.Avalonia/Views/Pages/PeripheryPage.axaml b/src/SudInfo.Avalonia/Views/Pages/PeripheryPage.axaml index 555ebde..133ccad 100644 --- a/src/SudInfo.Avalonia/Views/Pages/PeripheryPage.axaml +++ b/src/SudInfo.Avalonia/Views/Pages/PeripheryPage.axaml @@ -12,105 +12,91 @@ d:DesignWidth="800" x:DataType="viewModels:PeripheryPageViewModel" mc:Ignorable="d"> - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/SudInfo.Avalonia/Views/Pages/PhonesPage.axaml b/src/SudInfo.Avalonia/Views/Pages/PhonesPage.axaml index 0aadc84..8d6d76a 100644 --- a/src/SudInfo.Avalonia/Views/Pages/PhonesPage.axaml +++ b/src/SudInfo.Avalonia/Views/Pages/PhonesPage.axaml @@ -66,6 +66,7 @@ + diff --git a/src/SudInfo.Avalonia/Views/Windows/PeripheryWindow.axaml b/src/SudInfo.Avalonia/Views/Windows/PeripheryWindow.axaml index 57a2ad5..b440793 100644 --- a/src/SudInfo.Avalonia/Views/Windows/PeripheryWindow.axaml +++ b/src/SudInfo.Avalonia/Views/Windows/PeripheryWindow.axaml @@ -10,54 +10,55 @@ xmlns:viewModels="clr-namespace:SudInfo.Avalonia.ViewModels.WindowViewModels;assembly=SudInfo.Avalonia" Title="Периферия" Width="300" - Height="300" + Height="330" x:DataType="viewModels:PeripheryWindowViewModel" CanResize="False" WindowStartupLocation="CenterOwner" mc:Ignorable="d"> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + +