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 {

View File

@@ -37,7 +37,7 @@ func Table(headers []templ.Component, rows []templ.Component, attrs templ.Attrib
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " class=\"table\"><thead><tr>")
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " class=\"table table-sm\"><thead><tr>")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}