Updating Mudblazor Version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@inject IPermissionService PermissionService
|
||||
@layout PageLayout
|
||||
|
||||
@inject IMyDialogService MyDialogService
|
||||
@inject IMyDialogService MyDialogService
|
||||
|
||||
@inherits BasePage
|
||||
@using Services.Website
|
||||
@@ -32,17 +32,22 @@
|
||||
<PaperComponent>
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>What's this page?</InfoQuestionComponent>
|
||||
<InfoAnswerComponent>This page has options to enable and disable certain permissions settings. Such as Storage and Data Collection.</InfoAnswerComponent>
|
||||
<InfoAnswerComponent>This page has options to enable and disable certain permissions settings. Such as
|
||||
Storage and Data Collection.
|
||||
</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>What does this website store?</InfoQuestionComponent>
|
||||
<InfoAnswerComponent>This website usages storage to track user defined default on the Storage page.</InfoAnswerComponent>
|
||||
<InfoAnswerComponent>This website usages storage to track user defined default on the Storage page.
|
||||
</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>Why would I enable storage?</InfoQuestionComponent>
|
||||
<InfoAnswerComponent>Enable storage if you want to website to remeber past settings whenever you visit the website on the same web browser.</InfoAnswerComponent>
|
||||
<InfoAnswerComponent>Enable storage if you want to website to remeber past settings whenever you visit the
|
||||
website on the same web browser.
|
||||
</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
|
||||
<InfoBodyComponent>
|
||||
@@ -50,13 +55,16 @@
|
||||
<InfoAnswerComponent>
|
||||
This website usages Google Analytics to collect data on usage of this website.
|
||||
<br/><br/>
|
||||
Items include: if people use keyboard or mouse in build calculator, what pages people visit, and other usages.
|
||||
Items include: if people use keyboard or mouse in build calculator, what pages people visit, and other
|
||||
usages.
|
||||
</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
|
||||
<InfoBodyComponent>
|
||||
<InfoQuestionComponent>Why would I enable data collection?</InfoQuestionComponent>
|
||||
<InfoAnswerComponent>Enable data tracking if you want the website maintainer to know how your using the website.</InfoAnswerComponent>
|
||||
<InfoAnswerComponent>Enable data tracking if you want the website maintainer to know how your using the
|
||||
website.
|
||||
</InfoAnswerComponent>
|
||||
</InfoBodyComponent>
|
||||
</PaperComponent>
|
||||
</LayoutMediumContentComponent>
|
||||
|
||||
Reference in New Issue
Block a user