added feature to copy to clipboard

This commit is contained in:
2026-01-16 23:07:44 -05:00
parent 2f7d1acaa9
commit 743b83deb3
3 changed files with 45 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<header class="title-block">
<div class="title-line">
<span class="title">WWCompanion</span>
<span class="subtitle">Manual reasoning for WaterlooWorks</span>
<span class="subtitle">AI companion for WaterlooWorks.</span>
</div>
</header>
@@ -43,6 +43,10 @@
</section>
<footer class="footer">
<div class="footer-left">
<button id="copyRenderedBtn" class="ghost" type="button">Copy</button>
<button id="copyRawBtn" class="ghost" type="button">Copy Markdown</button>
</div>
<button id="settingsBtn" class="link">Open Settings</button>
</footer>