performant-software / react-components

A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1 stars 1 forks source link

CDC #27 - Events #276

Closed dleadbetter closed 4 months ago

dleadbetter commented 4 months ago

This pull request adds the EventDetails and RelatedEvents components.

It also refactors the Core Data services to use hooks so that the base URL and project IDs properties do not need to be passed to the service.

Lastly, this pull request also updates the components to use v1 of the Core Data API.

EventDetails

Screenshot 2024-04-30 at 1 21 34 PM

RelatedEvents - Selection

Screenshot 2024-04-30 at 1 21 45 PM

RelatedEvents - Pagination

Screenshot 2024-04-30 at 1 21 52 PM