Commit graph

8588 commits

Author SHA1 Message Date
e8c84a70b1 Studio: further documenting the format 2023-06-23 17:28:44 +02:00
f18a2b9184 Studio: first working version for basic layer properties 2023-06-23 16:14:43 +02:00
5a49677d5a Chore: formatting 2023-06-22 17:25:41 +02:00
d534842d05 Themes: lint layers to use an array instead of a string for 'snapToLayers' 2023-06-22 17:25:08 +02:00
538facb1d7 Layers: add description 2023-06-22 17:23:38 +02:00
adee925d8c Tests: test that every validator has a matching type and vice-versa 2023-06-22 17:16:06 +02:00
2147b8d368 Studio: add tagInput element 2023-06-22 15:07:14 +02:00
48e976e6b7 Refactoring: move documentation about tagsFilters into TagUtils 2023-06-22 14:04:45 +02:00
00776c1e6b Chore: regenerate docs 2023-06-22 14:03:24 +02:00
df5ac17774 Chore:Regenerate documentation 2023-06-22 13:41:45 +02:00
7064d84fbd Studio: fix tests 2023-06-21 22:42:26 +02:00
84dee10201 Studio: more work on the base properties 2023-06-21 17:13:09 +02:00
c229b92221 Merge branch 'develop' into feature/studio 2023-06-20 22:50:47 +02:00
85536017d7 Docs: add link to GeoOperations 2023-06-20 22:50:30 +02:00
1a7acc80c1 Themes: add statistics on used version 2023-06-20 22:50:16 +02:00
a1bbc4e689 Scripts: fix generateStatistics-script 2023-06-20 22:49:58 +02:00
83fc189fd3 Themes: make the selected note pulsate and have a different border when selected 2023-06-20 22:48:50 +02:00
238de89ad5 Fix: tests 2023-06-20 10:40:27 +02:00
39024eb5f3 Fix: charging station theme uses anchor too 2023-06-20 03:55:18 +02:00
beea00cbf0 Fix: move lastClick to bottom anchor 2023-06-20 03:52:15 +02:00
4a6457f146 Refactoring: More fixes to the themes 2023-06-20 03:49:16 +02:00
c260d16159 Refactoring: move more anchor specifications out of iconsize 2023-06-20 03:49:16 +02:00
e86f7d863e Refactoring: further cleanup of the themes 2023-06-20 03:49:16 +02:00
2f5091a8cb Fix: only show fixmes on high zoom level (performance), add the option to remove a fixme 2023-06-20 02:57:46 +02:00
36cdcf0648 Refactoring: add 'anchor'-field instead of using the iconSize to determine the anchor 2023-06-20 02:48:42 +02:00
f4b7e7eb88 Refactoring: cleanup of last incorrect iconSize fields 2023-06-20 02:48:42 +02:00
140c813151 Refactoring: move anchor out of iconSize 2023-06-20 02:48:42 +02:00
3e49929f25 Fix: crash in new note flow, spotted by @thibaultmolleman 2023-06-20 02:09:54 +02:00
d9417f4937 Merge branch 'develop' into feature/studio 2023-06-20 01:52:29 +02:00
a6f7b1300a Refactoring: move 'snapToLayer' from 'preciseInput' into the preset, remove 'preferredBackground'. The addNewPointFlow _always_ shows the precise input flow with the basic map; so the preferredBackground became irrelevant 2023-06-20 01:52:15 +02:00
4c59f4482d Studio: fix presets 2023-06-20 01:32:24 +02:00
ecf5c3cbe5
Merge pull request #1473 from djm93dev/typo-fix
fixed typo in docs 'unchangeble' -> 'unchangeable'
2023-06-19 19:25:08 +02:00
Daniel McDonald
a7811086aa fixed typo in docs 'unchangeble' -> 'unchangeable' 2023-06-19 13:04:07 -04:00
790c2767e2 Fix: pass along initial coordinates with the location input, prevents flashing of the ocean; fix #1469 2023-06-18 00:52:26 +02:00
102892ec77 Fix: direction input does not scroll anymore when dragged, fix #1468 2023-06-18 00:48:28 +02:00
223acee29c Studio: add more metainformation to layerConfig.json 2023-06-18 00:44:57 +02:00
92b3ee4bae
Update atm.json: increase merge range 2023-06-16 23:55:02 +02:00
5b33d88ffb
themes: bench.json: decrease minzoom 2023-06-16 23:50:57 +02:00
069767b9c7 Studio: first draft of layer editing 2023-06-16 02:36:11 +02:00
1a2e6f49f2 Refactoring: revive statistics GUI 2023-06-15 16:31:07 +02:00
9661ade80c Chore: run prettier 2023-06-15 16:12:46 +02:00
147c3db957
Merge pull request #1464 from pietervdvn/prettier-brackets
Prettier: Fix new line setting
2023-06-15 16:12:14 +02:00
1b99be524f Usertest: add 'back to theme overview'-button on theme intro page, fix #1457 2023-06-15 16:11:36 +02:00
6d337e8775 Fix: precise location input picks correct location (and not the previous click) 2023-06-15 15:49:49 +02:00
b2a10e7af9 UX: move confirm button away from close-button 2023-06-15 14:31:17 +02:00
19ab941287
Merge pull request #1463 from pietervdvn/clsx
Introduce tailwind merge package
2023-06-15 10:33:05 +02:00
Tobias
f5bcc35bc9 Prettier: Fix new line setting
https://github.com/sveltejs/prettier-plugin-svelte#svelte-bracket-new-line states
> Deprecated since 2.5.0. Use Prettier 2.4.0 and bracketSameLine instead.

The new setting bracketSameLine=false is in line with how the pages are formatted mostly ATM, so it causes the least amount of change on save.
2023-06-15 06:04:39 +02:00
Tobias
bca6785aa8 Linter: no target attribute on button elements 2023-06-15 05:48:10 +02:00
Tobias
dfa3315e21 Linter: Use const
VS Code told me so…
2023-06-15 05:48:00 +02:00
Tobias
b55d976492 Apply twJoin, twMerge
Looking at https://github.com/dcastil/tailwind-merge/blob/v1.13.1/docs/when-and-how-to-use-it.md#how-to-use-it I placed the "winning" class at the end for twMerge
2023-06-15 05:38:52 +02:00