Add default tag filter for single-brace template syntax and update help menu icon from circle-help to book-open

This commit is contained in:
Bruno Charest 2026-03-22 11:51:02 -04:00
parent 0ff888280a
commit bed8e93624
2 changed files with 3 additions and 2 deletions

View File

@ -680,7 +680,8 @@
const TagFilterService = { const TagFilterService = {
defaultFilters: [ defaultFilters: [
{ pattern: "#<% ... %>", regex: "^#<%.*%>$", enabled: true }, { pattern: "#<% ... %>", regex: "^#<%.*%>$", enabled: true },
{ pattern: "#{{ ... }}", regex: "^#\\{\\{.*\\}\\}$", enabled: true } { pattern: "#{{ ... }}", regex: "^#\\{\\{.*\\}\\}$", enabled: true },
{ pattern: "#{ ... }", regex: "^#\\{.*\\}$", enabled: true }
], ],
getConfig() { getConfig() {

View File

@ -127,7 +127,7 @@
</button> </button>
<button class="menu-list-row menu-list-button" id="help-open-btn" type="button" role="menuitem"> <button class="menu-list-row menu-list-button" id="help-open-btn" type="button" role="menuitem">
<span class="menu-list-icon" aria-hidden="true"> <span class="menu-list-icon" aria-hidden="true">
<i data-lucide="circle-help" style="width:17px;height:17px"></i> <i data-lucide="book-open" style="width:17px;height:17px"></i>
</span> </span>
<span class="menu-list-content"> <span class="menu-list-content">
<span class="menu-list-title">Guide d'utilisation</span> <span class="menu-list-title">Guide d'utilisation</span>