Chore: Housekeeping

This commit is contained in:
Pieter Vander Vennet 2023-12-21 01:46:18 +01:00
parent ef0ba091eb
commit 319c0e2573
77 changed files with 2485 additions and 1727 deletions

View file

@ -32,6 +32,7 @@
+ [icon](#icon)
+ [fediverse](#fediverse)
+ [id](#id)
+ [slope](#slope)
@ -329,6 +330,14 @@ Validates fediverse addresses and normalizes them into `@username@server`-format
Checks for valid identifiers for layers, will automatically replace spaces and uppercase
Checks for valid identifiers for layers, will automatically replace spaces and uppercase
### slope
Validates that the slope is a valid number.The accompanying input element uses the gyroscope and the compass to determine the correct incline. The sign of the incline will be set automatically. The bearing of the way is compared to the bearing of the compass, as such, the device knows if it is measuring in the forward or backward direction.
This document is autogenerated from [src/UI/InputElement/Validators.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/UI/InputElement/Validators.ts)