Tech stack stub page and changing project to be just one Web Assembly project for now
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user