Interview module is refactored to use layouts and re-usable components along with domain components. Style remains identitical to previous design.
7 lines
459 B
PHP
7 lines
459 B
PHP
<div id="tab-content-recordings" class="hidden">
|
|
<div class="text-[11.5px] text-slate-400 mb-2 font-medium">Saved candidate video sessions (sorted by newest first)</div>
|
|
<div id="modal-recordings-container" class="bg-slate-950/70 border border-slate-800 rounded-lg p-3 min-h-[250px] max-h-[420px] overflow-y-auto">
|
|
<div class="text-slate-500 text-xs text-center pt-10">No video recordings saved for this candidate yet.</div>
|
|
</div>
|
|
</div>
|