Update the settings sidebar to include a semi-persistent notification about new versions

This commit is contained in:
Oliver 2026-05-11 22:37:43 -06:00
parent 09ac9624ed
commit e164e046a5
4 changed files with 21 additions and 1 deletions

View file

@ -45,4 +45,9 @@
</a>
</li>
</ul>
{{#if hasNewVersion}}
<p>
{{localize "taf.misc.new-version-available" version=newVersion}}
</p>
{{/if}}
</section>