[#26] AreaComAdminWindow: Overhaul status bar and search filters
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
using Elwig.Models.Entities;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Elwig.ViewModels {
|
||||
public partial class AreaComAdminViewModel : ObservableObject {
|
||||
@ -83,10 +84,12 @@ namespace Elwig.ViewModels {
|
||||
}
|
||||
|
||||
[ObservableProperty]
|
||||
private string _statusAreaCommitments = "Flächenbindungen: -";
|
||||
private string _statusAreaCommitments = "-";
|
||||
[ObservableProperty]
|
||||
private string _statusArea = "Fläche: -";
|
||||
private string _statusContracts = "-";
|
||||
[ObservableProperty]
|
||||
private string _statusContracts = "Vertragsarten: -";
|
||||
private string _statusArea = "-";
|
||||
[ObservableProperty]
|
||||
private Grid? _statusAreaToolTip;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user