mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
# Description Port smartfridge functionality from [Delta-V](https://github.com/DeltaV-Station/Delta-v) and commits from [Frontier](https://github.com/new-frontiers-14/frontier-station-14) Pr and commits: https://github.com/DeltaV-Station/Delta-v/pull/320770a90320852d4abf62b7--- <details><summary><h1>Media</h1></summary> <p> https://github.com/user-attachments/assets/a67f78ca-327c-4e08-8e34-8be6a1a59eac </p> </details> --- # Changelog 🆑 sowelipililimute, Whatstone and Will-Oliver-Br - tweak: SmartFridge now really has functionality --------- Co-authored-by: pathetic meowmeow <uhhadd@gmail.com> Co-authored-by: Whatstone <whatston3@gmail.com>
25 lines
1.4 KiB
XML
25 lines
1.4 KiB
XML
<controls:FancyWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
xmlns:co="clr-namespace:Content.Client.UserInterface.Controls"
|
|
MinHeight="450"
|
|
MinWidth="350"
|
|
Title="{Loc 'smart-fridge-component-title'}">
|
|
<BoxContainer Name="MainContainer" Orientation="Vertical">
|
|
<LineEdit Name="SearchBar" PlaceHolder="{Loc 'smart-fridge-component-search-filter'}" HorizontalExpand="True" Margin ="4 4"/>
|
|
<co:SearchListContainer Name="VendingContents" VerticalExpand="True" Margin="4 4"/>
|
|
<!-- Footer -->
|
|
<BoxContainer Orientation="Vertical">
|
|
<PanelContainer StyleClasses="LowDivider" />
|
|
<BoxContainer Orientation="Horizontal" Margin="10 2 5 0" VerticalAlignment="Bottom">
|
|
<Label Text="{Loc 'vending-machine-flavor-left'}" StyleClasses="WindowFooterText" />
|
|
<Label Text="{Loc 'vending-machine-flavor-right'}" StyleClasses="WindowFooterText"
|
|
HorizontalAlignment="Right" HorizontalExpand="True" Margin="0 0 5 0" />
|
|
<TextureRect StyleClasses="NTLogoDark" Stretch="KeepAspectCentered"
|
|
VerticalAlignment="Center" HorizontalAlignment="Right" SetSize="19 19"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|