Orange Mug
5e7fd4f93c
Update src/components/inputs/UrlInput.jsx
...
CORs -> CORS
Co-Authored-By: pathmapper <pathmapper@posteo.de >
2019-10-27 19:07:49 +00:00
orangemug
225e5c48e4
Fixed lint error.
2019-10-27 17:38:57 +00:00
orangemug
e728e5f7e4
Exposed onInput in <UrlInput/>
2019-10-27 17:35:56 +00:00
orangemug
f0371b41b1
Also validate on constructor
2019-10-27 17:27:50 +00:00
orangemug
f39fb34f36
Protocol logic and lint fixes.
2019-10-27 17:15:17 +00:00
orangemug
566201fb45
Added UrlInput component to tidy things up a little.
2019-10-27 17:08:23 +00:00
orangemug
affeb7c751
Fixed lint errors.
2019-10-19 12:21:38 +01:00
orangemug
9743361e0d
Added back in 'light position' and 'center' with fixes for <ArrayInput/>
...
This also improves the usage of *-translate which uses the <ArrayInput/>
2019-10-19 12:16:56 +01:00
orangemug
eac7656786
<NumberInput/> unsetting fix.
2019-10-16 21:57:29 +01:00
orangemug
8c760bb810
Added default support to <EnumInput/>
2019-10-16 10:12:59 +01:00
orangemug
3a558412ba
Merge remote-tracking branch 'upstream/master' into feature/added-light-property-support
2019-10-16 08:16:28 +01:00
orangemug
eb8686325c
Fixed typo in export.
2019-10-16 08:13:37 +01:00
orangemug
92ee50a4a4
Added default support to <ArrayInput/>
2019-10-16 07:36:30 +01:00
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