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