forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
5ccf64334f
28 changed files with 391 additions and 109 deletions
|
@ -13,6 +13,7 @@ import LoggedInUserIndicator from "../LoggedInUserIndicator"
|
|||
import { ActionButtons } from "./ActionButtons"
|
||||
import { BBox } from "../../Logic/BBox"
|
||||
import Loc from "../../Models/Loc"
|
||||
import UserSurveyPanel from "../UserSurveyPanel"
|
||||
|
||||
export default class ThemeIntroductionPanel extends Combine {
|
||||
constructor(
|
||||
|
@ -68,7 +69,8 @@ export default class ThemeIntroductionPanel extends Combine {
|
|||
|
||||
const hasPresets = layout.layers.some((l) => l.presets?.length > 0)
|
||||
super([
|
||||
layout.description.Clone().SetClass("blcok mb-4"),
|
||||
layout.description.Clone().SetClass("block mb-4"),
|
||||
new UserSurveyPanel(),
|
||||
new Combine([
|
||||
t.welcomeExplanation.general,
|
||||
hasPresets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue