Migrate StatusMessagesNavItem to be function component
Created by: mrnugget
This changes StatusMessagesNavItem from a class-based component to a FunctionComponent.
It also reduces a lot of now-unneeded code, switches from RxJS to
useQuery
, adds a storybook for easier testing.
Test plan
- Tests
- Local manual testing
App preview:
Check out the client app preview documentation to learn more.