|
bef05481bd
|
Merge develop
|
2023-04-07 04:36:41 +02:00 |
|
|
0241f89d3d
|
refactoring: fix basic flow to add a new point
|
2023-04-06 01:33:08 +02:00 |
|
|
41e6a2c760
|
More refactoring
|
2023-03-29 17:21:20 +02:00 |
|
|
5d0fe31c41
|
refactoring
|
2023-03-28 05:13:48 +02:00 |
|
|
231d67361e
|
Refactoring(maplibre): remove 'freshness' and 'name' from FeatureSource to simplify the code
|
2023-03-23 01:42:47 +01:00 |
|
|
1b3609b13f
|
refactoring(maplibre): add pointRendering
|
2023-03-23 00:58:21 +01:00 |
|
|
98703914ca
|
Fix: preciseInputPicker will show correct icon if snapped or not snapped to a wall
|
2023-03-15 22:02:29 +01:00 |
|
|
0597d57326
|
Wikidata-input-field now interprets 'removePostfixes' and 'removePrefixes' as regexes instead of normal strings, fix #1340
|
2023-03-06 00:21:42 +01:00 |
|
|
b4ecd963fc
|
Use 'area' to create a new note; open note popup when created
|
2023-02-09 00:30:21 +01:00 |
|
|
ce44f34bf3
|
Add wrong default import from json files to code quality checks, fix those imports
|
2023-02-08 01:14:21 +01:00 |
|
|
065ad1d5fd
|
Fix typing error in wikidata textfield
|
2023-01-31 14:53:09 +01:00 |
|
|
a3234686fe
|
Add declare-keywords to redeclare types
|
2023-01-17 02:50:13 +01:00 |
|
|
8fc56f7487
|
Pass the layer to add a new point to instead of searching it, fixes layer confusion bug reported by ThibaultMol
|
2023-01-16 11:58:24 +01:00 |
|
|
f7953e46cf
|
Add dir='auto' to textfields, see #1116
|
2022-11-14 00:46:30 +01:00 |
|
|
72ca67e3ab
|
Formatting
|
2022-11-02 14:44:06 +01:00 |
|
|
84eee064b2
|
Simplify priority behaviour of PillsSelector, create LanguageChooser-element, update usages
|
2022-10-29 03:05:01 +02:00 |
|
|
8d304f9a56
|
Merge upload GPX-tracks to OSM; split 'specialVisualisations' into multiple smaller classes
|
2022-10-28 04:33:05 +02:00 |
|
|
61aebc61eb
|
Formatting
|
2022-10-27 01:50:41 +02:00 |
|
|
a87fa4520b
|
Fix dissappearing welcome message, add typing and simplify code
|
2022-09-27 18:48:02 +02:00 |
|
|
603fecb107
|
Let locationInput deal with multipolygon correctly
|
2022-09-21 02:22:22 +02:00 |
|
|
9c961d32b3
|
Add UI flow to generate flyers
|
2022-09-17 03:24:01 +02:00 |
|
|
27ccce70c0
|
More work on the flyers
|
2022-09-14 12:21:13 +02:00 |
|
|
b9d5a1edff
|
More work on making flyers
|
2022-09-12 20:14:30 +02:00 |
|
|
b541d3eab4
|
Reformat all files with prettier
|
2022-09-08 21:40:48 +02:00 |
|
|
1fbe033456
|
Remove console.log
|
2022-08-24 02:05:56 +02:00 |
|
|
5da76b9418
|
Rework units to allow picking different default units in different locations, fixes #1011
|
2022-08-18 19:17:15 +02:00 |
|
|
4473560391
|
Finetuning the level selector, fix #1013, fix #1000
|
2022-08-06 17:30:23 +02:00 |
|
|
312db3ad50
|
Add possibility to upload your travelled track to OSM
|
2022-08-05 12:41:28 +02:00 |
|
|
00d9adee46
|
Fix length-input element: shrinking and clicking is possible again
|
2022-07-28 23:47:00 +02:00 |
|
|
707961761c
|
First version with working level selector
|
2022-07-22 01:33:11 +02:00 |
|
|
15e6fde194
|
Merge develop
|
2022-07-21 19:23:05 +02:00 |
|
|
b0cd6f3a09
|
Fix sort warning
|
2022-07-21 19:18:11 +02:00 |
|
|
13e949a1cd
|
Wire in level selector
|
2022-07-21 15:54:24 +02:00 |
|
|
499d696b68
|
Dropdown now automatically selects the first value, fix #960
|
2022-07-20 19:35:08 +02:00 |
|
|
3441e7c9f7
|
Add elevator icons
|
2022-07-18 13:50:14 +02:00 |
|
|
07973e37a6
|
Add priority-search to the searchable element
|
2022-07-15 01:10:10 +02:00 |
|
|
4a2bc533ee
|
Add safeguard as not to show too much mappings in the searchableMappingSelector
|
2022-07-13 23:10:56 +02:00 |
|
|
9327d96550
|
Fix ability to add a freeform tag when using the searchableMappings element, add test
|
2022-07-13 23:05:50 +02:00 |
|
|
734947ae61
|
Styling tweaks and small bug fixes to SearchableMappingSelector
|
2022-07-10 17:48:27 +02:00 |
|
|
f9ce1e4db4
|
More work on searchable mappings
|
2022-07-10 03:58:07 +02:00 |
|
|
4246221e8e
|
Fix import flow, add typing
|
2022-07-08 03:14:55 +02:00 |
|
|
972d702315
|
Fix #896: improve placeholder dynamism, add more tests for UI code
|
2022-06-30 03:07:54 +02:00 |
|
|
0f66d7f8cc
|
Add fakedom to test UI code, replace all 'innerText' with 'textContent' as it is not compatible with fakedom
|
2022-06-28 03:21:18 +02:00 |
|
|
b8e5800df3
|
Split wikidata helper into languages, fixes #893
|
2022-06-24 03:37:00 +02:00 |
|
|
233b63361b
|
Fix build
|
2022-06-22 22:35:35 +02:00 |
|
|
f0c90b4d1c
|
Merge master
|
2022-06-20 03:22:27 +02:00 |
|
|
193834c286
|
Fix tests
|
2022-06-20 03:14:44 +02:00 |
|
|
56be8f9b25
|
Add quickswitch for lengthinput
|
2022-06-19 19:10:56 +02:00 |
|
|
470e9acc64
|
Merge master
|
2022-06-19 18:23:43 +02:00 |
|
|
e701dac274
|
Add quickswitcher to length input
|
2022-06-19 18:15:33 +02:00 |
|