Restyle inbound text messages

This commit adds a new kind of banner to the dashboard for summarising
things you might need to action.

This way we’ll be able to have multiple instances of this banner on the
same page without it looking too intense.

I never really liked the big blue banner for inbound text messages
because it became the most prominent thing on the page. It was an
interim solution that let us ship the feature until we had something
better.
This commit is contained in:
Chris Hill-Scott
2020-02-12 11:02:22 +00:00
parent 3eb550d297
commit b65b417a08
5 changed files with 64 additions and 27 deletions

View File

@@ -1959,7 +1959,7 @@ def mock_get_inbound_sms_summary(mocker):
service_id,
):
return {
'count': 99,
'count': 9999,
'most_recent': datetime.utcnow().isoformat()
}