UI/UX enhancements

This commit is contained in:
2026-02-20 17:46:34 -05:00
parent f21d2039cb
commit 2171991dc8
9 changed files with 1028 additions and 736 deletions

View File

@@ -172,10 +172,5 @@ func TemplateFuncs() template.FuncMap {
}
return false
},
"last": func(slice interface{}) interface{} {
// Helper function to get the last element of a slice
// Used in template logic
return nil
},
}
}