Add New search reset after generation.
Keeps the generated artifact view intact but provides a footer New search button that stops audio, resets state, scrolls to top, and focuses the search input.
This commit is contained in:
@@ -571,6 +571,8 @@
|
||||
margin-top: calc(var(--spacing-unit) * 6);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: calc(var(--spacing-unit) * 1.5);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.player-section {
|
||||
@@ -1133,6 +1135,7 @@
|
||||
|
||||
<div class="footer">
|
||||
<button id="faqBtnFooter" class="faq-link" type="button">FAQ</button>
|
||||
<button id="newSearchBtn" class="faq-link" type="button">New search</button>
|
||||
</div>
|
||||
|
||||
<div id="faqModalBackdrop" class="modal-backdrop" role="dialog" aria-modal="true" aria-labelledby="faqTitle">
|
||||
|
||||
Reference in New Issue
Block a user