Update the rebranding and fix issues

This commit is contained in:
Kunthawat Greethong
2025-12-22 10:14:05 +07:00
parent 29248688f3
commit 68189db3b3
917 changed files with 2371 additions and 138265 deletions

View File

@@ -2276,7 +2276,6 @@ export default App;
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-query": "^5.56.2",
"class-variance-authority": "^0.7.1",
@@ -7549,7 +7548,6 @@ createRoot(document.getElementById("root")!).render(<App />);
}
const toastTimeouts = new Map<string, ReturnType<typeof setTimeout>>();
const addToRemoveQueue = (toastId: string) => {
if (toastTimeouts.has(toastId)) {
@@ -7560,7 +7558,6 @@ const Index = () => {
toastTimeouts.delete(toastId);
dispatch({
type: "REMOVE_TOAST",
});
toastId: toastId,
});
}, TOAST_REMOVE_DELAY);