feat(DataCollection) Added opt-in data collection

This commit is contained in:
2022-04-25 12:43:23 -04:00
parent 5e9ed4c2f5
commit 43d7391df2
79 changed files with 798 additions and 283 deletions
+3 -2
View File
@@ -50,7 +50,7 @@
filter: blur(2px);
}
.searchBackground {
.confirmDialogBackground {
position: fixed;
top: 0;
left: 0;
@@ -84,7 +84,7 @@
}
.searchContainer {
.confirmDialogContainer {
margin-left: auto;
margin-right: auto;
margin-top: 64px;
@@ -120,6 +120,7 @@
protected override void OnInitialized()
{
base.OnInitialized();
searchService.Subscribe(OnSearchChanged);
timer = new Timer(200);