Add colour input, add inputmode-hints to have specialized keyboards on mobile
This commit is contained in:
parent
1f0b20f5d4
commit
8774b887d8
10 changed files with 406 additions and 155 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.7.1-rc1";
|
||||
public static vNumber = "0.7.2-dev";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue