mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-03 22:10:29 +03:00 
			
		
		
		
	Better invites management (#2336)
* move block users to account settings * filter invites and add more options * add better rate limit recovery in rateLimitedActions util function
This commit is contained in:
		
							parent
							
								
									0d27bde33e
								
							
						
					
					
						commit
						206ed33516
					
				
					 17 changed files with 1088 additions and 524 deletions
				
			
		
							
								
								
									
										7
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -21,6 +21,7 @@
 | 
			
		|||
        "@vanilla-extract/recipes": "0.3.0",
 | 
			
		||||
        "@vanilla-extract/vite-plugin": "3.7.1",
 | 
			
		||||
        "await-to-js": "3.0.0",
 | 
			
		||||
        "badwords-list": "2.0.1-4",
 | 
			
		||||
        "blurhash": "2.0.4",
 | 
			
		||||
        "browser-encrypt-attachment": "0.3.0",
 | 
			
		||||
        "chroma-js": "3.1.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -5436,6 +5437,12 @@
 | 
			
		|||
        "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/badwords-list": {
 | 
			
		||||
      "version": "2.0.1-4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/badwords-list/-/badwords-list-2.0.1-4.tgz",
 | 
			
		||||
      "integrity": "sha512-FxfZUp7B9yCnesNtFQS9v6PvZdxTYa14Q60JR6vhjdQdWI4naTjJIyx22JzoER8ooeT8SAAKoHLjKfCV7XgYUQ==",
 | 
			
		||||
      "license": "MIT"
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/balanced-match": {
 | 
			
		||||
      "version": "1.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue