Skip to content

fix(conversations): use 24h statsPeriod on detail page back link#116361

Merged
obostjancic merged 2 commits into
masterfrom
obostjancic/fix/conversations-header-hardcode-24h-period
May 28, 2026
Merged

fix(conversations): use 24h statsPeriod on detail page back link#116361
obostjancic merged 2 commits into
masterfrom
obostjancic/fix/conversations-header-hardcode-24h-period

Conversation

@obostjancic
Copy link
Copy Markdown
Member

The conversations detail page header breadcrumb preserved the current page filters (including explicit start/end timestamps from the detail URL) when navigating back to the conversations list. This caused the list page to display a narrow time window instead of the default 24h period.

Override statsPeriod to 24h and clear start/end on the breadcrumb back link so the list always loads with the expected default time range.

…tions list

The conversations detail page header breadcrumb was using preservePageFilters
which preserved the explicit start/end timestamps from the detail page URL.
When navigating back, this meant the list page would use a narrow time range
instead of the default 24h period.

Override statsPeriod to 24h and clear start/end on the back link.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 28, 2026
@obostjancic obostjancic changed the title fix(conversations): Hardcode 24h statsPeriod on detail page back link fix(conversations): use 24h statsPeriod on detail page back link May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 28, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.59%

@obostjancic obostjancic marked this pull request as ready for review May 28, 2026 10:04
@obostjancic obostjancic requested a review from a team as a code owner May 28, 2026 10:04
@obostjancic obostjancic merged commit cd21d16 into master May 28, 2026
76 checks passed
@obostjancic obostjancic deleted the obostjancic/fix/conversations-header-hardcode-24h-period branch May 28, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants