Restore OBBBA household explorer to use Streamlit app#2698
Merged
Conversation
Rename blog post and image files back to introducing-obbba-household-explorer to fix broken homepage link. This maintains the existing blog post about the Streamlit app. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Point obbba-household-explorer slug to the Streamlit URL - Remove redirect component and route - This ensures the app embeds the Streamlit app as originally intended 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR restores the OBBBA household explorer to use the Streamlit app instead of redirecting to a different URL. The changes reverse a previous redirect implementation and update references to use the correct slug and Streamlit URL.
- Updates the apps.json configuration to point to the Streamlit app URL with the correct slug
- Removes the redirect component and routing that was incorrectly redirecting users
- Updates post references to use the correct filename and image names
Reviewed Changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/routing/RedirectOBBBAHouseholdExplorer.jsx | Removes the entire redirect component that was redirecting to a different slug |
| src/posts/posts.json | Updates filename and image references from "household-by-household" to "household-explorer" |
| src/apps/apps.json | Updates URL to Streamlit app and changes slug from "obbba-household-by-household" to "obbba-household-explorer" |
| src/PolicyEngine.jsx | Removes import and route for the redirect component |
- Keep obbba-household-explorer pointing to Streamlit app with embed parameter - Add new obbba-household-by-household entry pointing to GitHub Pages app - This provides access to both versions of the OBBBA analysis tool 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <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
Context
The OBBBA household explorer should embed the Streamlit app, not redirect to a different slug. This PR restores the original functionality.
Test plan
/us/obbba-household-explorerand verify it displays the Streamlit app in an iframe🤖 Generated with Claude Code