snowballtools-base-mirror/packages
Vivian Phung 2b60114dab
refactor: use onToast remove react-hot-toast dep (#226)
### TL;DR

Removed the dependency on `react-hot-toast` in favor of a custom implementation for toast notifications.

### What changed?

1. Removed `react-hot-toast` from `package.json` and `yarn.lock`. 
2. Updated `EnvironmentVariables` and `Config` to use the custom toast notification system.

### Why make this change?

To reduce bundle size and have more control over the toast notification system.

### How to test?

1. Navigate to the Environment Variables settings for a project. Try adding and removing environment variables to see the new toast notifications in action.
2. Navigate to the Domains settings for a project and try adding a new domain to view the custom toast notifications.

---
2024-06-24 19:25:31 -04:00
..
backend feat(template projects): generate git repo on backend (#218) 2024-06-24 18:38:01 -04:00
deployer Refactor(README.md) (#217) 2024-06-22 18:07:47 -04:00
frontend refactor: use onToast remove react-hot-toast dep (#226) 2024-06-24 19:25:31 -04:00
gql-client feat(template projects): generate git repo on backend (#218) 2024-06-24 18:38:01 -04:00