Added issues dashboard

This commit is contained in:
Moira Daniella A Sebastian
2026-02-23 19:48:10 +01:00
parent facb31015f
commit 96291b7a94
17 changed files with 1199 additions and 456 deletions

View File

@@ -2,7 +2,7 @@ package base
templ Table(headers []templ.Component, rows []templ.Component, attrs templ.Attributes) {
<div class="overflow-x-auto">
<table { attrs... } class="table">
<table { attrs... } class="table table-sm">
<thead>
<tr>
for _, header := range headers {