forked from MapComplete/MapComplete
		
	Decrease moment when tags appear
This commit is contained in:
		
							parent
							
								
									85b3612bf6
								
							
						
					
					
						commit
						f0cd76a55d
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -2,16 +2,16 @@ import { Utils } from "../Utils";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default class Constants {
 | 
					export default class Constants {
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    public static vNumber = "0.5.12";
 | 
					    public static vNumber = "0.5.13";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // The user journey states thresholds when a new feature gets unlocked
 | 
					    // The user journey states thresholds when a new feature gets unlocked
 | 
				
			||||||
    public static userJourney = {
 | 
					    public static userJourney = {
 | 
				
			||||||
        addNewPointsUnlock: 0,
 | 
					        addNewPointsUnlock: 0,
 | 
				
			||||||
        moreScreenUnlock: 5,
 | 
					        moreScreenUnlock: 1,
 | 
				
			||||||
        personalLayoutUnlock: 20,
 | 
					        personalLayoutUnlock: 5,
 | 
				
			||||||
        tagsVisibleAt: 100,
 | 
					        tagsVisibleAt: 20,
 | 
				
			||||||
        mapCompleteHelpUnlock: 200,
 | 
					        mapCompleteHelpUnlock: 50,
 | 
				
			||||||
        tagsVisibleAndWikiLinked: 150,
 | 
					        tagsVisibleAndWikiLinked: 30,
 | 
				
			||||||
        themeGeneratorReadOnlyUnlock: 200,
 | 
					        themeGeneratorReadOnlyUnlock: 200,
 | 
				
			||||||
        themeGeneratorFullUnlock: 500,
 | 
					        themeGeneratorFullUnlock: 500,
 | 
				
			||||||
        addNewPointWithUnreadMessagesUnlock: 500,
 | 
					        addNewPointWithUnreadMessagesUnlock: 500,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue