snowballtools-base/packages/frontend/src/pages/org-slug/projects
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
..
create feat: dynamic project success page and update links (#220) 2024-06-24 18:44:34 -04:00
id refactor: use onToast remove react-hot-toast dep (#226) 2024-06-24 19:25:31 -04:00
Id.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
routes.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00