Full deployment history for this project.
Merge pull request #3 from mbarbine/jules-715685849385258760-d86fb623
🎨 Palette: Add accessibility and focus states to icon-only buttons * Added `aria-label`s to notification bell, theme toggle, and mobile menu buttons. * Added standard `focus-visible` ring styling to enable clear keyboard navigation for icon-only buttons.
🛡️ Sentinel: [MEDIUM] Add security headers to next.config.mjs Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Extract nested NavItem component to prevent remounts - Extracted the `NavItem` functional component outside of the `Sidebar` function component in `components/kokonutui/sidebar.tsx` - Modified `NavItem` to accept `onClick` as a prop and pass it the `handleNavigation` function from the `Sidebar` closure - Documented learning about preventing unnecessary component remounting in `.jules/bolt.md` Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Prevent DOM thrashing in Sidebar navigation items Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Improve accessibility of layout icon buttons Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #3 from mbarbine/jules-715685849385258760-d86fb623 feat: rebrand to PlatPhorm Finance and implement Universal Schema Pack
feat: rebrand to PlatPhorm Finance and implement Universal Schema Pack Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #2 from mbarbine/vercel/react-server-components-cve-vu-1hm9pe 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>
Merge pull request #1 from mbarbine/module-not-found-error Fix Next.js configuration and styling setup
fix: resolve Next.js cache and config issues Update 'next.config.mjs', add 'autoprefixer', fix 'tailwind.config.js', and rename 'Content' export. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>