Commit graph

1684 commits

Author SHA1 Message Date
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
4606df7d2b Refactoring: remove obsolete 'Loc'-interface 2023-06-06 00:03:14 +02:00
12eb2a2d55 Refactoring: add advanced buttons to open mapillary and to open other editors 2023-06-06 00:02:01 +02:00
1d543563d7 Fix: tests 2023-06-05 00:11:44 +02:00
09a3e7fba1 Fix: Expose all templates 2023-06-04 23:58:29 +02:00
de20b00b8f Fix: decent PDF-export 2023-06-04 22:52:13 +02:00
905f796baa Fix: png correctly outputs all markers now 2023-06-04 00:43:32 +02:00
47ae4cb456 Chore: fix warnings 2023-06-02 08:42:08 +02:00
effcb8ca23 Refactoring: use svelte for delete flow as well 2023-06-01 23:40:05 +02:00
15a481f864 Fix: show tags that will be deleted with strikethrough in TagHint 2023-06-01 14:54:34 +02:00
14e96094c2 Remove obsolete class, add cache timeout 2023-06-01 11:38:20 +02:00
fbf2742f80 Tweaking GRB theme a bit more 2023-06-01 03:17:52 +02:00
ace7caada1 Refactoring: port import flow 2023-06-01 02:52:21 +02:00