enso/app/ide-desktop/lib/dashboard
Michał Wawrzyniec Urbańczyk 7211c8317d
New notification system (#7339)
This PR consists of two primary changes:
1. I've replaced `react-hot-toast` with `react-toastify` library. Both serve the same purpose — sending popup notifications (so-called "toasts"). However, the latter comes with a richer feature set that matches our requirements much better.
2. I've exposed the relevant API surface to the Rust. Now Rust code can easily send notifications.

### Important Notes
At this point, no attempt at customizing style of notifications was made (other than selecting the "light" theme). 

Likely we should consider this soon after integration as a separate task.
2023-07-24 21:58:53 +02:00
..
src New notification system (#7339) 2023-07-24 21:58:53 +02:00
bundle.ts Extract SVGs to files (#7076) 2023-06-23 10:47:04 +02:00
esbuild-config.ts New notification system (#7339) 2023-07-24 21:58:53 +02:00
package.json New notification system (#7339) 2023-07-24 21:58:53 +02:00
tailwind.config.ts Help chat (#7151) 2023-07-18 13:23:41 +02:00
tsconfig.json Cognito auth 3/7 - add registration (#5864) 2023-03-17 15:26:59 +00:00
watch.ts Help chat (#7151) 2023-07-18 13:23:41 +02:00