From 6db94b27461ec5f7b60f01065a0bb6bded26981d Mon Sep 17 00:00:00 2001
From: Babaev <129369024+babaevlsdd@users.noreply.github.com>
Date: Sun, 29 Dec 2024 14:56:12 +0600
Subject: [PATCH 1/5] =?UTF-8?q?=D0=B0=D0=B3=D0=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Content.Client/Stylesheets/StyleNano.cs | 15 ++++-
Content.Client/_Sunrise/Roadmap/Roadmap.xaml | 20 +++---
.../_Sunrise/Roadmap/RoadmapItem.xaml | 63 +++++++++++++++----
.../_Sunrise/Roadmap/RoadmapItem.xaml.cs | 12 ++--
.../Roadmap/RoadmapVersionHeader.xaml | 9 ++-
.../_Sunrise/Roadmap/RoadmapWindow.xaml | 25 ++++++--
6 files changed, 110 insertions(+), 34 deletions(-)
diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs
index d8042897036..3ddfd10fae0 100644
--- a/Content.Client/Stylesheets/StyleNano.cs
+++ b/Content.Client/Stylesheets/StyleNano.cs
@@ -163,6 +163,7 @@ public sealed class StyleNano : StyleBase
public const string StyleClassCrossButtonRed = "CrossButtonRed";
public const string StyleClassButtonColorRed = "ButtonColorRed";
public const string StyleClassButtonColorGreen = "ButtonColorGreen";
+ public const string StyleClassNoStyle = "NoStyle"; // Sunrise-Edit
public static readonly Color ChatBackgroundColor = Color.FromHex("#25252ADD");
@@ -1722,7 +1723,19 @@ public StyleNano(IResourceCache resCache) : base(resCache)
new[]
{
new StyleProperty(TextureButton.StylePropertyTexture, resCache.GetTexture("/Textures/Interface/Bwoink/un_pinned.png"))
- })
+ }),
+ // Sunrise-Edit
+
+ Element
+ Margin="0 5 0 0">
-
Goals = new();
}
From 4e0e9017e23135ff48ece7ef3256812effe8a1bd Mon Sep 17 00:00:00 2001
From: Babaev <129369024+babaevlsdd@users.noreply.github.com>
Date: Sun, 29 Dec 2024 16:57:56 +0600
Subject: [PATCH 3/5] =?UTF-8?q?=D1=84=D0=B8=D0=BD=D0=B0=D0=BB=D0=BE=D1=87?=
=?UTF-8?q?=D0=BA=D0=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Content.Client/_Sunrise/Roadmap/Roadmap.xaml | 10 +++++-----
Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Content.Client/_Sunrise/Roadmap/Roadmap.xaml b/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
index 21dd5a7e7ff..1aa7a62e518 100644
--- a/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
+++ b/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
@@ -4,7 +4,7 @@
@@ -42,10 +42,10 @@
-
+
+ BackgroundColor="#2a292f"/>
@@ -72,10 +72,10 @@
-
+
+ BackgroundColor="#2a292f"/>
diff --git a/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml b/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
index b31c97f6f0f..abb8584eea2 100644
--- a/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
+++ b/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
@@ -7,8 +7,8 @@
Date: Sun, 29 Dec 2024 18:31:03 +0600
Subject: [PATCH 4/5] 2
---
Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml b/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
index abb8584eea2..ec429599b8f 100644
--- a/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
+++ b/Content.Client/_Sunrise/Roadmap/RoadmapItem.xaml
@@ -36,12 +36,11 @@
Orientation="Vertical"
Visible="False"
Margin="0 5 0 0">
-
+ Margin="0 5"/>
Date: Sun, 29 Dec 2024 21:29:50 +0600
Subject: [PATCH 5/5] =?UTF-8?q?=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD?=
=?UTF-8?q?=D0=B8=D0=B9=20=D0=BC=D1=83=D0=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Content.Client/_Sunrise/Roadmap/Roadmap.xaml | 12 ++++++++----
Content.Client/_Sunrise/Roadmap/Roadmap.xaml.cs | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/Content.Client/_Sunrise/Roadmap/Roadmap.xaml b/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
index 1aa7a62e518..da5603f7233 100644
--- a/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
+++ b/Content.Client/_Sunrise/Roadmap/Roadmap.xaml
@@ -13,7 +13,11 @@
Access="Public"
StyleClasses="LabelBigger"
Margin="0 15 0 10" />
-
+
+
+
+
+