Data Request API helper #10

Merged
Oliver merged 94 commits from feat/data-requests into main 2025-11-22 02:51:15 +00:00
Showing only changes of commit c6f14b3c21 - Show all commits

View file

@ -8,9 +8,7 @@
<div class="grow"> <div class="grow">
{{ user.name }} {{ user.name }}
</div> </div>
{{#if (eq user.status "cancelled")}} {{#if (eq user.status "waiting")}}
Oliver marked this conversation as resolved Outdated

Cancelled is no longer a user status supported

Cancelled is no longer a user status supported
<span>Cancelled by User</span>
{{else if (eq user.status "waiting")}}
<span class="loader"></span> <span class="loader"></span>
{{else if (eq user.status "disconnected")}} {{else if (eq user.status "disconnected")}}
<taf-icon <taf-icon