Collapse multiple join request/cancels when from a single person.

This commit is contained in:
Cody Henthorne
2022-03-14 20:49:40 -04:00
parent 216059b659
commit 9d1f46da9f
25 changed files with 736 additions and 41 deletions

View File

@@ -47,7 +47,7 @@
{{#each queryResult.rows}}
<tr>
{{#each this}}
<td>{{{this}}}</td>
<td><pre>{{{this}}}</pre></td>
{{/each}}
</tr>
{{/each}}

View File

@@ -31,7 +31,7 @@
{{#each queryResult.rows}}
<tr>
{{#each this}}
<td>{{{this}}}</td>
<td><pre>{{{this}}}</pre></td>
{{/each}}
</tr>
{{/each}}