Add support for multiple changelog files, add admin changelog (#20849)

This commit is contained in:
DrSmugleaf
2023-10-12 15:45:04 -07:00
committed by GitHub
parent 4159b7b5e8
commit d6575eb556
10 changed files with 402 additions and 168 deletions

View File

@@ -0,0 +1,9 @@
<controls:ChangelogTab
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.Changelog">
<BoxContainer Orientation="Vertical">
<ScrollContainer Margin="5" VerticalExpand="True" HScrollEnabled="False">
<BoxContainer Orientation="Vertical" Name="ChangelogBody" />
</ScrollContainer>
</BoxContainer>
</controls:ChangelogTab>