Tech stack stub page and changing project to be just one Web Assembly project for now

This commit is contained in:
2026-05-27 11:25:04 -04:00
parent 8a20cfec4f
commit dd74f9b69f
140 changed files with 64156 additions and 97 deletions
+18
View File
@@ -0,0 +1,18 @@
---
type: Prompt
---
Create a new page called Tech Stack with the href of `/tech-stack`.
Populate it with information from TechStackData.cs.
Name, Description should be visible.
If InUse is false, make the section of information greyed out and faded to indicate a lack of implementation.
If you hover over the information, it should that it's interactive and clickable.
Create a new dialog in the Components/Dialog folder to display the tech stack information.
This dialog with display the Name and Description, but also the expected notes. The user should be able to quit out of the dialog with a close button, or close it by clicking the outside area around the dialog.
Your logic should use the DialogService.cs for opening and closing the dialog.