feat: add build system
Some checks failed
/ deploy_site (push) Has been cancelled

This commit is contained in:
2024-12-30 14:40:09 +09:00
parent 6cbeecea87
commit 32dc5eb667
9 changed files with 845 additions and 24 deletions

View File

@ -5,11 +5,23 @@
<tr>
<td class="fw-bold">#<%= metadata.idx + 1 %></td>
<td><%= metadata.name %></td>
<td>
<span
class="m-0"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
data-bs-title="<%= metadata.description %>">
<%= metadata.name %>
</span>
</td>
<td><%= metadata.bestPracticeCategory %></td>
<td>
<span class="badge text-bg-<%= priorityColor %>">
<span
class="badge text-bg-<%= priorityColor %>"
data-bs-toggle="tooltip"
data-bs-placement="bottom"
data-bs-title="<%= metadata.priorityReason %>">
<%= metadata.priority %> - <%= priorityLabel %>
</span>
</td>

View File

@ -32,7 +32,7 @@
<div class="progress-bar progress-bar-striped progress-bar-animated bg-secondary" style="width: 100%"></div>
</div>
<p>Progressing</p>
<p class="m-0">Progressing</p>
</td>
<% } %>
@ -42,7 +42,7 @@
<div class="progress-bar progress-bar-striped bg-danger" style="width: 100%"></div>
</div>
<p>Error</p>
<p class="m-0">Error</p>
</td>
<% } %>
@ -52,6 +52,6 @@
<div class="progress-bar" style="width: 0%"></div>
</div>
<p>Ready</p>
<p class="m-0">Ready</p>
</td>
<% } %>