Skip to content

fix(#416): load consolidation suggestions in HomePage server data#780

Open
alexatsejames-alt wants to merge 2 commits into
Calebux:mainfrom
alexatsejames-alt:fix/416-consolidation-suggestions-server-payload
Open

fix(#416): load consolidation suggestions in HomePage server data#780
alexatsejames-alt wants to merge 2 commits into
Calebux:mainfrom
alexatsejames-alt:fix/416-consolidation-suggestions-server-payload

Conversation

@alexatsejames-alt
Copy link
Copy Markdown
Contributor

  • Add buildConsolidationSuggestions to page-data.ts and call it on the fetched subscriptions before returning, replacing the hardcoded empty array that caused the initial payload to always be empty.
  • Remove duplicate getInitialData definition and duplicate HomePage export from page.tsx; page now cleanly delegates to page-data.

Description

Briefly describe what this PR does.


Related Issue

Closes #


Test Plan

  • Tested locally
  • Verified expected behavior
  • No regressions introduced

Screenshots (if applicable)


Checklist

- Add buildConsolidationSuggestions to page-data.ts and call it on
  the fetched subscriptions before returning, replacing the hardcoded
  empty array that caused the initial payload to always be empty.
- Remove duplicate getInitialData definition and duplicate HomePage
  export from page.tsx; page now cleanly delegates to page-data.
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@alexatsejames-alt Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Load consolidation suggestions in HomePage server data

1 participant