mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
some profile ui rework
This commit is contained in:
parent
814b24ebd8
commit
38d83eff77
17 changed files with 582 additions and 210 deletions
|
|
@ -11,10 +11,10 @@ public abstract class DrawPairBase
|
|||
{
|
||||
protected static bool _showModalReport = false;
|
||||
protected readonly ApiController _apiController;
|
||||
protected readonly UidDisplayHandler _displayHandler;
|
||||
protected Pair _pair;
|
||||
private static bool _reportPopupOpen = false;
|
||||
private static string _reportReason = string.Empty;
|
||||
private readonly UidDisplayHandler _displayHandler;
|
||||
private readonly string _id;
|
||||
|
||||
protected DrawPairBase(string id, Pair entry, ApiController apiController, UidDisplayHandler uIDDisplayHandler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue