Commit graph

159 commits

Author SHA1 Message Date
pietervdvn 95f1bdd797 Small refactoring, add 'last edit by'-rendering 2021-04-21 01:26:36 +02:00
pietervdvn 882e2c4aa9 Documentation updates, patches image paths in themes to load remote images from Github 2021-04-17 11:37:22 +02:00
pietervdvn f177a3bad3 Various styling tweaks, fix #243 2021-04-12 13:05:30 +02:00
pietervdvn a76d8822ff Cleanup of review-css to use tailwind 2021-03-13 19:07:38 +01:00
pietervdvn a0b909e8a6 Fixes to popup handling and to broken styles 2021-02-25 02:23:26 +01:00
pietervdvn 0e5b69f6cf Hide controls when needed 2021-02-21 03:51:29 +01:00
pietervdvn 604d7863fe Add bigger zoom-in and zoom-out button, move attribution to button on small screens 2021-02-21 03:38:12 +01:00
pietervdvn 4deb095943 Optimizing the layout for small screens 2021-02-21 01:36:31 +01:00
pietervdvn bc1863dcb6 Fix hiding and showing of features 2021-02-14 19:45:02 +01:00
pietervdvn d4f107c81a Stabilizing popups part 2: loading new data doesn't close the popup anymore + fix slideshow 2021-02-06 00:05:38 +01:00
pietervdvn b9d5a85cd0 Merge slick carousel 2021-02-05 19:11:19 +01:00
pietervdvn 49f78d5604 Fix leaflet: areas wouldn't show up anymore 2021-02-05 16:08:35 +01:00
pietervdvn 1979aadb49 Add slick-carousel instead of homemade one 2021-01-29 03:23:53 +01:00
pietervdvn 1b73f0a43a Fix landscape mode 2021-01-27 02:26:57 +01:00
pietervdvn 149e117887 Merge master 2021-01-25 03:23:00 +01:00
pietervdvn 00f610c589 Refactoring fullscreenhandling 2021-01-25 03:12:09 +01:00
Tobias 397a4414f3 Move custom max-height-version to Config
As it turns out, the config does work once you restart the server … 🤦
2021-01-24 22:21:28 +01:00
Tobias 4068931bba Add Tailwind button for save+cancel
- remove custom styles
- add new button styles based on Tailwind classes using @apply
- extend config to allow hover:ring-blue-200 and such
- update the js-files to use new classes

- Only unsure about the `.review-form .save-non-active`, this might need additional Tailwind helper classes in this specific situation. Don't know where it shows up, so could not test.
2021-01-24 22:20:40 +01:00
pietervdvn e1a4c75391 Halfway removing the fullscreenmessage 2021-01-24 18:33:16 +01:00
pietervdvn 81f0a21076 Derping around, bit of a dead end due to transform3d in a parent 2021-01-22 01:03:50 +01:00
pietervdvn 7f1b78198a Cleaning away fullscreenmessage 2021-01-22 00:40:15 +01:00
pietervdvn 6c4b15e33d Add various bug fixes and improvements 2021-01-21 23:39:31 +01:00
Tobias 3f34e288db Introduce max-h-65vh
I need this to refactor the featureinfobox and sub-classes.

Ideally we could add this class via tailwind.config.js but for some reason it does not work; the class does not appear in the index.css file.

As a workaround I added it differently, but still we should probably figure out why the config file does not work as expeced.
2021-01-21 04:48:52 +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 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 0443de44b6 Index: Center index content
This is only for the lg-Screen-size. It makes the content use more space and be more centered in the screen.

Wanted to use some Tailwind-Center-Class but didn't manage to. This works as well.
2021-01-20 20:40:40 +01:00
pietervdvn db91c5ead4 Fixing css styling bugs, most works correctly now 2021-01-18 19:36:19 +01:00
Tobias 21d2dc52c2 Remove spacing from the homepage
Those spaces where added back via Tailwind.
2021-01-17 21:15:53 +01:00
Tobias 4c59ea3b1e Tailwind for List of Themes
Style the list of themes with Tailwind. Add wrapper around the list of themes.

The non-linked list items are still TODO.

Also move the Streetcomplete-Note below the list and also the custom-build-Request-Line.
2021-01-17 21:14:48 +01:00
Tobias c2ee058682 Remove a few empty spaces and line breaks
Most it is done by my editor automatically.
2021-01-17 21:04:37 +01:00
Tobias f07e595830 Add TailwindCSS
Following https://tailwindcss.com/docs/installation
2021-01-17 21:01:44 +01:00
pietervdvn ddea3d2fc1 Small css tweaks, fix layer filtering 2021-01-08 14:23:12 +01:00
pietervdvn 3f2608524e Last css tweaks 2021-01-07 05:10:27 +01:00
pietervdvn 701ce3e89a Css tweaks 2021-01-07 04:50:12 +01:00
Pieter Vander Vennet 70fb6f5303 Small fixes to climbing theme, wiki generation, version bump 2020-12-18 02:10:26 +01:00
Pieter Vander Vennet bb20c41002 First version of reviews 2020-12-07 03:02:50 +01:00
Pieter Vander Vennet 8383f482c7 More UI tweaks, fix bugs with new icon handling 2020-11-27 13:39:00 +01:00
Pieter Vander Vennet 6299c8223e Add composable icons, add icon badges and overlays, add icon badge to drinking water and cyclofix 2020-11-27 03:05:29 +01:00
Pieter Vander Vennet 488fd16873 Small bug fixes 2020-11-24 11:10:43 +01:00
Pieter Vander Vennet 4700e71d2e Add share button (supported browsers only), refactoring of fullscreenmessage, fancier scrolling 2020-11-23 02:55:18 +01:00
Pieter Vander Vennet 2d25393962 Experimenting with the ShareButton 2020-11-22 03:50:09 +01:00
Pieter Vander Vennet cd548ab04b Add Fietsambassade logo to cyclofix; various svg- and css fixes 2020-11-20 14:00:37 +01:00
Pieter Vander Vennet 5e6f54f660 Bugfix: camera with direction wouldn't show up 2020-11-18 13:41:31 +01:00
Pieter Vander Vennet 2177db376c More fancyness, less bugs 2020-11-17 16:29:51 +01:00
Pieter Vander Vennet 16612b10ef I should have commited sooner... 2020-11-17 02:22:48 +01:00
Pieter Vander Vennet 2685b6e734 Fix ways: they show up again 2020-11-16 02:33:44 +01:00
Pieter Vander Vennet 314894085a Cleaning filtered layer 2020-11-16 01:59:30 +01:00
Pieter Vander Vennet 7ef2f429f2 Add fancy direction picker 2020-11-15 03:10:44 +01:00