feat(DataCollection) Added opt-in data collection
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@layout PageLayout
|
||||
@inherits BasePage
|
||||
@implements IDisposable
|
||||
|
||||
@inject IToastService toastService
|
||||
@inject IToastService ToastService
|
||||
|
||||
<div style="display:grid; gap: 8px;padding: 16px; height: 94vh; width: 90vw; margin: auto; margin-top: 32px;
|
||||
grid-template-columns: 27% 25% 25% 23%; grid-template-rows: auto;
|
||||
@@ -53,6 +54,7 @@ grid-template-areas: 'loader sand compare compare' ;">
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
KeyService.Subscribe(HandleClick);
|
||||
FilterService.Subscribe(StateHasChanged);
|
||||
EconomyService.Subscribe(StateHasChanged);
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
BuildComparisionService.Subscribe(StateHasChanged);
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
base.OnInitialized();
|
||||
BuildComparisonService.Subscribe(StateHasChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user