More webapp changes+fixes

This commit is contained in:
2025-12-05 16:52:02 +01:00
parent c66cd0568f
commit 8e7a540c97
40 changed files with 1944 additions and 272 deletions

View File

@@ -21,9 +21,9 @@
<ng-template #noResultTpl></ng-template>
<thead>
<tr>
<th nzWidth="40%">Sender Name</th>
<th nzWidth="20%">Message Count</th>
<th nzWidth="40%">Last Used</th>
<th>Sender Name</th>
<th nzWidth="0">Message Count</th>
<th nzWidth="0">Last Used</th>
</tr>
</thead>
<tbody>
@@ -34,9 +34,8 @@
</td>
<td>{{ sender.count }}</td>
<td>
<span nz-tooltip [nzTooltipTitle]="sender.last_timestamp">
{{ sender.last_timestamp | relativeTime }}
</span>
<div class="timestamp-absolute">{{ sender.last_timestamp | date:'yyyy-MM-dd HH:mm:ss' }}</div>
<div class="timestamp-relative">{{ sender.last_timestamp | relativeTime }}</div>
</td>
</tr>
} @empty {
@@ -62,9 +61,9 @@
<ng-template #noResultTpl2></ng-template>
<thead>
<tr>
<th nzWidth="40%">Sender Name</th>
<th nzWidth="20%">Message Count</th>
<th nzWidth="40%">Last Used</th>
<th>Sender Name</th>
<th nzWidth="0">Message Count</th>
<th nzWidth="0">Last Used</th>
</tr>
</thead>
<tbody>
@@ -75,9 +74,8 @@
</td>
<td>{{ sender.count }}</td>
<td>
<span nz-tooltip [nzTooltipTitle]="sender.last_timestamp">
{{ sender.last_timestamp | relativeTime }}
</span>
<div class="timestamp-absolute">{{ sender.last_timestamp | date:'yyyy-MM-dd HH:mm:ss' }}</div>
<div class="timestamp-relative">{{ sender.last_timestamp | relativeTime }}</div>
</td>
</tr>
} @empty {