Skip to content

fix(projects): Preserve group filter on return - #166

Merged
HazAT merged 3 commits into
masterfrom
feat/persist-project-group-filter
Aug 22, 2026
Merged

fix(projects): Preserve group filter on return#166
HazAT merged 3 commits into
masterfrom
feat/persist-project-group-filter

Conversation

@sentry-junior

@sentry-junior sentry-junior Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Keep the selected project group in the URL. Project and award links carry the group into the detail page, and the back link restores the filtered project list.

Adds route coverage for the full projects → detail → projects flow.

Checks:

  • npm run typecheck
  • npm run lint
  • npm run test:app -- --run test/app/routes.test.tsx
  • npm run format:check -- src/app/routes/ProjectsPage.tsx src/app/routes/ProjectDetailsPage.tsx src/app/components/ProjectCard.tsx test/app/routes.test.tsx

Requested by paul.jaffre.

--

View Junior Session [Sentry]

Co-Authored-By: Paul Jaffré <paul.jaffre@sentry.io>
@jaffrepaul
jaffrepaul marked this pull request as ready for review August 21, 2026 21:48

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 99bcd43. Configure here.

Comment thread src/app/routes/ProjectsPage.tsx
Comment thread src/app/routes/ProjectsPage.tsx
Include the URL group in the pagination reset effect so browser
history navigation cannot keep a stale cursor for the filter.
Comment thread src/app/routes/ProjectsPage.tsx
Keep ?group= only on project cards so idea back navigation does not
restore a projects-only group filter.
@HazAT
HazAT merged commit 574c00b into master Aug 22, 2026
13 checks passed
@HazAT
HazAT deleted the feat/persist-project-group-filter branch August 22, 2026 06:54
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.

1 participant