feat: Adds manual-d group pdf while working on better picker for groups, fixes issues with trunk table not always rendering properly with certain themes.

This commit is contained in:
2026-01-14 16:53:05 -05:00
parent 450791b37e
commit b5d1f87380
18 changed files with 441 additions and 275 deletions

View File

@@ -20,5 +20,6 @@ extension String {
var idString: Self {
replacing("-", with: "")
.replacing(" ", with: "")
}
}