Skip to content

fix: remove redirect home to feed feature#11

Merged
rrbe merged 1 commit intomainfrom
fix-remove-useless-code
Apr 15, 2026
Merged

fix: remove redirect home to feed feature#11
rrbe merged 1 commit intomainfrom
fix-remove-useless-code

Conversation

@rrbe
Copy link
Copy Markdown
Owner

@rrbe rrbe commented Apr 15, 2026

Summary

  • Remove the "Redirect Home to Feed" feature — it depends on GitHub's unstable home page which changes frequently with A/B tests and Feature Preview toggles
  • Clean up related code: feature toggle, storage key, options UI, unused isDashboardPage() helper, and screenshot
  • Add a maintainability note to both READMEs explaining why features tied to unstable DOM structures won't be added

Test plan

  • pnpm build passes
  • Extension loads without errors
  • Settings page no longer shows the "Redirect Home to Feed" toggle
  • Visiting github.com no longer redirects to /feed
  • Default sort for PR/issue lists still works

🤖 Generated with Claude Code

The feed redirect feature depends on GitHub's unstable home page DOM which
changes frequently with A/B tests and Feature Preview toggles. Remove it
to keep the project maintainable, and document this policy in both READMEs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rrbe rrbe merged commit 92a329d into main Apr 15, 2026
@rrbe rrbe deleted the fix-remove-useless-code branch April 15, 2026 01:53
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