-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7178 from ORNL-AMO/issue-7106-154
Issue 7106 - User Survey toast, modal, feedback page
- Loading branch information
Showing
31 changed files
with
1,051 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 13 additions & 14 deletions
27
src/app/dashboard/contact-page/contact-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
<div class="col-10 mx-auto"> | ||
<div class="content-container p-0 border-0"> | ||
|
||
<div class="card-header bold"> | ||
Bug Reporting | ||
</div> | ||
<div class="card"> | ||
<div class="card-header bold"> | ||
Feedback | ||
</div> | ||
<div class="card-body"> | ||
<p> | ||
We are always looking to improve MEASUR and get feedback on accuracy, usability, presentation or new | ||
features. | ||
Please take our survey on Survey Monkey: <a href="https://www.surveymonkey.com/r/DOE-AMO-TOOLS" | ||
target="_blank">https://www.surveymonkey.com/r/DOE-AMO-TOOLS</a>. Thank you for your feedback! | ||
</p> | ||
</div> | ||
<div class="card-header bold"> | ||
Bug Reporting | ||
<app-error-reporting class="card-text-small"></app-error-reporting> | ||
</div> | ||
</div> | ||
<div class="card-body"> | ||
<app-error-reporting></app-error-reporting> | ||
|
||
<div class="card-header bold"> | ||
Feedback | ||
</div> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<app-experience-survey></app-experience-survey> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ <h5 class="bold h5">Troubleshooting:</h5> | |
</ul> | ||
</div> | ||
<div class="mx-auto text-left p-3"> | ||
<h5 class="bold h5">Submit a Bug Report</h5> | ||
<h5 *ngIf="inModal" class="bold h5">Submit a Bug Report</h5> | ||
<h6 class="h6">To submit an issue, please send the information below to | ||
<a id="supportEmail" | ||
href="mailto:[email protected]?subject=AMO Tools Support Request">measur-help@ornl.gov</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.