Commit graph

588 commits

Author SHA1 Message Date
389cd7ddc0 Refactoring: port MapRoulette-set-status to svelte 2023-12-09 16:52:15 +01:00
2147661601 Remove obsolete, legacy class 2023-12-09 16:51:42 +01:00
6205da9d41 UX: add zoom-cursor to clickable images 2023-12-09 16:04:35 +01:00
f95a1a8039 Streamline hotkeys 2023-12-09 16:01:15 +01:00
df01b1683a Streamline hotkeys 2023-12-09 15:28:11 +01:00
b33f2c63e9 UX tweaks 2023-12-08 18:27:50 +01:00
e8569ec540 Fix: remove 'icons.defaults' from favourite layers, cleanup of various small typing errors 2023-12-08 00:12:21 +01:00
98ca6aa8aa Fix: import 2023-12-07 21:58:16 +01:00
8ae4d810d6 Accessibility: add focus trapping, debug tab cycling, UI tweaks for mobile browser 2023-12-07 21:57:20 +01:00
307549b593 Accessibility: port MoveWizard to Svelte as it handles tab cycling correctly 2023-12-07 21:56:32 +01:00
f77a06f317 Chore: Improve typing 2023-12-07 21:55:54 +01:00
09993c2e44 Feature: load HD-images from mapillary in preview 2023-12-07 01:04:43 +01:00
4ee83cfe5c Accessibility: improve keyboard only flow (see #1181); remove some legacy use of Svelte 2023-12-06 17:27:30 +01:00
d1a6c11513 UX tweaks 2023-12-06 13:47:20 +01:00
24581e42ca UX: tweak image preview 2023-12-06 13:19:45 +01:00
095b0e0d82 UX: wrap favourite summary 2023-12-06 12:57:59 +01:00
4d6b2591c4 Fix typo 2023-12-06 12:57:13 +01:00
f7ed2d7c54 Fix tests 2023-12-06 12:25:47 +01:00
42a87d2611 Attempt to fix build 2023-12-06 12:12:53 +01:00
7cd649b1b6 Fix translations 2023-12-06 04:01:42 +01:00
6200b420b3 Improve statistics page 2023-12-06 03:07:41 +01:00
d04132d42c Make summary icons clickable 2023-12-06 03:07:41 +01:00
ff3a7f8f43 Fix: undo accidental changes, fix saving preferences 2023-12-06 03:07:41 +01:00
608d2b39e8 Ignore some generated files in prettier 2023-12-06 02:55:51 +01:00
4bfd7e6b3b Fix tests 2023-12-06 01:29:32 +01:00
44dc8b408f Chore: remove obsolete log 2023-12-05 18:37:06 +01:00
d7413e8228 Feature: add zoomable image when clicked 2023-12-05 18:37:06 +01:00
afbb39b9ea UI: center labels if they don't have a marker 2023-12-05 03:27:17 +01:00
6f59e46bef Fix: bypass missing favourites in custom theme loader 2023-12-05 01:07:58 +01:00
4197ec0055
Merge pull request #1731 from pietervdvn/feature/favourites
Feature/favourites
2023-12-05 00:12:29 +01:00
d3895800f3 Favourites: some fixes to rendering the title 2023-12-05 00:04:29 +01:00
e6f0b8024d Allow for a layer to not have a marker when loading from studio 2023-12-05 00:04:11 +01:00
3135b83598 Update tag totals, sort title tags by popularity to give the most precise title 2023-12-04 16:10:05 +01:00
baf858bc21 Refactoring: remove slot name; fix logout button 2023-12-04 16:09:30 +01:00
4e1384c2df UX: move some items behind login-toggles, add a 'login to add pictures' button again (fix #1698) 2023-12-04 15:02:42 +01:00
5168b42c8f UX: move classes of the wikipedia article 2023-12-04 14:33:37 +01:00
d9d330e912 Themes: add currently open badge 2023-12-04 03:32:25 +01:00
56a23deb2d Favourites: improve overview, update all features from OSM when loading 2023-12-03 20:03:47 +01:00
1a9a5b45c1 Fixes to favourites 2023-12-03 04:49:28 +01:00
d959b6b40b Merge develop 2023-12-03 04:44:59 +01:00
a350410520 Favourites: tweaking overview; fix upload of properties 2023-12-03 04:20:56 +01:00
e1ec29651c UX: show 'no nearby images' if no images are shown, fix #1727 2023-12-03 03:52:37 +01:00
ab5ec29c02 Core: improve typing of mapD 2023-12-03 03:51:18 +01:00
09ea799ad4 Studio: some fixes, show user id when running localhost 2023-12-03 03:33:02 +01:00
26214ed2a3 Studio: do some extra cleaning to prevent corruptions 2023-12-03 03:01:43 +01:00
7680c2791b Merge master 2023-12-03 02:51:43 +01:00
59090fdb39 Themes: improve favourite panel 2023-12-02 03:19:50 +01:00
804005e402 UX: add link to Mapillary, fix #1637 2023-12-02 03:12:34 +01:00
c7089c27a0 UI: fix #1720 2023-12-02 01:47:08 +01:00
72400f0352 Chore: formatting, translation sync, update of ELI 2023-12-02 00:48:53 +01:00
eb5cc4d78c Studio: add delete button for layers 2023-12-02 00:24:55 +01:00
48216c1a7f UI: fix #1723 2023-12-01 15:31:29 +01:00
60efd0844f Housekeeping 2023-12-01 15:23:28 +01:00
4eb8b086e2 UX: fix #1729: ignore accents in theme search 2023-12-01 14:52:50 +01:00
8e73369308 UX: do not show nearby features box if there are none 2023-11-30 01:41:41 +01:00
473931891c Favourites: include _all_ tagRenderings 2023-11-30 00:39:55 +01:00
eb444ab849 Accessibility: small improvements to make keyboard navigation easier. See #1181 2023-11-30 00:38:37 +01:00
8f7b731d29 Fix: actually include _all_ features 2023-11-30 00:31:26 +01:00
595503cfc3 Fix: improve optimization; add tests 2023-11-30 00:30:46 +01:00
2c662c9578 Themes: add icons, add 'auto'-title-icons 2023-11-29 17:05:45 +01:00
78238dccc7 Logic: enable to re-export tagsFilter as TagsConfig; improve optimization for comparingTag 2023-11-29 14:29:11 +01:00
0f545b29cb UI: tweak icon location 2023-11-29 12:21:46 +01:00
d0ebd0e233 Merge develop 2023-11-27 16:05:41 +01:00
ff47d75d41 Fix: re-enable speed and heading in GPS-cursor 2023-11-23 17:16:03 +01:00
3ce21f61cb Favourites: stabilize preferences and adding/removing favourites 2023-11-23 17:06:30 +01:00
2c735f3be8 Fix tests 2023-11-23 16:13:26 +01:00
c508ab4741 Remove obsolete log 2023-11-23 16:00:49 +01:00
ce55b4c7d8 Fix: fix link image action 2023-11-23 16:00:14 +01:00
b69c2de3f4 Fix: actually apply preferred background layer 2023-11-23 15:56:45 +01:00
f7d19bcc02 Housekeeping 2023-11-23 15:47:16 +01:00
f9827dd6ae Feature: add favourite 2023-11-22 19:39:19 +01:00
5a861404e5 Merge branch 'master' into develop 2023-11-19 18:13:45 +01:00
21c35fc2c5 Themes: fix conversion for legacy themes 2023-11-19 18:12:54 +01:00
a32ab16a5e UI test 2023-11-19 18:11:27 +01:00
79e40d0fee Themes: add warning if a tagRendering can be replaced by a direct value 2023-11-19 18:08:57 +01:00
29b1f5be4d Security: calculate connect-source of specialVisualisations by argument, if applicable 2023-11-19 16:31:58 +01:00
e4aedc9696 Refactoring: more removal of old-style SVG bundling 2023-11-19 16:20:47 +01:00
6c75553f3f Themes: only add rating-title-icon if 'review_list()' is used in the layer 2023-11-19 13:03:46 +01:00
0ea103f247 Fix: show preferred languages (according to OSM) in usersettings 2023-11-19 05:08:40 +01:00
2b728fdf8b Fix: fix settings menu 2023-11-19 05:07:44 +01:00
fc62d41e1b Fix: generating layeroverview; performance: do not try to download ratings if no ratings element is present 2023-11-19 05:05:15 +01:00
c13d80f062 Performance: trim svg.ts, use Svelte-SVG-componenets where possible (WIP) 2023-11-19 04:38:34 +01:00
d638237e38 Rewrite index page in svelte, rewrite language picker in Svelte, fix #1612 2023-11-19 01:07:05 +01:00
637cebefc7 Fix: fix scrolling for 'addNewPoint' 2023-11-18 20:13:37 +01:00
f697d292a3 Fix: fix scrolling for 'addNewPoint' 2023-11-18 20:13:24 +01:00
9778b0df74 Merge branch 'master' into develop 2023-11-17 18:27:08 +01:00
2720f5dd19 Fix: fix #1713 2023-11-17 18:26:59 +01:00
939dad477a UX: Small tweaks to walkthrough: show page number, show link underline 2023-11-17 01:59:41 +01:00
2835f28398 Add link to studio on homepage 2023-11-16 18:46:22 +01:00
48171d30f5 UX: add possibility to select map features by only using the keyboard, see #1181 2023-11-16 03:32:04 +01:00
7469a0d607 Propagate class for generated SVG-images 2023-11-16 03:31:16 +01:00
34f0fa639c Increase colour contrast for 'subtle' class, WCAG-audit:1, see #1181 2023-11-16 01:48:57 +01:00
40d32890fe Tighter bounds for dynamicTileSource 2023-11-15 04:13:02 +01:00
e9a511e5bd Performance: fix stuttering at low zoom 2023-11-15 03:59:02 +01:00
4f4b60afd8 Fix typing error 2023-11-15 03:44:56 +01:00
c21e88415d Print: add QR-code to output 2023-11-15 03:42:37 +01:00
24b9f045c8 PDF-export: the time-sensitive icons (notably hopening_hours) are now hidden 2023-11-14 17:35:50 +01:00
fb193123e0 Studio: some UX tweaks 2023-11-14 17:35:25 +01:00
5e453d5cf1 Fix: markers can rotate again 2023-11-14 16:24:49 +01:00
03d976c567 Performance: fix PDF export for maps with many items 2023-11-14 16:24:49 +01:00
7ae1a6c00f WIP 2023-11-14 16:24:49 +01:00
35e1a015a3 Chore: prepare-deploy 2023-11-13 14:22:35 +01:00
edf7dba9e3 Fix themes, fix tests 2023-11-13 13:45:22 +01:00
d2a813b009 Merge branch 'master' into develop 2023-11-13 12:15:37 +01:00
b80a41245c Fix indexes in script 2023-11-13 12:15:27 +01:00
7c96ad8bf0 Partially fix themes 2023-11-13 04:33:25 +01:00
818f3e9017 Docs: improve tag output 2023-11-13 03:16:24 +01:00
6577007717 Fix: _actually_ fix #1706 2023-11-13 02:36:08 +01:00
3bf184577f Merge master 2023-11-13 01:54:58 +01:00
41b6eea430 Fix: add links and overpass link to cafe_pub 2023-11-13 01:39:32 +01:00
7de0af15f1 Fix: attributes to answered questions didn't automatically show, questions which became available are now shown if they become avaible because of a tag change. Fix #1587 2023-11-13 01:20:38 +01:00
a92c7467e6 Validation warning 2023-11-12 15:30:20 +01:00
370b200bb3 Fix: fix UK-Addresses themes again 2023-11-12 15:26:08 +01:00
b2e7b7d221 Fix: disable check 2023-11-12 13:54:51 +01:00
a7599f6d7f Fix: schemaBasedArray 2023-11-12 13:49:39 +01:00
f8fa1841e4 Fix: facade gardens: restore forgottne rendering 2023-11-12 13:03:07 +01:00
9407ed35b1 Fix: size of new element picker map (#1701), add debug info about GPS 2023-11-12 10:15:01 +01:00
7d3e5b6133 Fix error 2023-11-11 14:52:01 +01:00
ffc8c59223 Feature: add 'no upcoming events' 2023-11-11 14:36:51 +01:00
70423773be Feature: add giggity support for SOTM 2023-11-11 14:35:45 +01:00
6235e23192 Fix: rendering of indoor room icons 2023-11-11 11:33:29 +01:00
6446586ac5 Fix: actually upload new themes 2023-11-10 16:34:35 +01:00
3439e88d38 Chore: updates and generated resources 2023-11-09 16:31:23 +01:00
286578bfc7 Chore: formatting 2023-11-09 16:30:26 +01:00
6c3c67af56 Chore: add generated icons 2023-11-09 16:30:10 +01:00
7adb7d7c0d UX: add theme colours to manifest 2023-11-09 16:22:48 +01:00
4ec74f24b9 UX: improve lighthouse score, see #1696 2023-11-09 15:53:47 +01:00
556f6d0b93 Themes: add validation check if a mapping does not erase another mapping completely 2023-11-09 15:42:15 +01:00
7d43bb5983 Add tutorial for tagRenderings 2023-11-07 18:51:50 +01:00
0da93d6067 Fix tests 2023-11-07 15:11:50 +01:00
906fa1b1db UX/Studio: improvements to UX, introduce 'expert' mode 2023-11-07 02:13:16 +01:00
8a9650c737 Feature: add SVG for 3D-printing 2023-11-06 12:44:58 +01:00
8685ec8ccc Studio: UX work 2023-11-05 12:05:00 +01:00
bb328d9724 UX+Accessibility: focus on map when appropriate 2023-11-03 02:24:33 +01:00
3a915bdf25 Studio+UX: various UX tweaks after usertesting 2023-11-03 02:04:42 +01:00
4219b23af1 UX: map in 'add new point' now takes the full screen 2023-11-03 01:05:39 +01:00
e79a0fc81d Studio: improvements after user test 2023-11-02 04:35:32 +01:00
fa83a51df5 Speed up layer generation script 2023-10-31 11:49:14 +01:00
31427caa07 Fix build 2023-10-31 01:39:01 +01:00
c274a01965 Reorder script 2023-10-30 18:08:49 +01:00
7991a1e444 Chore: remove some obsolete outputs 2023-10-30 17:00:39 +01:00
29ff09024f Merge develop 2023-10-30 16:32:43 +01:00
df82c17cc1 Refactoring: add deprecation warnings 2023-10-30 14:35:00 +01:00
d749b5c68f Studio: some more tweaks 2023-10-30 14:32:31 +01:00
3aa9a21dea Studio: theme editing 2023-10-30 13:45:44 +01:00
7c6ebc959c Merge branch 'master' into develop 2023-10-30 13:45:02 +01:00
9ee3343426 chore: automated housekeeping... 2023-10-30 13:44:27 +01:00
7520c44059 Studio: WIP: add theme edit possibility 2023-10-26 13:58:45 +02:00
09e511ca10 UX: actually show 'finish' and hide 'back'-button on the first slide 2023-10-26 13:57:42 +02:00
d9b8d7613b Studio: fix: include last section of intro 2023-10-26 13:56:42 +02:00
f1a1565eb8 Chore: convert OSM logo to simple SVG 2023-10-25 16:34:14 +02:00
ac6e38a256 Studio: add previews of the questions, edit them in floatover 2023-10-25 00:03:51 +02:00
8bc555fbe0 Studio: add slideshow, add useability tweaks 2023-10-24 22:01:27 +02:00
2df9aa8564 TabbedGroup now supports more tabs 2023-10-24 21:45:54 +02:00
b745f59b9a Chore: update schemas 2023-10-24 21:45:05 +02:00
f1381176ba Lint: use event forwarding 2023-10-24 21:42:54 +02:00
0d25a7fa7b Studio: Add introductory slideshow to Studio 2023-10-24 21:41:04 +02:00
b7a88ced70 Docs: improve documentation of duplicates and UIEventSource 2023-10-24 21:40:34 +02:00
0a82dd0edf Fix: fix #1684; add 'openid' to auth-tokens (will be needed in the future for geovisio integration) 2023-10-24 00:42:11 +02:00
8b018b7ed2
Merge pull request #1683 from pietervdvn/theme/walking-nodes
Walking nodes theme
2023-10-22 23:06:04 +00:00
b85b2ace0b Fix: force downloading (without cache) before uploading 2023-10-23 00:46:16 +02:00
d96fe61462 Fix: #1685, fix oopsie 2023-10-22 23:46:58 +02:00
a9bfe4f37b Studio: UX improvements after usertest 2023-10-22 01:30:05 +02:00
480956d45d Fix: fixes to etymology: load wikidata on mobile (which uses m.wikidata.org, tripping the CSP); fix 'upload image of the streetsign' parameters 2023-10-22 00:51:43 +02:00
44c1548e89 Studio: UX-improvements after user testing 2023-10-21 09:35:54 +02:00
bc37deafb5 UX: add button for safari users which links to explanation on how to enable geolocation 2023-10-20 22:21:36 +02:00
2041a9245d Studio: usability tests 2023-10-20 19:04:55 +02:00
12059bbc1a Merge master 2023-10-20 18:47:24 +02:00
0f60977b6d Performance: Remove 'AllKnownLayouts' as much as possible 2023-10-19 16:34:42 +02:00
2a0e194c20 Docs: update docs 2023-10-19 16:32:42 +02:00
f2e3173eeb Legacy: add fix for fs-userbadge 2023-10-19 13:36:49 +02:00
Robin van der Linde
b50e54e3e4
Walking node theme + other fixes 2023-10-19 12:51:44 +02:00
e060bd3288 Merge master 2023-10-19 12:24:34 +02:00
845a868024 Formatting of ThemeViewGUI 2023-10-19 12:23:13 +02:00
e5b3e15c43 Fix: markers now appear correctly on PNG exports 2023-10-19 12:21:27 +02:00
c1bce7abc7 Fix: CSV download 2023-10-19 12:16:44 +02:00
65250d77be Fix: fix #1675 2023-10-18 02:08:49 +02:00
68e9534034 Small fixes 2023-10-17 17:17:19 +02:00
2314382678 Chore: generate all 2023-10-17 17:16:38 +02:00
f1de8a3d9d Fix: actually attempt to login when login button is pressed 2023-10-17 17:03:13 +02:00
553ee6d5aa Merge develop 2023-10-17 16:57:49 +02:00
059ef2c1bc Fix: safari-specific fixes 2023-10-17 16:43:50 +02:00
ec79672fa6 Studio: move some validation from throwing errors in LayerConfig.ts into errors in Validation 2023-10-17 16:06:58 +02:00
89c6321e40 Feature: actually add leaderboard 2023-10-17 14:55:23 +02:00
d10760b8cb Feature: add image leaderboard 2023-10-17 13:31:06 +02:00
590495fbbc UX: make mangrove attribution smaller, remember if personal had been unlocked before to prevent flickering of the button 2023-10-17 01:57:21 +02:00
632dd6dfb1 Studio: first working version 2023-10-17 01:36:22 +02:00
2f8cb91d31 Studio: Fix some usability errors 2023-10-17 00:32:54 +02:00
80b7a038cf Studio: more fixes 2023-10-16 15:06:50 +02:00
c2164e5951 Chore: housekeeping, formatting 2023-10-16 14:27:05 +02:00
d4d10d1b18 Merge master 2023-10-16 13:39:38 +02:00
d7d6c3142c UX: add pending changes indicator 2023-10-16 13:38:11 +02:00
09e50464b8 UX: add global indicator that images are uploading 2023-10-16 13:17:44 +02:00
41da0d7ab7 UX: add version number to loading screen 2023-10-16 13:05:45 +02:00
efce134a6c Themes: fix cycle rental which dissappears 2023-10-16 12:54:41 +02:00
a0d450407f UX: add location picker to new not input element, fix #1665 2023-10-15 10:55:56 +02:00
5f918b607b Fix: add maxzoom to osm.carto-layer, see #1664$ 2023-10-15 10:54:30 +02:00
376a683cce Themes: add OSM-carto again, fix #1664 2023-10-15 10:20:05 +02:00
4da5261db5 UX: add crosshair to map center 2023-10-15 01:05:09 +02:00
a464877629 UX: make 'save' button and question sticky, make big questions scrollable 2023-10-15 00:31:04 +02:00
c358a4c415 Merge master 2023-10-14 23:29:16 +02:00
2001ef09bf Merge develop 2023-10-14 22:41:52 +02:00
ac1e7c7f06 Studio: more finetuning, first version working 2023-10-13 18:46:56 +02:00
f77d99f8ed Refactoring: use more accurate context in conversion, fix tests 2023-10-12 16:55:26 +02:00
f954a93b59 Add more debug info 2023-10-12 14:27:28 +02:00
0e80b7470c Chore: remove obsolete classes 2023-10-12 02:15:27 +02:00
d997c90352 Themes: add Stamen Watercolor again, see #1652 2023-10-11 19:19:28 +02:00
5e2a98924c Fix: add carto vector layers again 2023-10-11 19:16:33 +02:00
89afe9102f Update: remove stamen entries, replace them with stadiamaps alternatives; remove CartoDB (as it has PNG tiles), see #1652 2023-10-11 17:57:16 +02:00
86d0de3806 Fix: theme compilation 2023-10-11 17:30:20 +02:00
e1a785ba9c Merge develop 2023-10-11 04:37:19 +02:00
08ffe4b7c0 Merge develop 2023-10-11 04:34:57 +02:00
f2863cdf17 Refactoring: refactoring of all Conversions 2023-10-11 04:16:52 +02:00
17503d5bfb Fix: hide some elements of the UI if they are disabled by a featureSwitch 2023-10-11 01:41:42 +02:00
ad239b230f Themes: add guidepost theme 2023-10-10 13:27:56 +02:00
0bdb35a016 Chore: housekeeping 2023-10-10 01:52:02 +02:00
66c69602af UI: align some buttons, fix #1651 2023-10-09 02:53:30 +02:00
d43f8c0080 Feature: close floatover if pressed outside of it, fix #1647 2023-10-09 02:07:25 +02:00
5be24dbef1 Fix: drag & drop for file selector 2023-10-09 01:53:27 +02:00
285fe9ab83 UX: place 'add new button' in bottom-left instead of having a dynamic pin 2023-10-09 01:26:12 +02:00
dab8d6cd5d Don't ignore escape if a textfield is selected 2023-10-09 00:52:06 +02:00
52e6476694 Feature: add 'filter'-button shortcut to bottom-left controls 2023-10-09 00:43:11 +02:00
2769747737 Fix: make sure the background is always below the rendered layers 2023-10-08 19:02:41 +02:00
827d986eae Merge branch 'master' into develop 2023-10-08 18:14:25 +02:00
46e7cf5833 Some tweaking 2023-10-08 18:10:56 +02:00
650c1a675c Fix: fix updating of styles 2023-10-08 18:10:56 +02:00
93630bd1db Fix: add all global layers to CSP 2023-10-08 17:38:28 +02:00
2736740cd0 Fix: add all vector layers to CSP 2023-10-08 14:09:29 +02:00
a96a214c03 Themes: add guideposts to climbing theme 2023-10-07 03:37:19 +02:00
4e8dfc0026 Studio: more work on studio 2023-10-07 03:07:32 +02:00
cda5805307 Chore: update docs 2023-10-07 03:04:29 +02:00
929093d36f Fix: typo 2023-10-06 23:57:02 +02:00
19a760178b Refactoring: split icons into proper layered icons, fix and rerun shops-thief 2023-10-06 23:56:50 +02:00
36a73f3a17 Chore: housekeeping, fix tests 2023-10-06 03:34:26 +02:00
85002766a8 Fix: questions are shown if the condition is met, fix #1630 2023-10-06 02:57:53 +02:00
2d50323f21 Chore: translation sync 2023-10-06 02:44:40 +02:00
c3041af5f7 Merge master 2023-10-06 02:27:49 +02:00
0bd9e1e667 Fix: probably fix black area outlines 2023-10-06 02:23:52 +02:00
6e5fcdef20 Fix: redraw line layers on background change 2023-10-06 02:23:52 +02:00
a83499614d Refactoring: use variable instead of hardcoded URL 2023-10-06 02:23:52 +02:00
2f90e9f74a
Merge pull request #1643 from pietervdvn/RobinLinde-patch-2
Add vending items, relatify icon
2023-10-05 20:43:44 +00:00
bbf6d62c86 Fix: maproulette endpoints 2023-10-05 22:40:57 +02:00
871d511616 Fix: reinstantiate uploads 2023-10-05 21:25:16 +02:00
6b6b1e3286 Fix: disable 'delete'-button if no reason is selected, fix #1631 2023-10-05 16:27:03 +02:00
2843b01586 Fix: add check that no changeset is opened without actually having changes 2023-10-05 16:05:57 +02:00
f2375f4877 Fix: MC would crash if a pending change was present; remember preferences in order to reuse the changeset 2023-10-05 15:55:18 +02:00
Robin van der Linde
83d936d98c
Override keys 2023-10-03 20:09:19 +02:00
d6cd0516bb Fix merge 2023-10-02 01:23:43 +02:00
55c6442cac Merge develop 2023-10-01 13:13:07 +02:00
2671d01589 Fix: typo 2023-09-30 16:35:02 +02:00