feat: label color description for timeline
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="scroll-container border border-gray-300 mb-16">
|
||||
<div class="scroll-container border border-gray-300 mb-4">
|
||||
<table>
|
||||
<tr class="[&_th]:sticky [&_th]:top-0 [&_th]:z-10">
|
||||
<th></th>
|
||||
@@ -92,4 +92,15 @@
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
<div class="flex space-x-2">
|
||||
<div class="flex items-center space-x-2 bg-orange-300 px-4 py-1">
|
||||
<span>Bedarf</span>
|
||||
</div>
|
||||
<div class="flex items-center space-x-2 bg-yellow-300 px-4 py-1">
|
||||
<span>in Bewerbung</span>
|
||||
</div>
|
||||
<div class="flex items-center space-x-2 bg-green-300 px-4 py-1">
|
||||
<span>besetzt</span>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user