Commit graph

1284 commits

Author SHA1 Message Date
1ba2139bc6 Fix GRB upload issue 2024-07-21 10:23:40 +02:00
42c1cf5d93 Fix #1594 2024-07-20 19:46:22 +02:00
8e774d7f28 Fix #2038 2024-07-20 19:17:14 +02:00
d60f098898 Add 'catch' to onDestory functie 2024-07-20 19:17:14 +02:00
danieldegroot2
6472f16e81
Correct typo in TagRenderingConfig.ts
Corrects typo 'initing'
2024-07-20 17:55:12 +02:00
danieldegroot2
22cc2a9b73
Correct typo in MaplibreMap.svelte
Corrects typo 'initing'
2024-07-20 17:52:32 +02:00
b6514cb54f Add button to test error report function 2024-07-20 16:56:19 +02:00
903ea0804a UI: fix #1603 2024-07-19 20:57:29 +02:00
Bart Louwers
6b02487aaf
Use new official Americana style URL 2024-07-19 12:52:05 +02:00
5932dc7ad4 Fix: style issue, types 2024-07-19 11:57:53 +02:00
3c20d2ca8d Fix unmerged commit 2024-07-19 11:38:52 +02:00
ad411f0943 Fix #1961, add test 2024-07-19 11:38:03 +02:00
c20013c5f5 Merge master 2024-07-19 11:37:20 +02:00
768e709312 Hide 'add new element' when an element is selected 2024-07-19 11:26:12 +02:00
6f59b09c11 Fix test 2024-07-18 19:51:14 +02:00
f4fc954564 Add glutenfree theme, fix #2031, some other improvements to fix output 2024-07-18 17:58:39 +02:00
29ee4ae155 Merge branch 'master' into develop 2024-07-18 16:28:26 +02:00
70510d1def Fix #2028 2024-07-18 16:16:56 +02:00
5bd14c64da Add option that a TagRendering can automatically introduce a builtin filter when added 2024-07-18 15:35:56 +02:00
f33e9f78b7 UI: fix layout glitch due to refactoring, fix #2030 (part two) 2024-07-18 15:05:19 +02:00
a5312a761c UI: fix layout glitch due to refactoring 2024-07-18 14:53:58 +02:00
196659649f Merge branch 'develop' 2024-07-17 18:45:28 +02:00
a4db7178f4 Add explicit api_url to config and testserver-mode indication, add id rewrite when changes are applied to fix image upload on a new object, various formatting fixes; version bump 2024-07-17 18:42:39 +02:00
39376c0012 Fix tests 2024-07-17 16:57:37 +02:00
25075bf881 Studio: fix dynamic markers 2024-07-16 23:06:26 +02:00
3b7cc37b53 Chore: regenerate docs 2024-07-16 19:31:00 +02:00
47e23f7d8d Service worker should update more aggressively now 2024-07-16 16:11:14 +02:00
7d0816219f Fix #2024 (or at least: workaround). The main map will now automatically recover from contextLost-events 2024-07-16 16:00:11 +02:00
7d678d95c7 ToSvelte will now bind directly to svelte in the case that a SvelteUIElement is passed. This helps with cleaning up MapLibre maps, which should help with #2024 2024-07-16 14:45:29 +02:00
7038fcc6f6 Move MinimapViz to proper svelte component 2024-07-16 14:43:40 +02:00
4bd6f9d4ac Make option for dynamic value bolder 2024-07-16 13:06:09 +02:00
670b40beb8 Add validation on max length 2024-07-16 12:49:17 +02:00
7b47cff62e Merge branch 'develop' 2024-07-15 10:16:07 +02:00
695c328bc0 Status page: Add support for personal traffic light and rechecking 2024-07-15 01:52:03 +02:00
4ef3429c5a Improve error reporting, first attempt for script which handles the errors 2024-07-15 01:51:15 +02:00
741c8f017e Fix typo 2024-07-15 00:09:23 +02:00
4947f4c0a1 Single build: hide backlink, fix script 2024-07-15 00:08:59 +02:00
39a7ac93e0 Disable 'back to theme overview' for single builds, add convenience to deployment to a repo 2024-07-14 12:07:41 +02:00
92b341aa5d Fix typo 2024-07-14 04:17:34 +02:00
14fc4dec93 Fix svelte warning 2024-07-14 04:17:34 +02:00
811bcecea4 Add simple status page 2024-07-14 03:55:47 +02:00
7dc4755a1d Fix summary URL 2024-07-12 22:50:51 +02:00
8e9c03e258 Refactoring: port doc generation to generate markdown directly without UIElements 2024-07-12 03:17:15 +02:00
ed9e59109e Various style tweaks 2024-07-11 19:01:32 +02:00
d5430891bf Refactoring: port wikidata preview boxes and wikidata item picker to Svelte, fix #2019, fix #797 2024-07-11 16:59:28 +02:00
59ed88a323 Fix build: remove obsolete import 2024-07-10 15:12:55 +02:00
26c06a2697 UX: when using a white background icon, a dark outline gets used instead 2024-07-10 11:46:31 +02:00
59a294a166 Add default "undefined" as parameters to fix warnings 2024-07-10 11:46:31 +02:00
eb03884444 Fix typo 2024-07-10 11:46:31 +02:00
3bb73425e3 Refactoring: remove last of old SVG-bundling 2024-07-10 11:46:28 +02:00
214ba40dfa Merge master 2024-07-09 16:56:19 +02:00
9e84bf7ed2 Studio: fix crash when creating a new tagRendering 2024-07-09 14:41:39 +02:00
2c796f7462 Linting errors 2024-07-09 13:48:02 +02:00
da615acfb1 Housekeeping 2024-07-09 13:44:59 +02:00
f1dcee2d39 Documentation update 2024-07-09 13:41:43 +02:00
c91d691a36 Better error handling, see #2009 2024-07-09 13:39:36 +02:00
6cdcb4dcc4 Style tweaks 2024-07-09 13:07:04 +02:00
d8da61ec07 Allow to delete freeform keys again, partial fix of #2008 2024-07-09 13:06:56 +02:00
4df2d34f02 UX: no cursor-hand on disabled buttons 2024-07-09 13:05:53 +02:00
94390f882b Improve error messages which are reported upstream 2024-07-09 12:14:06 +02:00
fe57e12881 Add documentation 2024-07-09 10:54:41 +02:00
b55b3d3ed9 Fix typing error 2024-07-09 00:37:23 +02:00
4166c4b863 Fix #2014 2024-07-09 00:36:49 +02:00
65176122c2 Fix #2010 2024-07-09 00:22:26 +02:00
78dddb40c9 Add script to download all summary tiles 2024-07-08 15:39:00 +02:00
470f62f7a8 More style tweaks 2024-06-28 02:06:29 +02:00
f88cb9a730 Many tweaks to use MC in an iframe with less clutter 2024-06-27 17:37:34 +02:00
894b0d45ca Merge branch 'master' into develop 2024-06-27 03:45:06 +02:00
ecc753bfe6 Add ipinfo to CSP 2024-06-27 03:44:52 +02:00
a281381284 Finetuning of usage within an iFrame 2024-06-27 03:39:04 +02:00
45235cab0f Fix #2003, improve comments 2024-06-27 02:29:53 +02:00
de9691e723 Add switch to disable all layers by default 2024-06-27 01:57:32 +02:00
7f674f4b0d Index page layout tweaks 2024-06-26 12:03:35 +02:00
5628e66dce Add icons and titles to studio accordeons 2024-06-26 11:57:18 +02:00
a3a7e74f56 Chore: housekeeping 2024-06-24 13:11:35 +02:00
e1a47801f1 Fix test.svelte 2024-06-24 13:00:47 +02:00
5051d2db70 Merge branch 'develop' 2024-06-23 02:55:49 +02:00
afea9adacb Review of many feature switches and iframe context; fix OH-vis when ranges are not given 2024-06-23 02:54:53 +02:00
ecfa7d3d1d Fix #2002 2024-06-22 18:50:46 +02:00
1dc219c394 More style tweaks 2024-06-21 12:30:07 +02:00
d60a467455 UX: show full screen, hide addNew-marker if there are no presets 2024-06-21 12:21:49 +02:00
8a40c5953f Add link to OsmCha in about 2024-06-21 02:46:54 +02:00
1acb645beb Re-enable button, add setting to choose how to add new features 2024-06-21 02:36:36 +02:00
25ff4b3a8c More layout tweaks 2024-06-20 15:19:55 +02:00
174f884c3c Version bump, report version number in error reports 2024-06-20 15:15:31 +02:00
943f90e1a7 Merge branch 'develop' 2024-06-20 15:14:10 +02:00
12fec3f312 Core: Don't throw away changes if uploading failed, report errors 2024-06-20 15:12:51 +02:00
b96fb595de Fix bug: allow custom themes without icon 2024-06-20 14:04:01 +02:00
cd0d275965 Chore: housekeeping 2024-06-20 04:21:29 +02:00
800a4ae849 Ressurect marker to 'add a new item', but only on long press 2024-06-20 03:30:14 +02:00
9deae9e659 Allow to use emoji's as icons, fix #1997 2024-06-20 02:22:54 +02:00
1bab69c71f Use search bar to jump to studio immediately 2024-06-20 02:20:48 +02:00
3525ca728d Fix tests 2024-06-20 01:11:22 +02:00
fa6e6919d5
Merge pull request #2001 from Binnette/fix-issue-1989
[Fix1989] Add plantnet how-to: take a picture of the fruits
2024-06-19 21:58:46 +02:00
Binnette
3f791fdba0 [Fix1989] Add plantnet how-to: take a picture of the fruits 2024-06-19 21:28:35 +02:00
a5690fa556 Fix loading of mapping-icons 2024-06-19 03:26:29 +02:00
734be4a702 More tweaks to the linked data loader 2024-06-19 03:22:57 +02:00
684932aebd Linked data loader: ignore days where the shop is probably closes 2024-06-19 02:50:08 +02:00
9173bbf86b UX tweak: don't shrink icons on homepage 2024-06-19 02:49:51 +02:00
d38a6c7505 Properly render theme icon when using a studio layer as theme 2024-06-19 01:56:23 +02:00
5ead6c6e37 Merge branch 'master' into develop 2024-06-19 01:33:41 +02:00
7b497f991d Fix: units which used a 'string'-validator might not detect the actual denomination. They have now been forbidden and fixed 2024-06-19 01:33:30 +02:00
143bf0bbda Use flatmap 2024-06-19 01:11:54 +02:00
436738ffa2 Allow dynamic point renderings in studio, fixes #1986 2024-06-19 00:31:38 +02:00
ad7976f142 Remove obsolete comment 2024-06-19 00:30:06 +02:00
62944c3883 Studio: use accordions in SchemaBasedArray.svelte to make browsing more easy 2024-06-19 00:29:19 +02:00
1f3adde6e0 Add link to theme documentation 2024-06-19 00:10:57 +02:00
515b481188 Add images to documentations for mappings which have a simple icon 2024-06-19 00:10:33 +02:00
8bcbad5628 Reviews: add additional heuristic to hide reviews if the name is different 2024-06-19 00:09:35 +02:00
4da462d8aa Merge master 2024-06-18 21:13:06 +02:00
2ce9c67204 Fix bug in documentation generation 2024-06-18 21:12:14 +02:00
2019e6c34c More layout tweaks and fixes 2024-06-18 19:42:23 +02:00
6e276291f0 More layout tweaks 2024-06-18 17:55:47 +02:00
8081f8da04 Fix tests 2024-06-18 04:05:13 +02:00
38d9b88024 More style tweaks to usersettings 2024-06-18 03:59:35 +02:00
1098d71aa6 Many UI improvements 2024-06-18 03:33:11 +02:00
133ea2f8dc Fix tests 2024-06-18 00:51:17 +02:00
66a48daba8 More style tweaks, add geoip server 2024-06-17 19:27:21 +02:00
6de22df867 Remove duplicate line in privacy policy 2024-06-17 11:53:12 +02:00
08ab5a58fb More styling 2024-06-17 04:27:08 +02:00
d6a20b7222 UX: work on layout 2024-06-16 19:00:43 +02:00
a87e3376e0 Chore: formatting, linting 2024-06-16 16:41:57 +02:00
b315f3cebb Merge master 2024-06-16 16:30:36 +02:00
86c1c44512 UX: Add link to github, improve home page (nlnet feedback) 2024-06-16 16:27:58 +02:00
c08fe03ed0 Chore: formatting 2024-06-16 16:06:26 +02:00
ac16f06895 Fix build: remove mention of svelte-trap-focus 2024-06-16 15:19:41 +02:00
19c57ffce0 UX: remove trapFocus as it causes bugs 2024-06-16 13:09:13 +02:00
aeb9d7f710 Remove obsolete import, fix tests 2024-06-15 18:52:47 +02:00
5354cbf6c3 Refactoring: use proper way to initialize the main svelte components 2024-06-15 02:21:18 +02:00
4dc48274dc Remove unneeded variable 2024-06-14 16:21:27 +02:00
6f91ca7f4d Fix #1985 2024-06-14 14:41:53 +02:00
48b35f5616 Velopark: some improvements to the scripts 2024-06-14 01:02:55 +02:00
996a08e8d8 UX: don't hide nearby images if logging in stalls 2024-06-14 01:02:55 +02:00
aad31f649e Fix: show add new point fullscreen again 2024-06-14 01:02:55 +02:00
7ef1628d87 Fix: don't show duplicate entry of default baselayer if already added 2024-06-14 01:02:55 +02:00
8f5be4f742 Split summary-server constant 2024-06-12 15:03:10 +02:00
f0a5f62237 Chore: remove obsolete log 2024-06-11 15:30:49 +02:00
aea2a35609 Chore: add some docs, tests and clearer variable names 2024-06-11 15:30:49 +02:00
3a69157d10 TagRenderingConfig: fix 'leftovers' of multi-answer freeform, generateDocs now generates Markdown instead of a BaseUIElement, add 'postfixDistinguished'-option for 'charge'-key 2024-06-06 03:16:36 +02:00
53ef1b947d Small refactoring of ChartJS-colours for easier reuse 2024-06-06 03:15:12 +02:00
d99713ff31 Improve docs 2024-06-03 17:38:14 +02:00
28111b8e9a Include 'lighthouses' as official theme 2024-06-03 15:31:33 +02:00
fc667f4d47 Improve updating of metatagging 2024-06-01 12:49:35 +02:00
5a93910b6e Remove broken dashArray-code, add check 2024-05-30 20:12:12 +02:00
60d7531838 Add loading indicator for Wikipedia Article 2024-05-29 09:35:08 +02:00
3d4f18ca04 Don't attempt to load 'Category:'-values as images directly 2024-05-28 14:29:02 +02:00
4a9aad8e10 Fix #1617: give correct error message if an image is too large 2024-05-28 01:25:43 +02:00
872db2b679 Change closing order of panels 2024-05-28 00:35:07 +02:00
e28f4aeaf7 Fix build 2024-05-27 10:21:34 +02:00
12a200c54d Debug tools: Re-evaluate known keys if evaluate is clicked 2024-05-27 01:31:56 +02:00
386ab7d79d Show config ID if in debug mode 2024-05-27 01:31:29 +02:00
84db64bddf Fix #1969 2024-05-27 01:23:49 +02:00
9832aa45f0 UI: fix #1848, explicitly add element to help screen readers pronounce everything correctly 2024-05-26 22:48:59 +02:00
cecfaebf5b Fix #1968 2024-05-26 12:09:34 +02:00
99a6321cc9 Fix #287 2024-05-24 18:21:59 +02:00
be24f9ba45 Fix linting errors 2024-05-24 15:39:32 +02:00
db2c3fb7a4 Enable layer selection sync for shops theme 2024-05-24 15:30:10 +02:00
b8bd13834e Fix #1794 2024-05-24 15:04:34 +02:00
a505fe1ca2 Fix #1959 2024-05-23 14:33:09 +02:00
59a661189e Fix #1952 2024-05-23 13:55:43 +02:00
6a4def67ca Fix: special loginbutton now actually works 2024-05-23 13:30:39 +02:00
67f248b416 Linting: Remove obsolete parameter, remove log, improve docs 2024-05-23 13:30:39 +02:00
d3dc81d1c2 Fix alltags panel 2024-05-23 13:30:39 +02:00
729d6b974f Disabled Kartaview from P4Review as it is dead and always gives an error message 2024-05-23 13:30:39 +02:00
d9a64dc3a8 Merge develop 2024-05-23 11:38:29 +02:00
67f23eea14 Automatically load appropriate suggestions for brands and operators 2024-05-23 11:28:51 +02:00
3146fa0d26 Cleanup of NSI feature breanch 2024-05-23 04:42:26 +02:00
5fe2e9b948 UI: Fix #1957 2024-05-21 00:37:52 +02:00
3204a76fc9 Cleanup imports, improve typing 2024-05-16 00:26:31 +02:00
d4085d608b Explicitly type MapRoulette challenge 2024-05-16 00:26:31 +02:00
5c2823287a Fetch taginfo: add code to get all countries, imrove docs 2024-05-16 00:26:31 +02:00
68602cba94 Include all countries in _ country 2024-05-16 00:26:31 +02:00
136f39cf50 Fix build 2024-05-16 00:25:52 +02:00
c5b4cdf450 NSI: add script to download logos and statistics, dynamically inject extra mappings, hide low-priority mappings if applicable 2024-05-16 00:12:50 +02:00
30d1f175c6 Add brand statistics and logos 2024-05-16 00:06:04 +02:00
6549a5d10f Merge branch 'master' into develop 2024-05-14 19:01:26 +02:00
8218b42c9e Studio: fix crash 2024-05-14 19:01:05 +02:00
55660b285b Chore: regenerate schemas (fix typo) 2024-05-14 18:56:59 +02:00
0bd2bcf02a Fix typo 2024-05-14 18:48:57 +02:00
Robin van der Linde
e8491b4f44
Merge branch 'develop' into RobinLinde-patch-2 2024-05-13 23:14:03 +02:00
bae90d50bc Merge branches 2024-05-13 18:55:54 +02:00
641f4cf849 Merge branch 'develop' into feature/nsi 2024-05-13 18:45:51 +02:00
9f89f2a00b Explicitly type MapRoulette challenge 2024-05-13 18:45:43 +02:00
63beb43cb7 Merge branch 'develop' into feature/nsi 2024-05-13 18:44:15 +02:00
d719d0e1be Some work on NSI 2024-05-13 17:22:22 +02:00
f5d1b47bda Fetch taginfo: add code to get all countries, imrove docs 2024-05-13 17:22:13 +02:00
6038f0d6ad Include all countries in _ country 2024-05-13 17:22:13 +02:00
07edee550c Move NSI-code in separate file 2024-05-13 17:21:40 +02:00
037887fea0 Fetch taginfo: add code to get all countries, imrove docs 2024-05-13 17:14:59 +02:00
9c1f75d910 Include all countries in _ country 2024-05-13 17:14:16 +02:00
80d4bf0ccf Improve typing 2024-05-13 16:12:09 +02:00
Robin van der Linde
1dc7c2a45b
Merge branch 'develop' into feature/nsi 2024-05-12 00:05:59 +02:00
7151173ea5 Fix privacy policy standalone page 2024-05-10 12:47:15 +02:00
10955eb1e8 Animation tweaks 2024-05-10 02:15:40 +02:00
d7c43857eb UX: privacy policy: split up list in multiple parts, add interactive question 2024-05-10 01:46:18 +02:00
Robin van der Linde
93b1a28b60
Merge branch 'develop' into feature/nsi 2024-05-09 11:09:54 +02:00
685fd5b26c Improvements to velopark 2024-05-08 21:46:33 +02:00
782926c09d Velopark: include name in maproulette items 2024-05-08 14:20:59 +02:00
c2a7f2adcd Fix tests 2024-05-08 14:06:28 +02:00
2bd3806f9a UX: add fade-out animation to menus to show where they can be found again 2024-05-08 13:54:30 +02:00
dfb49ccc2f Questions: add 24/7 logo, add 24/7 by default question, fix loading recursive default questions 2024-05-07 17:25:23 +02:00
600727e820 Add validation warning: a condition which conflicts with a mapping will now emit a warning. 2024-05-07 17:24:16 +02:00
fd1b6d3131 Performance: add some optimizations and tag fixes 2024-05-07 17:04:07 +02:00
c46e9da511 Velopark: load some more data fields 2024-05-07 15:32:44 +02:00
Robin van der Linde
a2dcbeb087
Move tag merge logic 2024-05-07 11:23:55 +02:00
Robin van der Linde
22c2f5166d
Merge branch 'develop' into feature/nsi 2024-05-07 11:08:44 +02:00
5130a2b73a Docs: improve docs of SpecialVisualizations.ts 2024-05-07 00:42:52 +02:00
fbf23b6e18 Add switches to enable some more privacy, fix all errors in osmAuth 2024-05-06 18:58:19 +02:00
a856d8edc9 Show all languages in languagePickers if translation mode is on 2024-05-06 15:18:29 +02:00
91b836bf66 Enable more privacy for some themes and layers 2024-05-06 14:23:54 +02:00
484adf1ee1 Add some 'ifunset', fix some typos, fix #1933 2024-05-06 11:53:23 +02:00
cb49a80c05 Chore: regen schemas 2024-05-06 11:52:56 +02:00
f82c15debf Remove obsolete log 2024-05-06 11:42:34 +02:00
7072f2d93d UX: fix #1932 2024-05-06 11:24:26 +02:00
4b49a08914 Fix tests, see #1943 2024-05-06 11:13:27 +02:00
12fc6d7d9d UX: fix #1935 2024-05-06 00:26:23 +02:00
d488f8c9b2 Fix #1935 2024-05-03 18:44:37 +02:00
6524366eb5 Remove obsolete log 2024-05-03 18:32:16 +02:00
ef3e27ee8b Merge develop 2024-05-02 23:56:31 +02:00
8c65448834 Fix: fix #1917 2024-05-02 23:53:50 +02:00
285ec2b256 Chore: fix scripts 2024-05-02 15:43:17 +02:00
7320b0be02 Chore: port 'extraLinkButton' to svelte 2024-05-02 15:29:31 +02:00
3190017bf5 Chore: remove obsolete argument 2024-04-30 23:25:30 +02:00
2526bc15bf Re-enable cache server 2024-04-30 23:14:57 +02:00
69a4ac0261 UX: also zoom to appropriate zoom level, see #1938 2024-04-30 18:56:50 +02:00
d4367e017a Velopark: drop data if undefined 2024-04-30 17:55:21 +02:00
dd46bfdf3b Chore: improve typings 2024-04-30 17:54:38 +02:00
57a531f292 Fix test: also load if no initial hash is given 2024-04-30 17:54:22 +02:00
625f179a91 UX: fix #1938, pan to selected location 2024-04-30 17:20:08 +02:00
Robin van der Linde
5fbcd28825
Merge branch 'develop' into RobinLinde-patch-2 2024-04-30 10:06:45 +02:00
Robin van der Linde
117bf77dbd
Clear extra tags in some case, automagically match input 2024-04-29 01:36:27 +02:00
Robin van der Linde
8234616168
Make text legible 2024-04-29 01:13:17 +02:00
Robin van der Linde
943db6b02d
Allow adding extra tags 2024-04-29 01:07:02 +02:00
Robin van der Linde
8332650ea3
Clear tags from old presets 2024-04-29 00:54:32 +02:00
Robin van der Linde
572d85a6b5
Merge branch 'develop' into feature/nsi 2024-04-29 00:24:51 +02:00
bf523848fb Units: add possibility to have an "inverted" time unit, e.g. for charge; add charge units to bike_parking 2024-04-28 23:04:09 +02:00
4ccfe3efe4 Themes: allow to have a non-number type together with a unit 2024-04-28 22:13:25 +02:00
a9af27e968 Fix old function call 2024-04-28 11:10:14 +02:00
799e2910c3 Add error message on common typo in layerconfigs, fix #1928 2024-04-28 11:07:51 +02:00
8e70ecce8a Fix common misspelling of 'enableImproveAccuracy', see #1928 2024-04-28 11:03:26 +02:00
7c71e566e9 Use libraries to generate MD, steps to factor out more of the UIElements 2024-04-28 03:48:07 +02:00
edd9e2fb45 Studio: rewrite preset explanation, add clarifying video, fix #1927 2024-04-28 01:42:09 +02:00
9827f07433 Custom themes: fix loading of external images in iconBadges, see #1927 2024-04-28 01:08:28 +02:00
504cc1fe33 Studio: Add deeplinks, fix #1926 2024-04-28 00:23:20 +02:00
204027b4e9 Studio: show correct question if available, see #1929 2024-04-28 00:00:28 +02:00
70bb4bb006 Studio: support 'hidden-in-studio'-segments in HTML, clarify 'layers'-documentation. See #1929 2024-04-27 23:46:55 +02:00
4a8ecddd2f Studio: reorder 'configuration file'-tab of Layer and Theme editors 2024-04-27 23:45:25 +02:00
fc6d86397e Remove all usages of 'nano-markdown', use centralized 'Markdown.svelte'-instead 2024-04-27 23:44:54 +02:00
181965efd9 Studio: cleanup 'null'-layers before generating errors 2024-04-27 23:43:39 +02:00
d2e7bac775 Add better support for markdown (switch nano-markdown for markdown-it as the former doesn't support backtick-code-formatting), add Markdown element. See #1929 2024-04-27 22:44:35 +02:00