Skip to content

feat(navigation): add optimistic updates#825

Merged
mikewheeleer merged 1 commit into
Talenttrust:mainfrom
MrOmale:feature/navigation-21-optimistic
Jul 26, 2026
Merged

feat(navigation): add optimistic updates#825
mikewheeleer merged 1 commit into
Talenttrust:mainfrom
MrOmale:feature/navigation-21-optimistic

Conversation

@MrOmale

@MrOmale MrOmale commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

closes #723

Description

Closes #

Type of Change

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor (no functional change, internal code improvement)
  • Documentation update

Pre-flight Checklist

All items must be checked before requesting review.

  • npm run lint passes with no errors
  • npm test passes with no failures
  • npm run build completes successfully

Testing & Coverage

  • Module test coverage for impacted files meets or exceeds the 95% minimum threshold
    (run npm test -- --coverage and check the per-file table)
  • If this PR adds or modifies UI components, accessibility tests were written using
    the shared utilities in src/test-utils/a11y.tsx

What was tested?


Accessibility & Security Notes

Accessibility

Security

@drips-wave

drips-wave Bot commented Jul 25, 2026

Copy link
Copy Markdown

@MrOmale Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mikewheeleer
mikewheeleer merged commit c4b8c6c into Talenttrust:main Jul 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optimistic UI updates to the navigation actions

2 participants