Full deployment history for this project.
⚡ Bolt: [performance improvement] Add lazy loading to below-the-fold image Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Add Permissions-Policy header and input check for global key listener Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Add Permissions-Policy to security headers Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🛡️ Sentinel: [HIGH] Fix insecure iframe sandbox configuration Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #5 from mbarbine/sentinel-security-csp-header-11766362170263722976 🛡️ Sentinel: [security improvement] Add Content-Security-Policy header
Add Content-Security-Policy header in next.config.mjs Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #4 from mbarbine/sentinel-security-headers-11183066381593868045
🛡️ Sentinel: [MEDIUM] Add basic security headers and secure iframe Added basic security headers inside `next.config.mjs` and securely restricted an iframe's privileges with the `sandbox` attribute. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Improve keyboard navigation and anchor scrolling Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
⚡ Bolt: Prevent full page re-renders on keystrokes Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
🎨 Palette: Improved modal accessibility and keyboard navigation - Added `role="dialog"`, `aria-modal="true"`, and `aria-label` to the Demo modal container. - Added an `aria-label` to the close button and `aria-hidden` to its icon. - Implemented `focus-visible` styles on the close button to ensure clear keyboard focus indication. - Added `Escape` key listener to easily close the modal via keyboard. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: add easter egg modal with interactive controls Introduce modal on "PH3AR" input, sticky header, and footer updates. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: enlarge demo frame and add fullscreen toggle Increase container width and set fixed responsive heights. Add "Open in full screen" link with hover effect. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: embed BioSignal Monitor demo on landing page Showcase technology with interactive demo between solution and how it works sections. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: finalize site for production release Add PH3AR logo favicon, optimize social sharing, update privacy policy link, and polish site for credibility. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>
feat: finalize site for release with PH3AR branding Add PH3AR logo favicon, social share metadata, privacy link, email CTA, domain updates, and polish for production. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>