snowballtools-base/packages/frontend/src/pages
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
..
auth Refactor: VerifyCodeInput Component and Modify Access Code Validation (#212) 2024-06-21 21:13:32 -04:00
components Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00
org-slug refactor: use onToast remove react-hot-toast dep (#226) 2024-06-24 19:25:31 -04:00
AuthPage.tsx Signup with sdk 2024-04-23 21:21:58 -05:00
index.tsx Lint using tsc; fix type errors 2024-04-11 21:49:14 -05:00