757 B
757 B
type
| 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.