Jacob Anavisca
|
492d1cfa8f
|
url api and updated test
|
2020-02-25 22:36:14 -05:00 |
|
Jacob Anavisca
|
8cc7b525d9
|
Added regex to handle url parts
|
2020-02-25 18:25:56 -05:00 |
|
Andrew Bastin
|
711cabcf9b
|
Merge pull request #605 from AndrewBastin/feat/lint-json
JSON linting in the code editor
|
2020-02-25 17:48:46 -05:00 |
|
Andrew Bastin
|
b9b0745f30
|
Added linting for JSON in the Code Editor
|
2020-02-25 12:09:46 -05:00 |
|
Andrew Bastin
|
f7f4f02d4a
|
Added a JSON parser to evaluate JSON code
|
2020-02-25 12:08:33 -05:00 |
|
Liyas Thomas
|
77b50c0be3
|
Updating tests
|
2020-02-25 20:06:58 +05:30 |
|
Liyas Thomas
|
aeebe5015e
|
Updating tests
|
2020-02-25 19:03:07 +05:30 |
|
James George
|
fbbe1a05a0
|
Merge pull request #596 from dmitryyankowski/feature/prettier-formatting
Feature: Add prettier/pretty-quick formatting w/ Husky pre-commit
|
2020-02-25 18:22:37 +05:30 |
|
James George
|
19bfa3a7c3
|
Merge branch 'master' into feature/prettier-formatting
|
2020-02-25 14:40:25 +05:30 |
|
ahpo
|
13c85b3a45
|
feat(i18n): add Korean
|
2020-02-25 04:08:19 -05:00 |
|
Liyas Thomas
|
8e0adc9514
|
🐛 Fixed primary theme swatch active state
|
2020-02-25 04:08:11 -05:00 |
|
NBTX
|
94ee60b832
|
Improve page load/unload experience (remove FOUCs)
|
2020-02-25 04:07:58 -05:00 |
|
Liyas Thomas
|
00b623d823
|
✅ Updating tests
|
2020-02-25 04:07:32 -05:00 |
|
Dmitry Yankowski
|
d39b190788
|
Add on to prettier with pretty-quick
Pretty-quick will only format files that have been changed since the last commit.
|
2020-02-25 03:59:48 -05:00 |
|
Liyas Thomas
|
09d98cff7d
|
Merge pull request #601 from liyasthomas/i18n
i18n
|
2020-02-25 10:10:30 +05:30 |
|
Liyas Thomas
|
38ec50bf0e
|
Merge branch 'master' into i18n
|
2020-02-25 09:10:20 +05:30 |
|
Liyas Thomas
|
a8c380c67a
|
Merge pull request #599 from liyasthomas/fix/fouc-page-load-unload
Improve page load/unload experience (remove FOUCs)
|
2020-02-25 09:07:13 +05:30 |
|
Liyas Thomas
|
b8a8aa53ba
|
Merge pull request #600 from 9j/i18n
feat(i18n): add Korean
|
2020-02-25 09:06:44 +05:30 |
|
ahpo
|
3b1f232bc0
|
feat(i18n): add Korean
|
2020-02-25 12:21:33 +09:00 |
|
Dmitry Yankowski
|
f846cf32fd
|
Update proxy spec
|
2020-02-24 21:51:36 -05:00 |
|
Dmitry Yankowski
|
48100ead55
|
Commit code with double quotes instead of single quotes
|
2020-02-24 21:06:23 -05:00 |
|
Dmitry Yankowski
|
3bd7c00038
|
Set semi to false in .prettierrc
|
2020-02-24 21:05:52 -05:00 |
|
Liyas Thomas
|
6962d22142
|
🐛 Fixed primary theme swatch active state
|
2020-02-25 06:43:39 +05:30 |
|
John Harker
|
a4014c3f39
|
Merge branch 'master' into fix/fouc-page-load-unload
|
2020-02-25 00:13:09 +00:00 |
|
NBTX
|
4758acc413
|
Improve page load/unload experience (remove FOUCs)
|
2020-02-25 00:09:56 +00:00 |
|
Liyas Thomas
|
939ffcd42a
|
✅ Updating tests
|
2020-02-25 05:06:40 +05:30 |
|
Dmitry Yankowski
|
070a830eaa
|
Fix local build
|
2020-02-24 15:13:20 -05:00 |
|
Dmitry Yankowski
|
c635d21180
|
Fix package-lock.json file
|
2020-02-24 15:11:01 -05:00 |
|
Dmitry Yankowski
|
19c9c5491b
|
Revert "Ignore build.js file (Prettier)"
This reverts commit c2befaee46.
|
2020-02-24 14:56:39 -05:00 |
|
Dmitry Yankowski
|
c2befaee46
|
Ignore build.js file (Prettier)
|
2020-02-24 14:54:32 -05:00 |
|
Dmitry Yankowski
|
7dc702c626
|
Merge branch 'master' into feature/prettier-formatting
|
2020-02-24 14:26:43 -05:00 |
|
Dmitry Yankowski
|
b8b2dfda76
|
Change yarn to npm run
|
2020-02-24 13:59:12 -05:00 |
|
Dmitry Yankowski
|
97f5ffc8ae
|
Remove the ts,tsx from prettier function
We aren't using Typescript here, so let's remove it
|
2020-02-24 13:55:04 -05:00 |
|
Dmitry Yankowski
|
241abd3c50
|
Final prettier formatted file
|
2020-02-24 13:45:18 -05:00 |
|
Dmitry Yankowski
|
777e629b3d
|
Initial prettier formatted files
|
2020-02-24 13:44:50 -05:00 |
|
Dmitry Yankowski
|
1543c990ca
|
Fix prettier function
|
2020-02-24 13:44:14 -05:00 |
|
Dmitry Yankowski
|
b0f5ab9776
|
Add prettier/husky config
|
2020-02-24 13:38:24 -05:00 |
|
Andrew Bastin
|
fdedaa073a
|
Merge pull request #595 from dmitryyankowski/master
Added settings toggle for enabling/disabling auto scrolling (scrollInto functionality)
|
2020-02-24 12:53:50 -05:00 |
|
jamesgeorge007
|
f8d032d9fc
|
fix: regression
|
2020-02-24 22:57:35 +05:30 |
|
jamesgeorge007
|
64e20a1350
|
fix: enable auto scroll by default
|
2020-02-24 22:26:13 +05:30 |
|
Dmitry Yankowski
|
0c8eea65a5
|
Added toggle for enabling/disabling auto scrolling (scrollInto functionality)
|
2020-02-24 10:54:22 -05:00 |
|
Liyas Thomas
|
08bb47da1d
|
🔖 v1.9.0
v1.9.0
|
2020-02-24 18:43:14 +05:30 |
|
Liyas Thomas
|
4fad3808a2
|
🔖 v1.9.0
|
2020-02-24 18:36:14 +05:30 |
|
Liyas Thomas
|
f05a875a05
|
Merge pull request #591 from liyasthomas/feature/env-manager
Environment Mangement
|
2020-02-24 14:14:18 +05:30 |
|
Liyas Thomas
|
4f7f2ba361
|
Merge branch 'master' into feature/env-manager
|
2020-02-24 13:52:30 +05:30 |
|
Liyas Thomas
|
0cfe87e65c
|
Updated contributors list
|
2020-02-24 12:21:00 +05:30 |
|
Andrew Bastin
|
5ec9944f2a
|
Merge pull request #594 from AndrewBastin/feat/post-raw-type-handle
POST request body editor reacts to the content type
|
2020-02-24 00:44:16 -05:00 |
|
Andrew Bastin
|
fa339a5183
|
Updated POST request body to react to the Content Type
|
2020-02-23 23:24:23 -05:00 |
|
Andrew Bastin
|
5936a06ad1
|
Added editorutils file with a utility function to convert mimetype to editor modes
|
2020-02-23 23:23:18 -05:00 |
|
Jacob Anavisca
|
c21bbf1022
|
Merge branch 'master' into feature/env-manager
|
2020-02-23 22:21:55 -05:00 |
|