forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
1455a87077
51 changed files with 62670 additions and 150 deletions
|
@ -191,7 +191,7 @@ ${Utils.special_visualizations_importRequirementDocs}
|
|||
importFlow,
|
||||
isImported
|
||||
),
|
||||
t.zoomInMore,
|
||||
t.zoomInMore.SetClass("alert"),
|
||||
state.locationControl.map(l => l.zoom >= 18)
|
||||
),
|
||||
pleaseLoginButton,
|
||||
|
|
|
@ -71,7 +71,7 @@ export default class NewNoteUi extends Toggle {
|
|||
new Combine([new Toggle(undefined, t.warnAnonymous.SetClass("alert"), state?.osmConnection?.isLoggedIn),
|
||||
new Toggle(postNote,
|
||||
t.textNeeded.SetClass("alert"),
|
||||
text.GetValue().map(txt => txt.length > 3)
|
||||
text.GetValue().map(txt => txt?.length > 3)
|
||||
)
|
||||
|
||||
]).SetClass("flex justify-end items-center")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue