orangemug
0f6708d9d4
Improved zoom styling and fixed zoom in/out button styling.
2020-02-17 15:39:54 +00:00
orangemug
24c52074b8
Fixed lint errors.
2019-05-29 18:59:26 +01:00
orangemug
efe42021f1
Some more openlayers improvments as well as initial work for projection support
2019-05-29 17:37:55 +01:00
orangemug
40a9978f31
Removed console.log
2019-05-18 18:23:02 +01:00
orangemug
22688933b3
Toggle color accessibility based on user agent
...
It's only supported in chrome and firefox and we can't feature detect this.
2019-05-18 18:19:23 +01:00
Alexander Clausen
14e0385575
Reflect current view in dropdown
...
Useful if the view is toggled between inspect and map via keyboard
shortcut.
2019-01-06 06:20:03 +01:00
orangemug
d17d6b43c0
Fixed merge issue.
2018-10-06 21:57:24 +01:00
orangemug
1bf10cd6d6
Merge remote-tracking branch 'upstream/master' into maintenance/update-deps-2018-10-06
...
Conflicts:
src/components/App.jsx
src/components/Toolbar.jsx
2018-10-06 21:39:26 +01:00
Orange Mug
44fad76d45
Merge pull request #392 from orangemug/feature/color-accessibility-ui
...
Color accessibility UI
2018-10-06 16:58:32 +01:00
orangemug
cf3650c8cd
Updated react-icons
2018-10-06 16:38:08 +01:00
orangemug
4134919dde
Added missing key attribute to <option/>
2018-10-06 14:44:12 +01:00
orangemug
a356bfd601
Switch from react-aria-menubutton to <select/>
2018-10-06 13:54:02 +01:00
pathmapper
6e03f1f077
get name from package.json
2018-10-04 16:42:39 +02:00
orangemug
e4aa016713
Fixed lint errors
2018-09-23 14:50:29 +01:00
orangemug
bcdc7c6811
Improved color accessibility UI
2018-09-23 14:39:02 +01:00
orangemug
8f07a79a49
Merge remote-tracking branch 'upstream/master' into feature/color-accessibility-ui
...
Conflicts:
src/components/App.jsx
src/styles/_components.scss
2018-09-23 11:39:15 +01:00
Loïc Gasser
bc2ec4d0b7
Remove unused imports
2018-08-23 00:18:39 -04:00
Loïc Gasser
e4de101553
Take advantage of transform-class-properties and use arrow functions instead of bind
2018-08-23 00:18:37 -04:00
Gregory Wolanski
5de9e708e9
Survey ( #328 ): Cleaning
2018-07-08 14:42:49 +02:00
Gregory Wolanski
b7a97cf8ee
Survey ( #328 )
...
Elements promoting the survey inside Maputnik
2018-06-25 19:52:48 +02:00
orangemug
85a28999fb
Initial color accessibility UI
2018-06-18 20:28:24 +01:00
orangemug
5b4063105b
Added missing 'noopener noreferrer'
2018-06-03 16:59:41 +01:00
orangemug
d9a5548762
Small bug fixes
...
- Logo DOM sctrucutre now valid, no longer <a/> within </a>
- `data-wd-key` not longer required
- `maputnik-doc-popup` not longer hidden by LayerEditor accordion
2018-06-03 16:37:46 +01:00
orangemug
ede782abed
Fixed typo.
2018-06-03 10:18:55 +01:00
orangemug
00afbad7ac
Fixed lint errors.
2018-06-03 10:00:50 +01:00
orangemug
1e09066779
Merge branch 'feature/accessibility-list-reorder' into feature/shortcuts
...
Conflicts:
src/components/App.jsx
2018-06-03 09:41:07 +01:00
orangemug
74d1cd2d01
Renamed 'Sources' -> 'Data Sources' to make it clearer and make shortcuts easier to remember.
2018-06-03 09:17:53 +01:00
orangemug
35353d75f5
Added application shortcuts and shortcut modal.
...
Also moved modals into App.jsx to move the business logic to one place.
2018-05-29 17:06:00 +01:00
orangemug
272f662a34
Changed 'skip' wording
...
As outlined in <https://webaim.org/techniques/skipnav/ >
2018-05-28 11:29:49 +01:00
orangemug
a82ba26f86
Added skip-menu link for keyboard users.
2018-05-28 10:50:19 +01:00
orangemug
11d73595fc
Made buttons keyboard accessible.
2018-05-10 16:50:37 +01:00
orangemug
8ba2123a26
Added missing propType.
2018-04-10 15:15:29 +01:00
orangemug
a3fa86f7ee
Merge remote-tracking branch 'upstream/master' into fix/web-driver-tests-v7
...
Conflicts:
config/webpack.production.config.js
package-lock.json
package.json
2018-03-06 07:22:26 +00:00
orangemug
02c8542848
Added version number to the UI. Fixes #232
2018-01-31 21:04:49 +00:00
orangemug
942b2240a7
Added more webdriver tests testing against a real browser.
2018-01-05 17:45:55 +00:00
orangemug
3aae2e976f
Merge remote-tracking branch 'upstream/master' into fix/update-deps
...
Conflicts:
src/components/Toolbar.jsx
2017-11-08 09:01:35 +00:00
orangemug
f79a945fa4
Fixed more eslint errors.
2017-11-08 08:51:24 +00:00
orangemug
8234c51412
Fixed eslint errors.
2017-11-08 08:47:36 +00:00
Orange Mug
616f45c586
Merge pull request #191 from orangemug/fix/console-errors
...
Fixed startup errors/warnings
2017-11-07 15:05:16 +00:00
Orange Mug
1f80cfcaa6
Merge pull request #190 from orangemug/feature/overflow-toolbar-actions
...
Added css overflow scroll to toolbar actions
2017-11-07 11:14:16 +00:00
orangemug
9bc603a510
Update to use prop-types module in components.
2017-11-06 15:32:04 +00:00
orangemug
ae370f04c1
Added css overflow scroll to toolbar actions.
2017-11-06 10:23:51 +00:00
orangemug
c38547d4e7
Removed {} from props.
2017-10-16 15:18:29 +01:00
orangemug
3f350c30da
Added rel="noopener noreferrer" to external links.
2017-10-16 15:01:35 +01:00
orangemug
d7c099bcbb
Fixed logo stying in toolbar, also switched to the logo in github:maputnik/design.
2017-10-11 11:17:02 +01:00
jirik
7e3aa09d3e
Proview & Access Token logic when saving to Gist
2017-01-16 15:13:19 +01:00
Lukas Martinelli
82a11e4b98
Fix style download and strip metadata
2017-01-13 15:55:49 +01:00
jirik
69a665373f
Export to Gist anonymously, related to maputnik/editor#3
2017-01-12 18:27:44 +01:00
Lukas Martinelli
bbe45cf8ee
Switch text in inspect button #64
2017-01-11 16:23:33 +01:00
Lukas Martinelli
196d9f0a10
Move add modal to layer list
2017-01-11 15:59:51 +01:00