mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:17:22 +01:00
add permission popup ui
This commit is contained in:
parent
2fbee855ae
commit
33535310aa
7 changed files with 230 additions and 18 deletions
|
|
@ -73,6 +73,7 @@ public record RefreshUiMessage : MessageBase;
|
|||
public record OpenReportPopupMessage(Pair PairToReport) : MessageBase;
|
||||
public record OpenBanUserPopupMessage(Pair PairToBan, GroupFullInfoDto GroupFullInfoDto) : MessageBase;
|
||||
public record OpenSyncshellAdminPanel(GroupFullInfoDto GroupInfo) : MessageBase;
|
||||
public record OpenPermissionWindow(Pair Pair) : MessageBase;
|
||||
|
||||
#pragma warning restore S2094
|
||||
#pragma warning restore MA0048 // File name must match type name
|
||||
Loading…
Add table
Add a link
Reference in a new issue