admin page for category mappings. fixed some bugs and other tweaks

This commit is contained in:
2025-12-01 06:48:34 -05:00
parent ba4ac2eaf6
commit 309d164139
122 changed files with 3190 additions and 17 deletions
+7 -3
View File
@@ -1,10 +1,14 @@
export type CategoryId =
| "lower"
| "upper"
| "barrel"
| "handguard"
| "stock"
| "optic";
| "chargingHandle"
| "buffer"
| "lowerParts"
| "sights"
| "lower"
| "optic"
| "stock";
export interface Category {
id: CategoryId;