From 269e43a70ea3c13d0a7a032f86dbc1d4a8acacba Mon Sep 17 00:00:00 2001 From: Mark McIntosh Date: Sun, 22 Feb 2026 23:58:17 -0500 Subject: [PATCH] feat: improve forms examples with bento grid, column layouts, and wizard styling Replace sidebar navigation with a bento card grid landing page. Add Form.io CSS and Bootstrap grid restoration so column layouts render side-by-side. Add wizard step tab styling (pagination) for proper multi-step navigation. Include a classic multi-page registration wizard alongside the venue booking wizard. Update Kitchen Sink, Contact, Thank You, Address, and File Upload forms with column-based field layouts. --- .../pages/admin-forms-examples.template.ts | 1829 ++++++++++++----- 1 file changed, 1298 insertions(+), 531 deletions(-) diff --git a/packages/core/src/templates/pages/admin-forms-examples.template.ts b/packages/core/src/templates/pages/admin-forms-examples.template.ts index b60520d1e..3f2fa0a61 100644 --- a/packages/core/src/templates/pages/admin-forms-examples.template.ts +++ b/packages/core/src/templates/pages/admin-forms-examples.template.ts @@ -11,101 +11,121 @@ export interface FormsExamplesPageData { export function renderFormsExamplesPage(data: FormsExamplesPageData): string { const pageContent = ` +