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
|
32edb48e16
|
Fix for when 'layout.visibility' is undefined
|
2018-06-03 09:31:02 +01:00 |
|
orangemug
|
b116eef147
|
Merge remote-tracking branch 'upstream/master' into feature/accessibility-list-reorder
Conflicts:
src/components/App.jsx
|
2018-06-03 09:22:02 +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
|
480d54c2d8
|
Finished shortcuts modal styling
|
2018-06-02 10:17:39 +01:00 |
|
orangemug
|
ab9c39b862
|
Removed additional close button
|
2018-06-01 20:51:42 +01:00 |
|
orangemug
|
dd122d1bac
|
Hide hidden FileReaderInput from keyboard focus
|
2018-06-01 20:45:05 +01:00 |
|
orangemug
|
f9f5e8f925
|
Changed close button from <a> to <button>
|
2018-06-01 20:40:51 +01:00 |
|
orangemug
|
aa2f4a091c
|
Initial attempt at color blindness emulation
|
2018-06-01 09:22:18 +01:00 |
|
orangemug
|
13fc699d4a
|
Styling fixes.
|
2018-05-31 21:09:31 +01:00 |
|
orangemug
|
f5e8d473ad
|
Changed toggle visibility text from hide to show/hide
|
2018-05-31 20:40:21 +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 |
|
Orange Mug
|
0f103c3c00
|
Merge pull request #309 from orangemug/feature/skip-menu
Added skip-menu link for keyboard users
|
2018-05-28 13:17:02 +01:00 |
|
orangemug
|
019428a241
|
Added missing prop-types.
|
2018-05-28 12:06:22 +01:00 |
|
orangemug
|
6200edea25
|
Added initial shortcuts.
|
2018-05-28 12:03:47 +01:00 |
|
orangemug
|
272f662a34
|
Changed 'skip' wording
As outlined in <https://webaim.org/techniques/skipnav/>
|
2018-05-28 11:29:49 +01:00 |
|
orangemug
|
c71fbcf436
|
Tidy
|
2018-05-28 11:15:16 +01:00 |
|
orangemug
|
a82ba26f86
|
Added skip-menu link for keyboard users.
|
2018-05-28 10:50:19 +01:00 |
|
orangemug
|
28af87391d
|
Fixed public source button size.
|
2018-05-22 21:43:35 +01:00 |
|
orangemug
|
0aabd33538
|
Remove empty scss blocks
|
2018-05-22 21:26:11 +01:00 |
|
orangemug
|
bd9076c4ff
|
Added additional menu in <LayerEditor/>
This is to make the following options accessible to keyboard users
- reorder layers
- duplicate layer
- delete layer
- hide/show layer
|
2018-05-22 21:16:46 +01:00 |
|
orangemug
|
a2a6f6dcab
|
Added aria-label to public styles, also fixed button to reserve space in DOM (fixes #245)
|
2018-05-19 08:23:41 +01:00 |
|
orangemug
|
51a115d65a
|
Disable spell checking on <input>'s
|
2018-05-17 13:44:54 +01:00 |
|
Orange Mug
|
fc0fbd6a37
|
Merge pull request #302 from orangemug/feature/terrarium-encoding
Added support for encoding to raster-dem source
|
2018-05-17 13:42:01 +01:00 |
|
orangemug
|
d80d76724c
|
Fixed more lint errors.
|
2018-05-17 11:46:33 +01:00 |
|
orangemug
|
77da0a6d30
|
React v16.3.0 fixes.
|
2018-05-17 11:24:39 +01:00 |
|
orangemug
|
79b251d8b9
|
DRY up the code.
|
2018-05-17 10:55:55 +01:00 |
|
orangemug
|
4f19f6a08c
|
Added support for encoding to raster-dem source, enabling terrarium tiles.
|
2018-05-17 10:44:54 +01:00 |
|
Orange Mug
|
c7cf051502
|
Merge pull request #296 from orangemug/feature/prefers-reduced-motion
Added prefers-reduced-motion support
|
2018-05-11 15:50:08 +01:00 |
|
Orange Mug
|
6e21503e6b
|
Merge pull request #297 from orangemug/accessibility/larger-color-swatch
Make color swatch larger so its easier to see
|
2018-05-11 15:49:32 +01:00 |
|
orangemug
|
78d71a4e7e
|
Fixed duplicate definition.
|
2018-05-11 14:53:06 +01:00 |
|
orangemug
|
b8f32d46cf
|
Rename <CollapseReducedMotion/> to <Collapse/>
|
2018-05-11 14:03:46 +01:00 |
|
orangemug
|
54e79e5eb8
|
Added missing data-wd-key attribute.
|
2018-05-11 11:26:43 +01:00 |
|
orangemug
|
221cd4ffd2
|
Added accessible modal via react-aria-modal
|
2018-05-11 10:56:34 +01:00 |
|
orangemug
|
7cb2c36ac9
|
Move accessibility checks into module.
|
2018-05-11 09:32:57 +01:00 |
|
orangemug
|
11d73595fc
|
Made buttons keyboard accessible.
|
2018-05-10 16:50:37 +01:00 |
|
orangemug
|
198ff143f6
|
Make color swatch larger so its easier to see.
|
2018-05-10 16:18:13 +01:00 |
|
orangemug
|
7b8b797f9c
|
Fixed typo.
|
2018-05-10 16:07:34 +01:00 |
|
orangemug
|
a41b25eea7
|
Added 'prefers-reduced-motion' css support.
|
2018-05-10 16:05:55 +01:00 |
|
orangemug
|
3487056c7d
|
Disable gist, see <https://github.com/maputnik/editor/issues/269>
|
2018-05-08 15:21:14 +01:00 |
|
orangemug
|
5bd25fc2ed
|
Fix to allow beta version strings to not wrap.
|
2018-04-20 15:09:37 +01:00 |
|
Orange Mug
|
661006d7fb
|
Merge pull request #284 from pjsier/fix/276-null-zoom
Handle data functions without zoom
|
2018-04-20 14:14:02 +01:00 |
|
orangemug
|
d0ca732fe7
|
Updated stylelint and fixed scss for 'stylelint-config-recommended-scss'
|
2018-04-17 14:55:33 +01:00 |
|
orangemug
|
78a7f152e7
|
Merge remote-tracking branch 'upstream/master' into fix/web-driver-tests-v8
Conflicts:
src/styles/index.scss
|
2018-04-16 15:31:27 +01:00 |
|
pjsier
|
e936dd16bf
|
Fix style linting error
|
2018-04-16 07:44:00 -05:00 |
|
pjsier
|
3d4579288c
|
Handle data functions without zoom
|
2018-04-16 06:59:01 -05:00 |
|
Orange Mug
|
b60df8b074
|
Merge pull request #283 from orangemug/fix/issue-244
Fix to allow layer sections to expand smoothly
|
2018-04-15 14:56:21 +01:00 |
|
orangemug
|
9808d44c71
|
Fix to allow layers sections to expand smoothly. Fixes #244
|
2018-04-13 17:00:51 +01:00 |
|
Orange Mug
|
1bdd135386
|
Merge pull request #282 from oterral/teo_fixed
Use a fixed position for autocomplete menu
|
2018-04-13 15:53:27 +01:00 |
|
oterral
|
b62533fa3e
|
Use a fixed position for autocomplete menu
|
2018-04-13 15:55:16 +02:00 |
|