]> git.smokeofanarchy.ru Git - space-station-14.git/commit
More UI fixes (#22431)
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>
Wed, 13 Dec 2023 02:02:19 +0000 (03:02 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 02:02:19 +0000 (19:02 -0700)
commit16bd6802df8818648a1d81b010159dbe02fc8a20
tree7ca7d35e999cbba5eb396128d2df50f29f02d2cd
parent93f8c4ef600af3ef895a287b8411afbfbf13f925
More UI fixes (#22431)

* Fix chat filter button

Oh look, the popup code was copy pasted between chat filter and channel selector.

Hilarious.

Anyways same stuff as 995f506aafd770dd6572dfc9e7bf9e18186e485a. I pulled it all out into a base class so NO MORE COPY PASTE.

Fixes #22360

* Remove all further EnableAllKeybinds buttons.

Fixes #22346

Yeah none of these are valid use cases, why is this set...
12 files changed:
Content.Client/Administration/UI/CustomControls/PlayerListControl.xaml.cs
Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTabEntry.xaml
Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTabEntry.xaml
Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTabHeader.xaml
Content.Client/Administration/UI/Tabs/PlayerTab/PlayerTabHeader.xaml.cs
Content.Client/Info/PlaytimeStats/PlaytimeStatsEntry.xaml
Content.Client/Info/PlaytimeStats/PlaytimeStatsHeader.cs
Content.Client/Info/PlaytimeStats/PlaytimeStatsHeader.xaml
Content.Client/UserInterface/Systems/Chat/Controls/ChannelFilterButton.cs
Content.Client/UserInterface/Systems/Chat/Controls/ChannelSelectorButton.cs
Content.Client/UserInterface/Systems/Chat/Controls/ChatPopupButton.cs [new file with mode: 0644]
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs