refactor: ResouceView

Move ResourceView and all related to ui core namespace GSS2.UI.Core
Split ResourceView on separate elements
Make parts folding depended on size
This commit is contained in:
2026-02-06 08:19:18 +03:00
parent c0336a55fd
commit 55260e0360
16 changed files with 528 additions and 545 deletions
@@ -0,0 +1,13 @@
<lvc:CartesianChart xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:GSS2.UI.Core.ViewModels"
xmlns:lvc="using:LiveChartsCore.SkiaSharpView.Avalonia"
x:Class="GSS2.UI.Core.Views.ResourceChartView"
x:DataType="vm:ResourceChartViewModel"
Series="{Binding Series}"
YAxes="{Binding YAxes}"
XAxes="{Binding XAxes}"
ZoomMode="None"
EasingFunction="{x:Null}"
Bounds="{Binding Bounds, Mode=OneWayToSource}">
</lvc:CartesianChart>