mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-17 16:43:54 +00:00
feat: increase toast notification timeouts for better user experience
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export const toastConstants = {
|
export const toastConstants = {
|
||||||
SUCCESS_TIMEOUT: 1500,
|
SUCCESS_TIMEOUT: 5000,
|
||||||
INFO_TIMEOUT: 3000,
|
INFO_TIMEOUT: 8000,
|
||||||
ERROR_TIMEOUT: 5000,
|
ERROR_TIMEOUT: 10000,
|
||||||
WARNING_TIMEOUT: 10000,
|
WARNING_TIMEOUT: 10000,
|
||||||
NOTICE_TIMEOUT: 20000
|
NOTICE_TIMEOUT: 20000,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user