Add statistics links, add instant reload of preview
This commit is contained in:
parent
d9cae0fc46
commit
2835fa4d0a
3 changed files with 6 additions and 2 deletions
|
@ -34,6 +34,10 @@ You can create [your own theme too](https://pietervdvn.github.io/MapComplete/cus
|
||||||
|
|
||||||
There are plenty more. Discover them in the app.
|
There are plenty more. Discover them in the app.
|
||||||
|
|
||||||
|
### Statistics
|
||||||
|
|
||||||
|
To see statistics, consult [OsmCha](https://osmcha.org/?filters=%7B%22comment%22%3A%5B%7B%22label%22%3A%22%23mapcomplete%22%2C%22value%22%3A%22%23mapcomplete%22%7D%5D%2C%22date__gte%22%3A%5B%7B%22label%22%3A%222020-07-05%22%2C%22value%22%3A%222020-07-05%22%7D%5D%7D) or the [analytics page](https://pietervdvn.goatcounter.com/)
|
||||||
|
|
||||||
## User journey
|
## User journey
|
||||||
|
|
||||||
MapComplete is set up to lure people into OpenStreetMap and to teach them while they are on the go, step by step.
|
MapComplete is set up to lure people into OpenStreetMap and to teach them while they are on the go, step by step.
|
||||||
|
|
2
State.ts
2
State.ts
|
@ -23,7 +23,7 @@ export class State {
|
||||||
// The singleton of the global state
|
// The singleton of the global state
|
||||||
public static state: State;
|
public static state: State;
|
||||||
|
|
||||||
public static vNumber = "0.0.7i";
|
public static vNumber = "0.0.7j";
|
||||||
|
|
||||||
// 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 = {
|
||||||
|
|
|
@ -61,7 +61,7 @@ export default class CustomGeneratorPanel extends UIElement {
|
||||||
});
|
});
|
||||||
|
|
||||||
const preview = new Combine([
|
const preview = new Combine([
|
||||||
new VariableUiElement(iframe.stabilized(2500))
|
new VariableUiElement(iframe)
|
||||||
]).SetClass("preview")
|
]).SetClass("preview")
|
||||||
this.mainPanel = new TabbedComponent([
|
this.mainPanel = new TabbedComponent([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue