Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/public/assets/posts/oregon-kicker-refund.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions app/src/data/apps/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@
"date": "2026-03-09 12:00:00",
"authors": ["david-trimmer", "daphne-hansell"]
},
{
"type": "iframe",
"slug": "oregon-kicker-refund",
"title": "Oregon Kicker Refund calculator",
"description": "Calculate your 2025 Oregon Kicker refund based on your 2024 Oregon tax liability. The kicker returns surplus state revenue to taxpayers.",
"source": "https://oregon-kicker-refund.vercel.app/us/oregon-kicker-refund",
"tags": ["us", "policy", "interactives"],
"countryId": "us",
"displayWithResearch": true,
"image": "oregon-kicker-refund.png",
"date": "2026-03-25 12:00:00",
"authors": ["david-trimmer"]
},
{
"type": "iframe",
"slug": "watca",
Expand Down
8 changes: 1 addition & 7 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
- bump: patch
changes:
added:
- Add council tax to land value tax reform dashboard for UK
fixed:
- Restore student loan visualisation interactive that was accidentally removed in #766
- Fix report share button not working after report builder refactor
- Fix chart negative axis formatting (clipped labels, missing zero reference line)
- Fix SimulationAdapter status mapping ('ok' to 'complete')
- Fix winners/losers chart layout to match updated design
- Add Oregon Kicker Refund calculator at /us/oregon-kicker-refund
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@
"source": "/us/api/:path*",
"destination": "https://household-api-docs-policy-engine.vercel.app/us/api/:path*"
},
{
"source": "/us/oregon-kicker-refund",
"destination": "https://oregon-kicker-refund.vercel.app/us/oregon-kicker-refund"
},
{
"source": "/us/oregon-kicker-refund/:path*",
"destination": "https://oregon-kicker-refund.vercel.app/us/oregon-kicker-refund/:path*"
},
{ "source": "/(.*)", "destination": "/website.html" }
],
"headers": [
Expand Down
Loading