diff --git a/Agents.md b/Agents.md index 4adac4fa..97f8a813 100644 --- a/Agents.md +++ b/Agents.md @@ -945,6 +945,7 @@ ## Active Technologies - TypeScript 5.9, Astro 6 static components, HTML, CSS + Astro 6.0.0, Tailwind CSS 4.2.2 through CSS-first `@theme` and `@tailwindcss/vite`, `astro-icon`, `@iconify-json/lucide`, Playwright 1.59.1 (400-tenantial-homepage-visual-rebuild) - TypeScript 5.9.3, Astro 6.0.0, Tailwind CSS v4.2.2 via `@tailwindcss/vite`, `astro-icon`, `@iconify-json/lucide`, and Playwright smoke tests for the static website; no database, CMS, API, customer data, tenant data, or runtime persistence. (401-tenantial-platform-page) - TypeScript 6.0.3, Astro 6.3.3, Node.js >=20.0.0, pnpm 10.33.0 + Astro, `@astrojs/starlight`, `@astrojs/sitemap`, `@astrojs/mdx`, Tailwind CSS v4, `@tailwindcss/vite`, Preline 4, Lenis, GSAP, Sharp, Playwright; static website content only, no database or product persistence. (feat/403-public-website-launch-readiness) +- No new technology; reuses TypeScript 6.0.3, Astro 6.3.3, Node.js >=20.0.0, pnpm 10.33.0, Starlight, Tailwind CSS v4, Preline, Lenis, GSAP, Sharp, and Playwright for static website content, docs content, route metadata, and generated build output only; no database or product persistence. (404-public-content-messaging) ## Recent Changes - 066-rbac-ui-enforcement-helper-v2-session-1769732329: Planned UiEnforcement v2 (spec + plan + design artifacts) diff --git a/apps/website/.prettierignore b/apps/website/.prettierignore new file mode 100644 index 00000000..9f0efda9 --- /dev/null +++ b/apps/website/.prettierignore @@ -0,0 +1,14 @@ +node_modules/ +dist/ +build/ +coverage/ +.astro/ +playwright-report/ +test-results/ +blob-report/ +package-lock.json +yarn.lock +pnpm-lock.yaml +*.log +.env +.env.* diff --git a/apps/website/src/components/sections/misc/ContactSection.astro b/apps/website/src/components/sections/misc/ContactSection.astro index 7dd532b6..356b5adf 100644 --- a/apps/website/src/components/sections/misc/ContactSection.astro +++ b/apps/website/src/components/sections/misc/ContactSection.astro @@ -44,7 +44,11 @@ const copy = siteCopy[locale].contact; /* Form for user input with various input fields.--> {/* Each field utilizes a different input component for the specific type of input (text, email, phone, and textarea)*/ } -