Commit graph

28 commits

Author SHA1 Message Date
pietervdvn
37c0129a6d Add buttons to quickly swap background layers (also in the locationInput), move copyright into home panel, split privacy policy to seperate welcome message tab 2021-11-21 02:44:35 +01:00
pietervdvn
746273f594 Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme 2021-11-10 18:42:31 +01:00
pietervdvn
161bcc8647 Quickfix: add centroids to some renderings which dissappeared during migration 2021-11-08 15:08:24 +01:00
pietervdvn
bd21212eba Full code cleanup 2021-11-07 16:34:51 +01:00
pietervdvn
f5d6441b70 Add layer icon to filter view 2021-10-30 02:34:16 +02:00
pietervdvn
07bc5d6a6d Merge develop 2021-10-26 01:27:35 +02:00
pietervdvn
933c0f0073 Fix opening of various views when set by url-parameters, small styling tweaks in the popups 2021-10-23 02:46:37 +02:00
pietervdvn
b9b8a5c71a Linting themes, fix userbadges 2021-10-21 21:41:45 +02:00
pietervdvn
1852eb8e52 Refactoring: moved pointRenderingConfig into seperate part of the configuration, removed roaming rendering capabilities 2021-10-19 03:00:57 +02:00
pietervdvn
35cdb49b4d Add a 'featured this week'-theme and calendar 2021-10-17 03:35:13 +02:00
pietervdvn
85ef41e8d5 Various styling tweaks, add playgrounds to toerisme vlaanderen 2021-10-14 18:29:39 +02:00
pietervdvn
448468c928 Merge develop 2021-10-13 17:23:51 +02:00
pietervdvn
95867635e0 Further work on the move flow 2021-10-13 03:09:37 +02:00
pietervdvn
9faac532b5 Support for lexemes, decent etymology layer and theme with rudimentary icon 2021-10-09 22:40:52 +02:00
pietervdvn
b5a2ee1757 Add a wikidata search box 2021-10-08 04:33:39 +02:00
pietervdvn
a996ba2a7c Graciously handle multiple entries in wikidata for fetching images and showing articles, verious bug fixes 2021-10-07 22:06:47 +02:00
pietervdvn
65470cbac5 Fix bug where metatagging would not fully calculate in some cases 2021-10-04 00:18:08 +02:00
pietervdvn
8b4442c8cc Add wikipedia box 2021-10-02 22:31:16 +02:00
pietervdvn
9df263c362 Add Wikipedia page box 2021-10-02 17:57:54 +02:00
pietervdvn
087d5cdbef Add a strt to package.json for when tailwind JIT isn't needed 2021-10-01 05:23:50 +02:00
pietervdvn
4480f2f5e3 Experimental json merge driver 2021-10-01 04:59:22 +02:00
pietervdvn
8b870474d7 Improvements in loading images 2021-10-01 02:57:41 +02:00
pietervdvn
90a52fa47a Reset translations and charging station layer after merge 2021-10-01 00:37:44 +02:00
Pieter Vander Vennet
ba2b4754a9
Merge branch 'develop' into fix-answer-with-image-style-#491 2021-10-01 00:31:39 +02:00
pietervdvn
04a2f91b36 Fix small styling issue with tabbed component 2021-10-01 00:23:44 +02:00
Tobias Jordans
8e040a8c4d Fix #491 with custom HTML/Classes inside translations
This is not the fixed I hoped for, but the JS generates so many empty `<span>` tags that I cannot get rid of, that it is not possible to style this "from the outside", which is unfortunate.
2021-09-30 21:46:20 +02:00
Tobias Jordans
29e7fea95a Replace inline style with TW classes 2021-09-30 20:09:09 +02:00
Tobias Jordans
45e8b96f9f Introduce TailwindCSS CLI with JIT-Mode
Remove Tailwind Compatibility Mode and PostCSS. Install newest tailwind and configure it to use JIT-Mode. Setup npm run scripts to run TailwindCSS CLI and Parcel in parallel. The Tailwind index.css and all .html/.ts files are scanned live and generated to /css/index-tailwind-output which is in turn included in index.html.
2021-09-22 19:56:05 +02:00