Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
yacmov committed May 30, 2024
1 parent 6d7ddd8 commit 4a68964
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
<p class="px-2 text-gray-400">Complete the following actions in the <a class="underline"
href="/settings">settings</a> menu to finalise setup.</p>
<hr class="my-2">
<p class="text-lg {% if " tesseract" in setup_progress %}line-through text-purple-600{% endif %}">
<h2 class="text-lg {% if " tesseract" in setup_progress %}line-through text-purple-600{% endif %}">
<i class="{% if " tesseract" in setup_progress %}fa-solid fa-check-circle text-purple-400{% else %}
fa-regular fa-circle{% endif %} mr-2"></i>Configure Tesseract OCR Executable
</p>
<p class="text-lg {% if " ide" in setup_progress %}line-through text-purple-600{% endif %}">
</h2>
<h2 class="text-lg {% if " ide" in setup_progress %}line-through text-purple-600{% endif %}">
<i class="{% if " ide" in setup_progress %}fa-solid fa-check-circle text-purple-400{% else %}
fa-regular fa-circle{% endif %} mr-2"></i>Configure IDE Executable
</p>
<p class="text-lg {% if " api" in setup_progress %}line-through text-purple-600{% endif %}">
</h2>
<h2 class="text-lg {% if " api" in setup_progress %}line-through text-purple-600{% endif %}">
<i class="{% if " api" in setup_progress %}fa-solid fa-check-circle text-purple-400{% else %}
fa-regular fa-circle{% endif %} mr-2"></i>Provide OpenAI API Key
</p>
<p class="text-lg {% if " username" in setup_progress %}line-through text-purple-600{% endif %}">
</h2>
<h2 class="text-lg {% if " username" in setup_progress %}line-through text-purple-600{% endif %}">
<i class="{% if " username" in setup_progress %}fa-solid fa-check-circle text-purple-400{% else %}
fa-regular fa-circle{% endif %} mr-2"></i>Set a Username to Collaborate With Other Users
</p>
</h2>
</div>
</div>
</section>
Expand Down

0 comments on commit 4a68964

Please sign in to comment.