Commit graph

1696 commits

Author SHA1 Message Date
a7ff3b86fa Fix: add language picker in settings page if logged out, fix #1505 2023-07-15 18:20:09 +02:00
006f69561a Fix: fix back-button on the 404-page, remove some obsolete classes 2023-06-29 01:10:55 +02:00
fa650cc8d2 Merge master 2023-06-29 00:51:24 +02:00
d95d96fb1b Fix: fix #1477. Setting the background caused a map.resize(), which in turn caused the coordinates to be set to 0,0, which caused the location-correction to kick in, moving the location input towards null island 2023-06-29 00:38:46 +02:00
68e07d7d7b Fix: actually pass the initial coordinate in the locationInput element, fix #1486 2023-06-29 00:29:17 +02:00
33fa11fc17 Fix: improve background layer switching code, might improve #1481 2023-06-29 00:24:19 +02:00
4a6457f146 Refactoring: More fixes to the themes 2023-06-20 03:49:16 +02:00
e86f7d863e Refactoring: further cleanup of the themes 2023-06-20 03:49:16 +02:00
3e49929f25 Fix: crash in new note flow, spotted by @thibaultmolleman 2023-06-20 02:09:54 +02:00
790c2767e2 Fix: pass along initial coordinates with the location input, prevents flashing of the ocean; fix #1469 2023-06-18 00:52:26 +02:00
102892ec77 Fix: direction input does not scroll anymore when dragged, fix #1468 2023-06-18 00:48:28 +02:00
1a2e6f49f2 Refactoring: revive statistics GUI 2023-06-15 16:31:07 +02:00
9661ade80c Chore: run prettier 2023-06-15 16:12:46 +02:00
1b99be524f Usertest: add 'back to theme overview'-button on theme intro page, fix #1457 2023-06-15 16:11:36 +02:00
b2a10e7af9 UX: move confirm button away from close-button 2023-06-15 14:31:17 +02:00
Tobias
bca6785aa8 Linter: no target attribute on button elements 2023-06-15 05:48:10 +02:00
Tobias
dfa3315e21 Linter: Use const
VS Code told me so…
2023-06-15 05:48:00 +02:00
Tobias
b55d976492 Apply twJoin, twMerge
Looking at https://github.com/dcastil/tailwind-merge/blob/v1.13.1/docs/when-and-how-to-use-it.md#how-to-use-it I placed the "winning" class at the end for twMerge
2023-06-15 05:38:52 +02:00
Tobias
9ff70be981 ThemeButton: Make layoutToUse optional so SubtleLink is happy
SubtleLink did not provide layoutToUse. And in ThemeButton, it was guarded already ```

    if (layout.id === state?.layoutToUse?.id) {
      return undefined
    }
```
2023-06-15 05:03:52 +02:00
1e56eb5503 Usertests: add 'centermessage' again which indicates if data is loading or is present, see #1457 2023-06-15 02:42:12 +02:00
6709a27f71 Usertests: explicitly mark the 'switch layers' button in special interactions, see #1316 2023-06-14 23:58:57 +02:00
c5c6bba731 Usertest: See #1315, add a 'confirm'-button on top of the precise-input location if the map is tapped; fix: make sure the dragInvitation doesn't consume the first map interaction, get's hidden by a change in map location 2023-06-14 23:21:19 +02:00
f0b007512b Chore: run prettier 2023-06-14 20:44:01 +02:00
d008dcb54d Chore: reformat all files with prettier 2023-06-14 20:39:36 +02:00
Tobias
14ae7e3272 Cleanup .bg-red which does not exist anymore 2023-06-14 15:07:03 +02:00
983db5e600 Usertesting: resolve some issues surfaced in #1457 2023-06-14 01:03:28 +02:00
d465a272f2 Feature: add Americana background style, fix #1204 2023-06-14 00:47:09 +02:00
6f5c71ed5a Fix: multianswer would not accept last option 2023-06-12 10:17:13 +02:00
138b2ada2f Chore: remove some obsolete console.log-statements 2023-06-12 01:40:22 +02:00
0b826612e9 Fix: show tags that will be applied if setting is 'full' 2023-06-11 11:50:35 +02:00
60d825de3c Fix: rendering of 'inline' was not dynamic 2023-06-11 01:59:47 +02:00
2b05d79dbb Refactoring: port unit picker 2023-06-11 01:32:30 +02:00
622df2df19 Fix: hide tag_apply_button when applied 2023-06-09 18:07:43 +02:00
5f7cc351c9 Fix: maproulette import flow 2023-06-09 16:13:35 +02:00
d3d96bc9ad Style: don't let tagRenderings overflow 2023-06-08 13:45:23 +02:00
44b919fec0 UX: fix #1445 2023-06-08 00:21:22 +02:00
c19317bd04 Fix: don't store location 0,0 to prevent movement or cursor in addNew-dialog 2023-06-07 22:46:41 +02:00
b21d7967ab UX: improve move wizard 2023-06-07 22:46:10 +02:00
1208e095cf Fix: add text on cancel button 2023-06-07 22:44:25 +02:00
d18aa9701b UX: fixes to the move dialog, fix #1420 2023-06-07 22:01:56 +02:00
f847ebf3b8 Style: make PH-picker w-full 2023-06-07 18:02:26 +02:00
a9c25d378a Fix: styling of PH-input in OpeningHoursInput, fix #1422 2023-06-07 17:45:08 +02:00
bcb2ecf6ab Fix: restore loading of custom themes 2023-06-07 17:33:11 +02:00
649ed1f53a Fix: multianswer with a free textfield did not activate 2023-06-07 15:38:45 +02:00
8379a894d0 Fix: ordering of baselayers 2023-06-07 14:34:58 +02:00
1ec76b66b5 Refactoring: properly handle the hash 2023-06-07 02:42:49 +02:00
d6d9438bc7 Refactoring: remove 'professional' information page 2023-06-07 00:18:57 +02:00
a1fa3b4942 Fix: only check browserLanguage if navigator is defined; fixes tests 2023-06-07 00:15:04 +02:00
215286a5af Fix: improve PDF-output functionality 2023-06-07 00:14:20 +02:00
c6283ac720 Fix: setting the language does not overwrite the user setting anymore 2023-06-06 00:03:50 +02:00