Commit graph

2525 commits

Author SHA1 Message Date
Tom Hughes
c47cb299a8 Replace uses of var with let or const as appropriate 2025-02-16 11:14:13 +00:00
Tom Hughes
a5ee93b301 Merge remote-tracking branch 'upstream/pull/5686' 2025-02-16 11:12:47 +00:00
Martin Raifer
793757a6ff
don't pan map wen closing/reopening/commenting a note, fixes #648 2025-02-16 10:59:34 +01:00
Martin Raifer
a3737b74ba
don't re-pan the map when selecting another note that is already on the screen
fixes a regression in #5679
2025-02-16 10:45:49 +01:00
Tom Hughes
29d322c364 Merge remote-tracking branch 'upstream/pull/4926' 2025-02-15 17:07:59 +00:00
Anton Khorev
3bdbc35bbd Merge branch 'pull/5678' 2025-02-15 20:03:42 +03:00
Tom Hughes
357352465c Merge remote-tracking branch 'upstream/pull/5131' 2025-02-15 16:31:12 +00:00
Anton Khorev
ae89ed45e5 Show alert on account home page if home location is not set 2025-02-15 19:02:30 +03:00
Anton Khorev
5c019cd2ee Add "Go to Home Location" to every page, link it to account home page 2025-02-15 19:02:30 +03:00
Anton Khorev
aec885815e Show/hide marker in account home js controller 2025-02-15 19:02:30 +03:00
Anton Khorev
bd443cdfb1 Add empty account home page 2025-02-15 19:02:30 +03:00
Anton Khorev
3ba243a66a Use flex layout on error pages 2025-02-15 18:55:16 +03:00
Anton Khorev
fa58f34b2c Adjust logo css on error pages 2025-02-15 18:55:16 +03:00
Anton Khorev
328c4fce50 Use system font on error pages 2025-02-15 18:55:16 +03:00
Martin Raifer
b14965e4b2
fix map panning to objects when url hash is not empty but has no map location, fixes #865 2025-02-15 16:54:24 +01:00
Tom Hughes
b1397d9fc3 Prevent caching a partial XHR response as a full page URL
Fixes #5663
2025-02-15 15:06:22 +00:00
Tom Hughes
8ecbe9b07d Merge remote-tracking branch 'upstream/pull/5521' 2025-02-15 14:44:58 +00:00
Andy Allan
9deb3293ed
Merge pull request #5363 from AntonKhorev/no-compact-nav-2
Dynamic "more" dropdown
2025-02-15 14:38:51 +00:00
Roman Deev
8e1e1e4713 Fix left/right sidebar resizing on mobile devices 2025-02-15 16:59:00 +03:00
Marwin Hochfelsner
bf194952d7 Transition more requests to fetch 2025-02-14 09:41:20 +01:00
Tom Hughes
46f642d5cd Merge remote-tracking branch 'upstream/pull/5632' 2025-02-12 18:21:02 +00:00
Tom Hughes
c3f0dc8969 Merge remote-tracking branch 'upstream/pull/5661' 2025-02-12 18:11:38 +00:00
Tom Hughes
cb0c5262a8 Merge remote-tracking branch 'upstream/pull/5642' 2025-02-12 17:58:06 +00:00
Martin Raifer
c025613ff6
replace all occurrences of + 2025-02-12 16:23:31 +01:00
Martin Raifer
0b5fa06a39
lint 2025-02-12 14:10:25 +01:00
Martin Raifer
051ae5953f
workaround for iD bug #10761
the current version of iD (v2.31, before the fix for https://github.com/openstreetmap/iD/issue/10761: https://github.com/openstreetmap/iD/pull/10766), does not fully support `x-www-form-urlencoded` "query-style" strings in the hash: Specifically, spaces encoded as `+` will not be decoded back to ` `.

This workaround essentially temporarily reverts the behaviour of the website to the state before #5592, and can be dropped again with the next minor version upgrade of iD (`v2.32`).
2025-02-12 14:08:19 +01:00
Anton Khorev
358ccb2cad Adjust secondary nav css for transition before/after js runs 2025-02-12 15:36:59 +03:00
Anton Khorev
cdd156137b Move secondary menu items to "more" dropdown dynamically 2025-02-12 15:36:59 +03:00
Anton Khorev
c8757cf1d0 Use fixed small/compact nav breakpoint width 2025-02-12 15:36:24 +03:00
Anton Khorev
424316b41c Switch to/from compact nav by moving nav items 2025-02-12 15:35:11 +03:00
Marwin Hochfelsner
e1055764d8 Get directions using fetch
Co-authored-by: Holger Jeromin <h.jeromin@beckhoff.com>
2025-02-12 05:13:12 +01:00
Marwin Hochfelsner
5310c5b9dd Set map param with array 2025-02-12 04:34:01 +01:00
Marwin Hochfelsner
3fbc8a3d32 Enable a few linting rules 2025-02-10 20:10:13 +01:00
Tom Hughes
974e404a6e Merge remote-tracking branch 'upstream/pull/5633' 2025-02-09 15:09:45 +00:00
Tom Hughes
97bd4579b0 Merge remote-tracking branch 'upstream/pull/5634' 2025-02-09 14:51:56 +00:00
Marwin Hochfelsner
cdacfafd11 Further usage of URLSearchParams 2025-02-09 08:17:13 +01:00
Marwin Hochfelsner
8130b38368 Remove IE<10 workaround 2025-02-09 06:51:56 +01:00
Marwin Hochfelsner
98e4dfb87e Lessen code repetition 2025-02-09 06:51:56 +01:00
Marwin Hochfelsner
a3c45f6ed6 Reduce condition complexity 2025-02-09 06:51:56 +01:00
Marwin Hochfelsner
957ae192b6 Refactor direction engines and unify structure 2025-02-07 04:22:30 +01:00
Tom Hughes
e206dd527e Merge remote-tracking branch 'upstream/pull/5598' 2025-02-06 20:27:32 +00:00
Tom Hughes
08359d8d5f Merge remote-tracking branch 'upstream/pull/5613' 2025-02-06 17:41:46 +00:00
Holger Jeromin
a4e6934d59 Fix all no-implicit-globals eslint errors 2025-02-06 09:22:40 +01:00
Holger Jeromin
c855d86bf8 Mark valid usecases for alert 2025-02-06 08:35:50 +01:00
Tom Hughes
361dcbb1df Merge remote-tracking branch 'upstream/pull/5603' 2025-02-05 19:14:02 +00:00
Tom Hughes
cfd2c5ddda Merge remote-tracking branch 'upstream/pull/5597' 2025-02-05 19:09:37 +00:00
Marwin Hochfelsner
1e57668c7e Simplify initialisation of iD 2025-02-05 19:56:01 +01:00
Tom Hughes
1b20b5187e Merge remote-tracking branch 'upstream/pull/5604' 2025-02-05 18:50:20 +00:00
Tom Hughes
5d5d0beefa Merge remote-tracking branch 'upstream/pull/5610' 2025-02-05 18:35:10 +00:00
Tom Hughes
992755c0a6 Merge remote-tracking branch 'upstream/pull/5602' 2025-02-05 17:58:26 +00:00