Full deployment history for this project.
Fix redundant ARIA attributes and improve screen reader feedback on form submission - Removed redundant `aria-required="true"` on inputs that use the native `required` attribute. - Added `role="status"` and `aria-live="polite"` to the success message container to ensure screen readers announce successful form submissions. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #7 from mbarbine/palette-add-autocomplete-to-signup-form-17096278534459682921 šØ Palette: Add autoComplete attributes to signup form
Merge pull request #8 from mbarbine/sentinel-add-security-headers-6387098069172998659 š”ļø Sentinel: [security improvement] Add Content-Security-Policy and Permissions-Policy headers
Merge pull request #6 from mbarbine/palette-ux-footer-focus-7240800987375220766 šØ Palette: Add keyboard focus styles to footer links
š”ļø Sentinel: [security improvement] Add Content-Security-Policy and Permissions-Policy headers Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat(ui): add autocomplete attributes to signup form inputs Added `autoComplete` attributes ("name", "email", "tel") to the corresponding inputs in the SignupForm component. This is a micro-UX enhancement that helps browsers and password managers easily autofill user data, reducing friction during sign-up and improving accessibility for users with cognitive disabilities. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
šØ Palette: Add keyboard focus styles to footer links Added `focus-visible` ring styling to all interactive links and anchors in `components/footer.tsx`. This improves keyboard navigation accessibility by clearly indicating which element currently has focus. Uses existing Tailwind utility classes to match the design system. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #5 from mbarbine/sentinel-input-limits-3375066915599248890
Merge pull request #4 from mbarbine/palette-mobile-menu-a11y-15184564922909850155
š”ļø Sentinel: Add input length limits to signup form Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #3 from mbarbine/feature/health-and-integrations-14642606777891021475 Feature: Health API, OpenAPI Docs, and Network Integrations
Merge pull request #2 from mbarbine/sentinel/add-security-headers-1733597109127283284 š”ļø Sentinel: [security improvement] Add standard HTTP security headers
Merge pull request #1 from mbarbine/update-site-metadata-domains-3678558127928947351 Update site metadata, domains, dynamic schedule and add feeds
Update site metadata, domains, dynamic schedule and add feeds Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
feat: add launch updates and final enhancements Add February 8th launch date, new Routes section, liability waiver, and enhanced OG image with logo. Update signup form, footer, and header navigation. Co-authored-by: Michael Barbine <3211492+mbarbine@users.noreply.github.com>