Updating Mudblazor Version

This commit is contained in:
Jonathan
2025-04-27 19:34:50 -04:00
parent 38ff4e3e89
commit e820457176
153 changed files with 5010 additions and 2059 deletions
+14 -6
View File
@@ -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>