mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
* Commit * add the form post * dv * fixes * Change wording * Address review * wording change * Added some stuff * New format * bruh * thanks perry! * yes * More fixes! * typo * Add a command to show the list, improve the UI slightly, split up command names * Fix UI controller * Add better comment * Get rid of weird recursive thing * Cleanup * Work on moving feedback popups out of simulation * Move round end screen subscription to feedback ui controller * Finish moving feedback popups out of simulation * Fix _ as parameter * Clean up FeedbackPopupUIController * Clean up commands * Fix prototype yaml * Fix openfeedbackpopup command description * Update Resources/Locale/en-US/feedbackpopup/feedbackpopup.ftl Co-authored-by: Simon <63975668+Simyon264@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Simon <63975668+Simyon264@users.noreply.github.com> * Address reviews * Address reviews * Fix FeedbackPopupPrototype.cs using empty string instead of string.empty * Address some more of the reviews, style nano is still trolling sadly * Fix feedback popup styling * Fix PopupPrototype ID field not having a setter * Address reviews * Add label when no feedback entries are present Change link button to not show when no link is set --------- Co-authored-by: beck-thompson <beck314159@hotmail.com> Co-authored-by: SlamBamActionman <slambamactionman@gmail.com> Co-authored-by: Simon <63975668+Simyon264@users.noreply.github.com>
23 lines
1.4 KiB
XML
23 lines
1.4 KiB
XML
<ui1:EscapeMenu xmlns="https://spacestation14.io"
|
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
|
xmlns:ui="clr-namespace:Content.Client.Voting.UI"
|
|
xmlns:ui1="clr-namespace:Content.Client.Options.UI"
|
|
Title="{Loc 'ui-escape-title'}"
|
|
Resizable="False">
|
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
|
<ui:VoteCallMenuButton />
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 2.5 0 2.5" />
|
|
<Button Access="Public" Name="RulesButton" Text="{Loc 'ui-escape-rules'}" />
|
|
<Button Access="Public" Name="GuidebookButton" Text="{Loc 'ui-escape-guidebook'}" />
|
|
<Button Access="Public" Name="WikiButton" Text="{Loc 'ui-escape-wiki'}" />
|
|
<changelog:ChangelogButton Access="Public" Name="ChangelogButton" />
|
|
<Button Access="Public" Name="FeedbackButton" Text="{Loc 'ui-escape-feedback'}"/>
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 2.5 0 2.5" />
|
|
<Button Access="Public" Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
|
|
<PanelContainer StyleClasses="LowDivider" Margin="0 2.5 0 2.5" />
|
|
<Button Access="Public" Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
|
|
<Button Access="Public" Name="QuitButton" Text="{Loc 'ui-escape-quit'}" StyleClasses="ButtonColorRed" />
|
|
</BoxContainer>
|
|
</ui1:EscapeMenu>
|