Commit graph

105 commits

Author SHA1 Message Date
8e2e367a0c Add 404, fixing custom layouts and redirects 2021-12-21 19:09:24 +01:00
11150a258d First part of a huge refactoring 2021-12-21 18:35:31 +01:00
bd21212eba Full code cleanup 2021-11-07 16:34:51 +01:00
a2457798a9 Remove obsolete css files 2021-10-09 22:39:57 +02:00
8b4442c8cc Add wikipedia box 2021-10-02 22:31:16 +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
78d6482c88 Add binoculars theme, auto reformat everything 2021-09-09 00:06:21 +02:00
d7b0987960 Fix unresponsive area 2021-09-06 21:56:58 +02:00
f946ad38b7 Improvements to pdfExport, small tweaks to the themes 2021-07-29 01:57:45 +02:00
ede67ca58c Fix pdf export, fix feature switches 2021-07-28 02:51:07 +02:00
e2591f3dfe Toggle in the userbadge on small screens - more map space 2021-07-03 20:18:52 +02:00
9a73ae4c47 More fixes 2021-06-16 21:23:03 +02:00
910970e4a4 Fix input elements 2021-06-16 17:09:32 +02:00
94f9a0de56 More fixes to the refactored code 2021-06-15 16:18:58 +02:00
8e72b70742 Fix deployment, fix documentation generation, add a small markdown generator 2021-06-15 00:28:59 +02:00
3943100e54 More refactoring, stuff kindoff works 2021-06-12 02:58:32 +02:00
b441e6e8a5 Fixed some typos, fixed legacy loading in non-legacy settings, also show attribution when layer control is disabled 2021-05-03 16:04:35 +02:00
12d99e0323 Visualize attribution in the attribution panel 2021-04-09 02:57:06 +02:00
f91cb0a22a Add social image 2021-04-06 23:55:18 +02:00
43085392d6 Remove typo 2021-03-17 14:33:38 +01:00
6a03410f56 Add apple touch icons, fix for #223 2021-03-17 14:17:33 +01:00
c2d520c2e9 Small fixes 2021-03-04 13:35:03 +01:00
85ec94efe5 Fix image of index page for webmanifest 2021-02-28 00:30:58 +01:00
a0b909e8a6 Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
0e5b69f6cf Hide controls when needed 2021-02-21 03:51:29 +01:00
604d7863fe Add bigger zoom-in and zoom-out button, move attribution to button on small screens 2021-02-21 03:38:12 +01:00
79fc3f54e5 Move slick buttons to a clickable location 2021-02-15 19:06:06 +01:00
1979aadb49 Add slick-carousel instead of homemade one 2021-01-29 03:23:53 +01:00
1b73f0a43a Fix landscape mode 2021-01-27 02:26:57 +01:00
e2e48344d6 Stuff more or less works 2021-01-25 04:21:22 +01:00
00f610c589 Refactoring fullscreenhandling 2021-01-25 03:12:09 +01:00
e1a4c75391 Halfway removing the fullscreenmessage 2021-01-24 18:33:16 +01:00
Tobias
7a2f4fa44a Migrate featureinfobox to Tailwind
- migrate featureinfobox to Tailwind
- migrate featureinfobox-content to Tailwind
- migrate fullscreenmessage-content to Tailwind so we can delete css/fullscreenmessagebox.css

The landscape-mode is somethign that Tailwind does not support AFAIK. Instead, I migrated the one css-definition that was left over but required to a tailwind-like class name `.landscape\:max-h-screen`. Note the escaped colon with is required so css supports colon based class names.
2021-01-21 05:05:10 +01:00
Tobias
f5504d28f4 Migrate centermessage to Tailwind
Migrate most attributes to Tailwind classes. The box is a bit wider now, which is OK IMO. The z-index could be migrated to a custom Tailwind config-entry later. The transition has probably a Tailwind version as well (to be checked later…).
2021-01-20 22:14:26 +01:00
Tobias
95b44897f9 Spacing for Login, Search, Help
Same spacing left, right, top using Tailwind
2021-01-20 21:56:38 +01:00
Tobias
7556c7a4b1 layer-selection uses more Tailwind
- Tailwind for border radius, same as other elements
- Tailwind for placement
2021-01-20 21:56:11 +01:00
Tobias
871f512c0d Move border custom css to Tailwind Class
- migrate custom css to Tailwind class
- introduce class-parameter for `AsImageElement`
- migrate width of login button to Tailwind class
2021-01-20 21:48:47 +01:00
Tobias
d3b39fbe54 Remove <br> above open-welcom-message
Use Tailwind Class styles instead.
2021-01-20 21:26:29 +01:00
Tobias
3b385c56e3 Use DIV instead of SPAN, remove newline
Makes it a little bit easier to read.
2021-01-20 21:04:26 +01:00
092c12a449 Add overview of all themes if none are defined 2021-01-14 22:25:11 +01:00
27f2206cae Merge branch 'master' into refactor/clean-layer-rendering 2021-01-04 19:08:38 +01:00
adce2732b7 Merge trees theme 2021-01-04 19:08:22 +01:00
db66689705 Add working clustering! 2021-01-04 18:55:10 +01:00
4948524f91 More cleaning up 2021-01-04 04:36:21 +01:00
Midgard
b8075a6a55
Extract tree_nodes layer, add heritage tags & img 2020-12-27 14:23:45 +01:00
Pieter Vander Vennet
7ad601f2eb Remove kletterspots.de specific stuff 2020-12-14 01:14:22 +01:00
Pieter Vander Vennet
c693faea95 Merge latest master 2020-12-14 00:56:07 +01:00
Pieter Vander Vennet
bb20c41002 First version of reviews 2020-12-07 03:02:50 +01:00
Christian Neumann
dbd3423870 Change website icon. 2020-11-24 14:39:04 +01:00
Christian Neumann
2c20f41f5a Adapt loading screen. 2020-11-24 14:35:31 +01:00