From 40a12764c4b5df7057228c76043fb7b9195cb378 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 14 Apr 2026 12:08:20 -0700 Subject: [PATCH] feat: add BuildYourOwnTab wizard component (template grid + picker + result) --- frontend/src/components/BuildYourOwnTab.vue | 518 ++++++++++++++++++++ 1 file changed, 518 insertions(+) create mode 100644 frontend/src/components/BuildYourOwnTab.vue diff --git a/frontend/src/components/BuildYourOwnTab.vue b/frontend/src/components/BuildYourOwnTab.vue new file mode 100644 index 0000000..d2b8071 --- /dev/null +++ b/frontend/src/components/BuildYourOwnTab.vue @@ -0,0 +1,518 @@ + + + + +