Page MenuHomePhabricator

Replace CdxMessage with CdxToastNotification whenever the new codex component is ready
Open, Stalled, MediumPublic

Description

Description

We use two floating notifications:

  • When Function edit/create finalizes successfully and we redirect to the newly created page with success=true
  • When Function test/implementation is connected/disconnected unsuccessfully, and we show a toast error message

We are currently using CdxMessage component, which is not really designed to be used as a toast notification.

The codex team is working on a new component https://phabricator.wikimedia.org/T303612
Once that's done, replace the mentioned instances of CdxMessage with the new component


Completion checklist