topcoder-platform / timeline-wall-api

Topcoder timeline wall back end APIs and support code
0 stars 1 forks source link

Update error message modal #32

Open igoroshko opened 1 year ago

igoroshko commented 1 year ago

When an error is returned by the backend, the error message modal is displayed. We need to make some adjustments to it:

  1. Change modal title from CONFIRMATION to ERROR
  2. Change the message to red color - #EF476F image
igoroshko commented 1 year ago

@suppermancool can you please implement it?

suppermancool commented 1 year ago

@igoroshko ok

suppermancool commented 1 year ago

@igoroshko done in https://github.com/topcoder-platform/community-app/pull/6742