Full deployment history for this project.
Merge pull request #4 from mbarbine/palette-ux-empty-state-search-17071020680586825853 šØ Palette: Add Empty State to ProductsTable & Preserve Search Query
feat: add table empty state and preserve search query Added "No products found." state to ProductsTable and updated SearchInput to use defaultValue populated from useSearchParams. Wrapped SearchInput in layout with Suspense to avoid de-opts during build. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: add sr-only label to search input Adds a screen-reader only label and associates it with the search input field to improve accessibility without changing the visual layout. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: enhance SEO, discovery files, AX, and testing - Create dynamic sitemap, robots.txt, and manifest.webmanifest. - Implement LLMs and MCP discovery files (.well-known integration). - Enhance UI/UX/AX with accessibility tags across layout and tables. - Update SEO metadata structure to fix Next.js 15 build warnings. - Setup Vitest/React Testing Library and add initial utility tests. - Fix broken API route imports and Drizzle Postgres build failures. - Document progress and goals in ROADMAP.md. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #2 from mbarbine/jules-enhance-seo-ax-discovery-15205206952066774852 feat: enhance SEO, discovery files, AX, and testing
feat: enhance SEO, discovery files, AX, and testing - Create dynamic sitemap, robots.txt, and manifest.webmanifest. - Implement LLMs and MCP discovery files (.well-known integration). - Enhance UI/UX/AX with accessibility tags across layout and tables. - Update SEO metadata structure to fix Next.js 15 build warnings. - Setup Vitest/React Testing Library and add initial utility tests. - Fix broken API route imports and Drizzle Postgres build failures. - Document progress and goals in ROADMAP.md. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-6gz50l Fix React Server Components CVE vulnerabilities
Merge pull request #1 from mbarbine/vercel/react-server-components-cve-vu-6gz50l Fix React Server Components CVE vulnerabilities
Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>