Converting Tests back to C# but still with Playwright

This commit is contained in:
2026-06-03 14:45:18 -04:00
parent 85834466f1
commit 46150d3a69
209 changed files with 1503 additions and 683 deletions
+22
View File
@@ -0,0 +1,22 @@
@layout PageLayout
@inject IDataCollectionService DataCollectionService
@inherits BasePage
@page "/contact"
<LayoutMediumContentComponent>
<WebsiteTitleComponent>Contact</WebsiteTitleComponent>
<PaperComponent>
<InfoBodyComponent>
<InfoQuestionComponent>
How do I contact you for feature requests and bug reports?
</InfoQuestionComponent>
<InfoAnswerComponent>
You can message me at <b>JonathanMcCaffrey#3544</b> on my <a href="https://discord.gg/uMq8bMGeeN"
target="_blank">Discord</a> channel.
</InfoAnswerComponent>
</InfoBodyComponent>
</PaperComponent>
</LayoutMediumContentComponent>