modified version
This commit is contained in:
+11
-4
@@ -73,10 +73,17 @@
|
||||
|
||||
<!-- TASK LIST VIEW (shown by default) -->
|
||||
<section id="taskListView" class="workspace-view workspace-view-active">
|
||||
<div class="mb-4">
|
||||
<p class="text-muted small mb-0">User workspace</p>
|
||||
<h3 class="fw-bold">Assigned Tasks</h3>
|
||||
<p class="text-muted">Select a task to begin processing.</p>
|
||||
<div class="d-flex justify-content-between align-items-start mb-4">
|
||||
<div>
|
||||
<p class="text-muted small mb-0">User workspace</p>
|
||||
<h3 class="fw-bold">Assigned Tasks</h3>
|
||||
<p class="text-muted mb-0">Select a task to begin processing.</p>
|
||||
</div>
|
||||
<!-- Force a fresh fetch from the server (useful after a server restart
|
||||
that cleared in-memory sessions — log in again first, then press Sync). -->
|
||||
<button id="syncBtn" class="btn btn-outline-secondary btn-sm mt-1" type="button">
|
||||
<i class="bi bi-arrow-repeat me-1"></i>Sync
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user