(addon) add a feedback form link in the footer

Add the possibility to display a feedback form link in the footer to
help collect feedback from the first users of the plugin.

Once the plugin is in production at scale, this will be replaced
with a link to the support page.
This commit is contained in:
lebaudantoine
2026-06-10 14:52:47 +02:00
committed by aleb_the_flash
parent 9522dc72ac
commit 44d3ed8f2e
10 changed files with 55 additions and 5 deletions
+10 -2
View File
@@ -50,8 +50,16 @@
</div>
</div>
<footer id="version-tag">
<span class="version-badge">beta</span>
<span class="version-number">0.0.2</span>
<a id="feedback-link"
style="display:none;"
target="_blank"
rel="noopener noreferrer"
data-i18n="footer.feedback"
></a>
<div id="footer-right">
<span class="version-badge">beta</span>
<span class="version-number">0.0.2</span>
</div>
</footer>
</body>
</html>