feat(ui): redirect to connections view after successful provider login#373
Merged
Merged
Conversation
After OAuth completes, the return_url now points to /?view=connections&provider=<name> instead of /. On load, the dashboard reads those query params to activate the connections view and pre-populate the search filter with the provider name, landing the user on a page that confirms their new connection. Fixes #355 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Replace monolithic test.yml with python-lint, python-test, and ui-lint workflows, each with path-based conditional triggers - Remove publish-rc.yml (RC deploy workflow) - Remove .claude/commands/run-evals.md - Fix stale actions/checkout@v6 references (non-existent version) - Update README: remove local-first framing, provider counts, Telemetry and Security sections, consolidate Docs links into Links section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Calling setActiveView/setConnectionFilter inside useEffect body triggered the react-hooks/set-state-in-effect lint error. Initialise both states directly from URL params via lazy useState initialisers so no effect is needed, and remove the now-unused useEffect import. Also scope Docker build to version tags only (release-please triggers), and restrict Python Tests to push/PR against main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
return_urlnow points to/?view=connections&provider=<name>instead of/?viewand?providerquery params to activate the connections view and pre-populate the search filter with the provider nameTest plan
/directly (no query params) still shows the Dashboard view as beforeCloses #355
🤖 Generated with Claude Code