fix: address code review feedback on tests and placeholder messages
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -1546,8 +1546,8 @@
|
||||
<!-- PDF via pdf.js (rendered by loadPDF above) — fallback canvas container -->
|
||||
<div id="detail-original-canvas" class="pdf-canvas-wrapper" style="min-height: 400px; display: flex; justify-content: center; align-items: center; padding: 0.5rem;">
|
||||
<div class="pdf-loading">
|
||||
<i class="fas fa-spinner fa-spin" aria-hidden="true" style="font-size: 2rem; margin-bottom: 1rem;"></i>
|
||||
<p>See PDF viewer above</p>
|
||||
<i class="fas fa-file-pdf" aria-hidden="true" style="font-size: 2rem; margin-bottom: 1rem; color: #94a3b8;"></i>
|
||||
<p>This PDF is displayed in the Document Previews section at the top of the page.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
@@ -1570,8 +1570,8 @@
|
||||
<!-- Processed files are typically PDFs — rendered by pdf.js above -->
|
||||
<div style="min-height: 400px; display: flex; justify-content: center; align-items: center; padding: 0.5rem;">
|
||||
<div class="pdf-loading">
|
||||
<i class="fas fa-spinner fa-spin" aria-hidden="true" style="font-size: 2rem; margin-bottom: 1rem;"></i>
|
||||
<p>See PDF viewer above</p>
|
||||
<i class="fas fa-file-pdf" aria-hidden="true" style="font-size: 2rem; margin-bottom: 1rem; color: #94a3b8;"></i>
|
||||
<p>This PDF is displayed in the Document Previews section at the top of the page.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user