Update: Fixed some vscode "Problems" that weren't really problems but it was complaining about jinja code.

This commit is contained in:
Javier
2026-01-30 00:39:26 -06:00
parent 674a8f8a0c
commit d6e9f20757
3 changed files with 40 additions and 11 deletions

View File

@@ -47,7 +47,7 @@
<span class="arrow-icon"></span>
</div>
</a>
<button class="btn-archive" onclick="archiveSession({{ s.id }}, '{{ s.process_name }}')" title="Archive this session">
<button class="btn-archive" onclick="archiveSession(this)" data-id="{{ s.id }}" data-name="{{ s.process_name }}" title="Archive this session">
🗑️
</button>
</div>