markcraig / hdap-demo

Another try at an HDAP UI
MIT License
0 stars 0 forks source link

Fix #24 provide feedback when a request fails #25

Closed markcraig closed 5 months ago

markcraig commented 5 months ago

This patch posts an alert when an HDAP HTTP request fails. For example:

image

It factors out the messages into their own store as several components need to provide this sort of feedback to the user.

markcraig commented 5 months ago

Rebasing to resolve merge conflicts, and then will merge to get on with next steps

markcraig commented 5 months ago

The change looks okay, but there are test failures. Working on those.

Fixed now.