File tree Expand file tree Collapse file tree 1 file changed +19
-21
lines changed
src/staff/templates/staff Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Original file line number Diff line number Diff line change 11< div class ="relative w-52 ">
2- < textarea
3- id ="internal_note-input-{{ record.pk }} "
4- class ="internal_note-input w-52 pr-8 px-2.5 py-1.5 text-sm border border-gray-300 rounded-lg resize-none placeholder:text-gray-400 placeholder:italic "
5- data-sample-id ="{{ record.pk }} "
6- placeholder ="Write a note... "
7- > {{ record.internal_note|default:'' }}</ textarea >
8-
9- <!-- Spinner Icon -->
10- < i
11- id ="internal_note-spinner-{{ record.pk }} "
12- class ="fa-solid fa-spinner animate-spin text-blue-600 absolute right-2 top-1/3 -translate-y-1/2 text-sm pointer-events-none "
13- style ="visibility: hidden; "
14- > </ i >
15-
16- <!-- Check Icon -->
17- < i
18- id ="internal_note-check-{{ record.pk }} "
19- class ="fa-solid fa-check text-green-600 absolute right-2 top-1/2 -translate-y-1/2 text-sm pointer-events-none "
20- style ="visibility: hidden; "
21- > </ i >
22- </ div >
2+ < textarea
3+ id ="internal_note-input-{{ record.pk }} "
4+ class ="internal_note-input w-52 pr-8 px-2.5 py-1.5 text-sm border border-gray-300 rounded-lg resize-none placeholder:text-gray-400 placeholder:italic "
5+ data-sample-id ="{{ record.pk }} "
6+ placeholder ="Write a note... "
7+ > {{ record.internal_note|default:'' }}</ textarea >
8+ <!-- Spinner Icon -->
9+ < i
10+ id ="internal_note-spinner-{{ record.pk }} "
11+ class ="fa-solid fa-spinner animate-spin text-blue-600 absolute right-2 top-1/3 -translate-y-1/2 text-sm pointer-events-none "
12+ style ="visibility: hidden; "
13+ > </ i >
14+ <!-- Check Icon -->
15+ < i
16+ id ="internal_note-check-{{ record.pk }} "
17+ class ="fa-solid fa-check text-green-600 absolute right-2 top-1/2 -translate-y-1/2 text-sm pointer-events-none "
18+ style ="visibility: hidden; "
19+ > </ i >
20+ </ div >
You can’t perform that action at this time.
0 commit comments