[WIP] certs
Test / Run tests (push) Successful in 2m4s

This commit is contained in:
2026-09-23 19:30:51 +02:00
parent 824cfc5636
commit b29afe8817
5 changed files with 271 additions and 9 deletions
+10
View File
@@ -6,6 +6,7 @@ using System.Collections.ObjectModel;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace Elwig.ViewModels {
public partial class MemberAdminViewModel : ObservableObject {
@@ -126,6 +127,15 @@ namespace Elwig.ViewModels {
[ObservableProperty]
private bool _isOrganic;
[ObservableProperty]
private string? _organicTest1;
[ObservableProperty]
private string? _organicTest2;
[ObservableProperty]
private Brush? _organicTest3;
[ObservableProperty]
private string? _organicTest4;
[ObservableProperty]
private string? _entryDate;
[ObservableProperty]