orangemug
d63782ddf2
Remove react warnings.
2019-10-13 18:03:58 +01:00
orangemug
3eabcbec72
Fix <NumberInput/> to allow for empty value (reset value)
2019-10-13 18:00:32 +01:00
orangemug
1c83de08c1
Fixed lint errors.
2019-10-12 12:08:25 +01:00
orangemug
8d1cc340b8
Added new features text-writing-mode and *-sort-key
2019-10-10 08:52:36 +01:00
orangemug
db9ad86ac2
Filter empty strings in <FontInput/>
2019-06-21 08:05:09 +01:00
orangemug
a066710bfb
Always put an empty field and the end of the FontInput and remove blank fields if empty
2019-06-21 07:58:43 +01:00
orangemug
52740483b6
Merge remote-tracking branch 'upstream/master' into fix/issue-509
2019-06-20 20:40:22 +01:00
orangemug
2ec6a90dc3
Allow removal of properties.
2019-06-19 20:34:28 +01:00
orangemug
cc8fe4e02e
Fix for buggy string/number inputs when inputting invalid of intermediate values
2019-05-18 15:56:14 +01:00
Alexander Clausen
aa92091d2d
IconInput value type should be string, not array
2019-01-06 18:07:38 +01:00
pathmapper
419e62f69b
Add z-index to autocomplete
2018-10-31 18:53:15 +01:00
Orange Mug
906d7ac3d5
Merge pull request #411 from orangemug/fix/autocomplete-only-autocomplete-strings
...
Stop autocomplete crashing the editor
2018-10-12 19:24:35 +01:00
orangemug
588b18d10e
Only render strings in the autocomplete menu.
...
Expression objects were making there way into this menu which was crashing the editor.
2018-10-11 21:39:52 +01:00
orangemug
889005de6c
Set default value of autocomplete shouldItemRender value param as sometimes it's undefined
2018-10-09 21:11:47 +01:00
orangemug
012e4b670e
Updated mapbox-gl and react-sortable-hoc usage
2018-10-08 09:32:21 +01:00
orangemug
cf3650c8cd
Updated react-icons
2018-10-06 16:38:08 +01:00
orangemug
26ff9f63bb
Merge remote-tracking branch 'upstream/master' into fix/remove-componentWillUpdate
...
Conflicts:
src/components/map/MapboxGlMap.jsx
src/components/modals/ExportModal.jsx
2018-09-10 14:46:52 +01: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
orangemug
1aa90bef37
Removed componentWillUpdate
2018-08-06 22:27:03 +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
51a115d65a
Disable spell checking on <input>'s
2018-05-17 13:44:54 +01:00
orangemug
77da0a6d30
React v16.3.0 fixes.
2018-05-17 11:24:39 +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
oterral
b62533fa3e
Use a fixed position for autocomplete menu
2018-04-13 15:55:16 +02:00
orangemug
6138257a89
Remove logging.
2018-04-10 12:52:59 +01:00
orangemug
4215b5808f
Merge remote-tracking branch 'upstream/master' into fix/web-driver-tests-v6-circleci-config
...
Conflicts:
package-lock.json
src/components/inputs/AutocompleteInput.jsx
2018-01-22 09:57:54 +00:00
orangemug
721f9b36b3
Added missing shouldItemRender to <Autocomplete/>. #219
2018-01-19 12:11:34 +00:00
orangemug
a33d1b819c
Autocomplete fixes #218
2018-01-19 11:58:25 +00:00
orangemug
942b2240a7
Added more webdriver tests testing against a real browser.
2018-01-05 17:45:55 +00:00
Orange Mug
ed98db8ae3
Merge pull request #199 from orangemug/fix/issue-97-layer-list-cutoff
...
Fixed layer list cutoff (#97 )
2017-11-29 19:30:19 +00:00
orangemug
33fdc52667
Added MAX_HEIGHT constant.
2017-11-29 10:29:11 +00:00
orangemug
b60d101d42
Fixed PropTypes typo.
2017-11-29 10:19:22 +00:00
orangemug
030d469d7c
Broke <FunctionSpecField/> into smaller parts.
2017-11-17 17:17:53 +00:00
orangemug
401c920e47
Fix to keep autocomplete menu within window bounds.
2017-11-08 15:44:43 +00:00
orangemug
8234c51412
Fixed eslint errors.
2017-11-08 08:47:36 +00:00
orangemug
9bc603a510
Update to use prop-types module in components.
2017-11-06 15:32:04 +00:00
bartvde
a3e3b9dfe3
Put key on the right element
2017-06-29 10:20:24 -05:00
Torben Barsballe
2adb1bf917
Add DynamicArrayInput for handling variable-length array fields
2017-05-29 14:32:05 -07:00
orangemug
a53d7763ba
Added layer comments via 'metadata.maputnik:comment' (issue #28 )
2017-03-07 12:25:23 +00:00
Lukas Martinelli
5c286f8d96
Remove static fontstacks.json
2017-01-25 13:47:37 +01:00
jirik
3b7fb7ae75
Fix checkbox not showing status
2017-01-16 15:13:02 +01:00
jirik
fab004cdfe
StringInput fires change if state and props values do not match
...
Now it is also possible to call onChange listener if new value is empty string
2017-01-16 15:12:03 +01:00
Lukas Martinelli
196d9f0a10
Move add modal to layer list
2017-01-11 15:59:51 +01:00
Lukas Martinelli
fed1f09434
Remove last style configs in JS
2017-01-11 14:11:45 +01:00
Lukas Martinelli
840778b64f
Remove JS input config
2017-01-11 14:03:48 +01:00
Lukas Martinelli
0908856b4f
Restructure CSS more
2017-01-11 13:34:38 +01:00
Lukas Martinelli
b51354ae1d
All important stuff is in CSS now
2017-01-11 11:35:33 +01:00
Lukas Martinelli
9ef24428fe
Style open modal
2017-01-11 09:35:48 +01:00
Lukas Martinelli
4a75b0381b
Move style code to CSS
2017-01-10 21:28:30 +01:00
Lukas Martinelli
104d6311ec
Add missing IconInput
2017-01-10 14:05:46 +01:00