mirror of
https://github.com/enso-org/enso.git
synced 2025-01-02 10:01:43 +03:00
7211c8317d
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. |
||
---|---|---|
.. | ||
src | ||
bundle.ts | ||
esbuild-config.ts | ||
package.json | ||
tailwind.config.ts | ||
tsconfig.json | ||
watch.ts |