As a user reporting harassment, I will experience two dialog pages - one that will present me with information and one that will collect information from me.
Acceptance criteria:
- Setup two basic Vue components, one for information and one for data collection (for this ticket, it is sufficient for them to have a <p> tag that says "This is the information component" and "This is the data collection component"
- On first load, the information vue component should be loaded
- Add a codex button to the information component that toggles loading the data collection component
- Add a custom footer component using the dialog slot (example). This will allow us to conditionally render different footer buttons depending on which page we are on.