From f0cd76a55db77fbee47eb688d5b80143ad8cc7c6 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Tue, 16 Mar 2021 19:35:19 +0100 Subject: [PATCH] Decrease moment when tags appear --- Models/Constants.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 89a633a..6760eb5 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,16 +2,16 @@ import { Utils } from "../Utils"; 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 public static userJourney = { addNewPointsUnlock: 0, - moreScreenUnlock: 5, - personalLayoutUnlock: 20, - tagsVisibleAt: 100, - mapCompleteHelpUnlock: 200, - tagsVisibleAndWikiLinked: 150, + moreScreenUnlock: 1, + personalLayoutUnlock: 5, + tagsVisibleAt: 20, + mapCompleteHelpUnlock: 50, + tagsVisibleAndWikiLinked: 30, themeGeneratorReadOnlyUnlock: 200, themeGeneratorFullUnlock: 500, addNewPointWithUnreadMessagesUnlock: 500,