remove tasks from landing page - bump version

remove watermark from advisor activity view
This commit is contained in:
Frede Hundewadt 2022-10-05 12:52:57 +02:00
parent fc085bad03
commit bc856f5170
6 changed files with 7 additions and 17 deletions

View file

@ -27,7 +27,7 @@
<h2 style="font-variant: all-small-caps">@(DateTime.Now.ToLongDateString())</h2>
</div>
<div class="col">
<WorkDateComponent SelectedDate="@_today" OnChanged="GetWorkdateTasks" />
<WorkDateComponent SelectedDate="@_today" OnChanged="GetWorkdayTasks" />
</div>
</div>
</div>

View file

@ -76,7 +76,7 @@ public partial class LandingComponentAdvisor : IDisposable
_navigator.NavigateTo($"/companies/{item.ReferenceId}/activities/new");
}
private async Task GetWorkdateTasks(string workDate)
private async Task GetWorkdayTasks(string workDate)
{
_workDate = workDate;
_taskItems = new List<TaskItemDto>();

View file

@ -85,5 +85,5 @@
}
else
{
<LoaderThreeDots />
<div>Flot klaret - skrivebordet er ryddet.</div>
}

View file

@ -39,7 +39,7 @@
}
@if (ReportItem.Express)
{
<h2 class="fw-bold text-center"><i class="bi-lightning-charge text-dark" style="font-size: 2rem;"></i> HASTER</h2>
<h2 class="fw-bold text-center"><i class="bi-lightning-charge the-fast" style="font-size: 2rem;"></i> HASTER</h2>
}
</div>
</th>
@ -122,7 +122,7 @@
{
<tr>
<td colspan="4"></td>
<td colspan="2"><h5 class="fw-bold text-center"><i class="bi-lightning-charge text-dark" style="font-size: 2rem;"></i> HASTER</h5></td>
<td colspan="2"><h5 class="fw-bold text-center"><i class="bi-lightning-charge the-fast" style="font-size: 2rem;"></i> HASTER</h5></td>
</tr>
}
</tbody>
@ -154,7 +154,3 @@ else
</div>
}
}
<div id="watermark">
<i class="bi-lightning-charge text-dark" style="font-size: 11rem;"></i>
</div>

View file

@ -1,6 +0,0 @@
#watermark {
position: fixed;
z-index: 999;
top: 10px;
right: 0;
}

View file

@ -1,7 +1,7 @@
{
"appInfo": {
"name": "Wonky Client",
"version": "0.26.3",
"version": "0.26.5",
"rc": true,
"sandBox": false,
"image": "grumpy-coder.png"