Andy Allan
aa78da82fe
Merge pull request #3694 from AntonKhorev/share-button-group
...
Use Bootstrap button group for share tabs
2022-10-19 16:24:08 +01:00
Andy Allan
0917201893
Merge pull request #3704 from AntonKhorev/leaflet-control-groups
...
Group map controls explicitly
2022-10-19 15:42:08 +01:00
Tom Hughes
a9063f8369
Allow credentials to be sent with overpass calls
2022-10-13 19:12:25 +01:00
Tom Hughes
d6586275e9
Unflip the heading text on the new user screen for RTL languages
...
Fixes #3752
2022-10-12 08:48:29 +01:00
Tom Hughes
685eef338d
Merge remote-tracking branch 'upstream/pull/3747'
2022-10-09 18:10:20 +01:00
Anton Khorev
6616d5e1ba
Don't scroll to or show markers of notes with no data
2022-10-09 09:08:45 +03:00
Anton Khorev
15d2efe2df
Display icon for current note only if this icon is defined
2022-10-09 08:03:14 +03:00
Tom Hughes
d1dba97ac4
Merge remote-tracking branch 'upstream/pull/3739'
2022-10-06 08:13:32 +01:00
Tom Hughes
31d27da6bc
Merge remote-tracking branch 'upstream/pull/3736'
2022-10-06 07:59:57 +01:00
Anton Khorev
a419f8890a
Load note from edit link with remote control
2022-10-06 00:42:04 +03:00
Anton Khorev
6d5ba4651a
Remove whitespace eslint complaining about
2022-10-05 23:15:34 +03:00
Anton Khorev
809a8b3db0
Remove note from edit link when it's not a current object
2022-10-05 22:58:33 +03:00
Tom Hughes
d8c1b28fde
Add some whitespace for readability
2022-10-05 19:00:16 +01:00
Anton Khorev
ec34d22039
Treat notes as map objects
2022-10-04 15:40:25 +03:00
Anton Khorev
fdcd5d6b80
Keep id passed to note page for subsequent use in map current object
2022-10-04 15:32:33 +03:00
Tom Hughes
19a014bde6
Merge remote-tracking branch 'upstream/pull/3711'
2022-09-22 18:02:46 +01:00
danieldegroot2
6e7fbc9a87
Fix margin
...
Fix unexpected margin
2022-09-22 17:46:32 +02:00
Anton Khorev
c02b131a29
Pan map when showing/hiding sidebars depending on ltr/rtl
2022-09-22 16:33:28 +03:00
Tom Hughes
4677b58d33
Merge remote-tracking branch 'upstream/pull/3705'
2022-09-21 18:48:25 +01:00
Anton Khorev
cfc9a8fe03
Change map ui sidebar height together with map height
2022-09-21 16:50:14 +03:00
Anton Khorev
58f0eea2a4
Remove unnecessary wrapper divs
2022-09-20 10:15:19 +03:00
Tom Hughes
cb143bb5f1
Merge remote-tracking branch 'upstream/pull/3703'
2022-09-19 17:46:46 +01:00
Tom Hughes
a685b3a6fc
Merge remote-tracking branch 'upstream/pull/3702'
2022-09-19 17:46:04 +01:00
Anton Khorev
3f5c3a9d92
Specify border/spacing values in stylesheet
2022-09-19 19:10:46 +03:00
Anton Khorev
6acb032d4c
Set borders and spacing for control groups directly in js
...
Previous stylesheet code is more complicated.
2022-09-19 18:50:04 +03:00
Anton Khorev
7904b49bb1
Group map controls
2022-09-19 18:20:34 +03:00
Anton Khorev
12a7c9d023
Create osm-specific locate control class
2022-09-19 18:07:37 +03:00
Anton Khorev
bb99ba3977
Remove unused icon list css from welcome pages
2022-09-19 14:38:56 +03:00
Anton Khorev
ec3dad11d5
Remove unused tooltips css
2022-09-19 12:21:13 +03:00
Anton Khorev
7c4dff7445
Vertically center about page icons with flex align-items
2022-09-19 11:48:57 +03:00
Tom Hughes
3e46c7c87d
Merge remote-tracking branch 'upstream/pull/3695'
2022-09-18 18:38:57 +01:00
Tom Hughes
79f0796325
Merge remote-tracking branch 'upstream/pull/3699'
2022-09-18 18:35:58 +01:00
Tom Hughes
364a56dfc3
Merge remote-tracking branch 'upstream/pull/3698'
2022-09-18 18:34:51 +01:00
Tom Hughes
e24b624547
Merge remote-tracking branch 'upstream/pull/3697'
2022-09-18 18:32:12 +01:00
Anton Khorev
a22094c5cf
Remove old map sidebar close button css
2022-09-17 13:53:21 +03:00
Anton Khorev
10babd39b0
Remove background image-related css from about page
...
Background images are no longer used on the page so these properties are not required.
2022-09-17 13:09:41 +03:00
Anton Khorev
e5002d9c70
Remove buttons css class used only on new note page
2022-09-17 11:03:04 +03:00
Anton Khorev
7d31a659ab
Remove unused pager secondary nav css
2022-09-17 10:09:35 +03:00
Anton Khorev
7702035963
Remove unnecessary appendTo() that is undone by append() right away
2022-09-17 09:14:46 +03:00
Anton Khorev
e60282da09
Remove share-tabs css class
2022-09-17 08:47:22 +03:00
Anton Khorev
79c524832e
Use button group for share tabs
2022-09-17 08:34:53 +03:00
Tom Hughes
5eb09448c5
Merge remote-tracking branch 'upstream/pull/3689'
2022-09-14 18:24:14 +01:00
Andy Allan
48ed305163
Merge pull request #3678 from AntonKhorev/close-button-margins
...
Remove top margins from close buttons
2022-09-14 17:48:41 +01:00
Andy Allan
4d1f83d6bb
Use bootstrap breakpoint mixin
...
This has the same end result, but is more clear than an arbitrary
pixel number.
2022-09-14 17:32:43 +01:00
Andy Allan
a3474de4d8
Use bootstrap utility classes for showing the new user arm
...
The original value was close to the 'lg' breakpoint, but the 'md'
breakpoint is fine for this too.
2022-09-14 17:32:43 +01:00
Andy Allan
5ab682dbbd
Combine small.scss into common.scss
...
We've moved away from the idea of having extra rules for small screens,
and instead follow the bootstrap convention of designing for small
screens first and overriding those rules if needed for larger screens.
Having a separate file remaining for a limited number of small screen
rules is therefore counter-productive. Moving the remaining rules into
common.scss, adjacent to the related rules for larger screen, makes
the behaviour easier to understand, as well as making it easier to
refactor the rules to a small-screen-first approach.
2022-09-14 17:32:43 +01:00
Tom Hughes
35392c1a2f
Merge remote-tracking branch 'upstream/pull/3680'
2022-09-13 19:19:12 +01:00
Anton Khorev
cb438ac3f6
Use https in 'report a problem' link of embedded map
2022-09-13 01:18:48 +03:00
Anton Khorev
1fc2a70c17
Rewrite bbox only in place history atom links
2022-09-07 22:13:57 +03:00
Anton Khorev
fb75f447d7
Remove top margins from close buttons
2022-09-02 17:02:46 +03:00