Skip to content

Preserve Svelte return URLs and resolve runtime paths - #2566

Merged
ejsmith merged 3 commits into
mainfrom
issue/preserve-svelte-navigation-destinations
Sep 9, 2026
Merged

Preserve Svelte return URLs and resolve runtime paths#2566
ejsmith merged 3 commits into
mainfrom
issue/preserve-svelte-navigation-destinations

Conversation

@ejsmith

@ejsmith ejsmith commented Sep 8, 2026

Copy link
Copy Markdown
Member

Preserves query parameters and fragments when the Svelte auth guard sends a user to login, so notification destinations, verification tokens, and filters survive authentication or session expiry.

Replaces the remaining 10 hardcoded runtime /next references with SvelteKit resolve in assistant navigation, assistant link handling, and telemetry. Root-hosted assistant links preserve external destinations and existing Markdown. Hosting configuration, backend link producers, and historical redirects remain part of the UI removal plan.

Validation: 40 focused unit tests and the local Exie navigation browser test passed; Svelte check (zero errors/warnings), formatting, lint, and production build passed. The existing login/session-expiry browser regression remains included.

No public API changes or new base-path configuration.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T00:51:07.421294Z 1ec0427 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ejsmith ejsmith changed the title Preserve Svelte return URLs through login Preserve Svelte return URLs and resolve runtime paths Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Insulation 37% 35% 286
Exceptionless.Web 85% 70% 8102
Exceptionless.Core 76% 68% 10497
Exceptionless.AppHost 38% 41% 147
Summary 79% (26320 / 33338) 68% (12216 / 18003) 19032

@ejsmith
ejsmith merged commit f54814c into main Sep 9, 2026
12 checks passed
@ejsmith
ejsmith deleted the issue/preserve-svelte-navigation-destinations branch September 9, 2026 23:29
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