massenergize / frontend-portal

Front End Code for the MassEnergize Community Portal. The community portal is customized for each participating community, and has the canonical URL https://community.massenergize.org/<community-name>/. For example, https://community.massenergize.org/wayland/.
MIT License
5 stars 2 forks source link

Fix: List view on ImpactPage #1392

Closed abdullai-t closed 1 month ago

abdullai-t commented 1 month ago

The ImpactPage component has been updated to load the community action list along with other data. This change ensures that the community action list is available for display on the ImpactPage.

Summary / Highlights

This pull request addresses a bug in the ImpactPage where the community actions data was not being loaded. The issue was caused by recent changes that implemented a feature to fetch data for each page separately. The API request for fetching community actions data was missing, leading to an empty list view.

Details (Give details about what this PR accomplishes, include any screenshots etc.)

https://github.com/massenergize/frontend-portal/assets/42780120/792e05ee-3e5a-4e89-906c-451f9b039148

Testing Steps (Provide details on how your changes can be tested)

Requirements

Transparency (Project board)

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

Other information: Any otherthing we need to know