Add process and submission mocks

This commit is contained in:
Eli Ribble 2026-04-03 03:57:43 +00:00
parent 095ab828b6
commit 3e0003095b
No known key found for this signature in database
10 changed files with 481 additions and 22 deletions

View file

@ -34,14 +34,14 @@
<!-- Progress Bar -->
<div class="mb-4">
<div class="d-flex justify-content-between align-items-center mb-2">
<span class="small text-muted">Step 1 of 10</span>
<span class="small text-muted">Step 1 of 8</span>
</div>
<div class="progress" style="height: 8px;">
<div
class="progress-bar"
role="progressbar"
style="width: 20%;"
aria-valuenow="20"
style="width: 12%;"
aria-valuenow="12"
aria-valuemin="0"
aria-valuemax="100"
></div>