-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ага * вопросы? * финалочка * 2 * последний мув
- Loading branch information
1 parent
580ff8f
commit ec084fb
Showing
8 changed files
with
219 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,109 @@ | ||
<Control xmlns="https://spacestation14.io"> | ||
<ScrollContainer> | ||
<Control xmlns="https://spacestation14.io" | ||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" | ||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> | ||
<PanelContainer> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#1b1a1f" | ||
ContentMarginLeftOverride="10" | ||
ContentMarginRightOverride="10"/> | ||
</PanelContainer.PanelOverride> | ||
<BoxContainer Orientation="Vertical"> | ||
<RichTextLabel Name="Header" Access="Public" Margin="0 15 0 10" /> | ||
<BoxContainer Name="Versions" Access="Public" Orientation="Horizontal"/> | ||
<RichTextLabel Name="Header" | ||
Access="Public" | ||
StyleClasses="LabelBigger" | ||
Margin="0 15 0 10" /> | ||
<PanelContainer MinHeight="1"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat BackgroundColor="#ffffff"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
<BoxContainer Orientation="Horizontal" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 10 0 10" | ||
SeparationOverride="0"> | ||
<!-- 2024 Column --> | ||
<BoxContainer Name="Column2024" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 0 10 0"> | ||
<Label Text="2024" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2024" | ||
Access="Public" | ||
Orientation="Vertical" | ||
Margin="0 0 10 0"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
|
||
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#2a292f"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
|
||
<!-- 2025 Column --> | ||
<BoxContainer Name="Column2025" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True" | ||
Margin="0 0 10 0"> | ||
<Label Text="2025" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2025" | ||
Access="Public" | ||
Orientation="Vertical" | ||
Margin="0 0 10 0"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
|
||
<PanelContainer MinWidth="1" Margin="0 0 10 0" VerticalExpand="True"> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#2a292f"/> | ||
</PanelContainer.PanelOverride> | ||
</PanelContainer> | ||
|
||
<!-- 2026 Column --> | ||
<BoxContainer Name="Column2026" | ||
Access="Public" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
VerticalExpand="True"> | ||
<Label Text="2026" | ||
StyleClasses="LabelHeadingBigger" | ||
HorizontalAlignment="Center" | ||
HorizontalExpand="True" | ||
FontColorOverride="#ffffff" | ||
Margin="0 0 0 10"/> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
MinHeight="400"> | ||
<BoxContainer Name="Items2026" | ||
Access="Public" | ||
Orientation="Vertical"/> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
</BoxContainer> | ||
</BoxContainer> | ||
</ScrollContainer> | ||
</PanelContainer> | ||
</Control> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,26 @@ | ||
<roadmap:RoadmapWindow | ||
xmlns="https://spacestation14.io" | ||
xmlns:roadmap="clr-namespace:Content.Client._Sunrise.Roadmap" | ||
MinSize="900 800" | ||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client" | ||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls" | ||
MinSize="1200 800" | ||
MaxSize="1200 800" | ||
SetSize="1200 800" | ||
Resizable="False" | ||
Title="{Loc ui-roadmap}"> | ||
<ScrollContainer VerticalExpand="True" HScrollEnabled="False" HorizontalExpand="True" MinWidth="300"> | ||
<roadmap:Roadmap Name="RoadmapBody" Access="Public" /> | ||
</ScrollContainer> | ||
<PanelContainer> | ||
<PanelContainer.PanelOverride> | ||
<gfx:StyleBoxFlat | ||
BackgroundColor="#1a1a1f"/> | ||
</PanelContainer.PanelOverride> | ||
<BoxContainer Orientation="Vertical"> | ||
<ScrollContainer VerticalExpand="True" | ||
HScrollEnabled="False" | ||
HorizontalExpand="True" | ||
MinWidth="300" | ||
Margin="10"> | ||
<roadmap:Roadmap Name="RoadmapBody" Access="Public" /> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
</PanelContainer> | ||
</roadmap:RoadmapWindow> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters