Commit graph

2554 commits

Author SHA1 Message Date
0xflotus
a177ce7188
Merge pull request #1 from 0xflotus/patch-2
fixed grammar
2020-04-24 17:02:31 +02:00
0xflotus
aa33fa35e2
fixed grammar 2020-04-24 17:01:50 +02:00
0xflotus
8aeaf9a1a4
(ger): updatet grammar in some translations 2020-04-24 16:54:43 +02:00
Matic Trebusak
ea30fadf31 Polished Slovenian translations 2020-04-24 16:34:52 +02:00
Matic Trebusak
1ac4ca93a7 Added Slovenian translations 2020-04-24 11:44:27 +02:00
Anh Hong
7bc5bb0f6f
Add require module for draggable 2020-04-24 10:54:32 +07:00
Anh Hong
8a74cbbeee
Add draggable of jquery-ui
Fixed #687, #688
2020-04-24 08:37:09 +07:00
Peter Cottle
3f3f32b5ea
Merge pull request #686 from pcottle/fixJqueryUI
Woohoo, fix jquery UI
2020-04-23 09:29:04 -07:00
Peter Cottle
ef2e81563d
Merge branch 'master' into fixJqueryUI 2020-04-23 09:28:54 -07:00
Peter Cottle
a41c3b9792
Merge pull request #684 from pcottle/dependabot/npm_and_yarn/jquery-3.4.0
Bump jquery from 1.12.4 to 3.4.0
2020-04-23 09:25:42 -07:00
Peter Cottle
d3bc42c936 Woohoo, fix jquery UI 2020-04-23 09:06:03 -07:00
dependabot[bot]
0e7b9594ab
Bump jquery from 1.12.4 to 3.4.0
Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-22 18:31:57 +00:00
Peter Cottle
392805802b
Merge pull request #683 from pcottle/revertJquery
Revert jquery back to 1.8 or above
2020-04-22 11:31:17 -07:00
Peter Cottle
61e0275ae1 Revert jquery back to 1.8 or above 2020-04-22 10:06:17 -07:00
Peter Cottle
3c8836099f
Merge pull request #681 from pcottle/dependabot/npm_and_yarn/jquery-3.4.0
Bump jquery from 1.12.4 to 3.4.0
2020-04-21 10:36:26 -07:00
dependabot[bot]
258e3b5aad
Bump jquery from 1.12.4 to 3.4.0
Bumps [jquery](https://github.com/jquery/jquery) from 1.12.4 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/1.12.4...3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-21 17:33:23 +00:00
Peter Cottle
e844de48a0
Merge pull request #680 from hong4rc/optimize
Optimize load js and minify css+html
2020-04-21 10:32:52 -07:00
hongarc
eaa2412084 minify css+html, move font to assets 2020-04-21 21:45:35 +07:00
hongarc
b02a4b1bf7 merge jquery-ui to bundle 2020-04-21 21:44:42 +07:00
hongarc
fbe3312398 defer parsing of JavaScript 2020-04-21 19:12:29 +07:00
Peter Cottle
ec6f612fca
Merge pull request #678 from MrMcKracken/master
Fixed typo in german translation
2020-04-16 21:05:10 -07:00
MrMcKracken
592759ef24
Fixed typo in german translation
(_ohne_ ihne vorher ...)  --> (_ohne_ ihn vorher ...)
2020-04-16 07:26:35 +02:00
Peter Cottle
eba36c3668
Merge pull request #677 from orsifacundo/master
es_AR translation & es_ES corrections
2020-04-15 11:53:28 -07:00
CuFa
9d31f02d6b es_AR translation & es_ES corrections 2020-04-14 02:22:25 +00:00
Peter Cottle
1f496930fc
Merge pull request #676 from Zepmanbc/fetchRebase_translate_french_correction
fetchRebase.js French translation correction
2020-04-12 11:16:28 -07:00
ZepmanBC
d17d9c80c8 fetchRebase.js French translation correction 2020-04-12 11:28:35 +02:00
Peter Cottle
6171afbaac
Merge pull request #674 from jeonhyun97/master
korean translation typo revised & some improvement for polite speech
2020-04-09 11:07:26 -07:00
Hyeon Jeon
4346f3f5b6 korean translation typo revised & some improvement for polite speech 2020-04-07 17:27:28 +09:00
Peter Cottle
e1f7c3677a
Merge pull request #673 from esinmy/master
Russian translation is supplemented for level intro2.
2020-04-06 09:48:48 -07:00
Maxim Esin
8fafa9e0f9 Russian translation is supplemented for level intro2. 2020-04-04 23:24:41 +03:00
Peter Cottle
70c1589d31
Merge pull request #672 from Hongarc/patch-2
Using the production build of React
2020-03-31 08:49:42 -07:00
Anh Hong
753c4dbc71
chore: using the production build of React 2020-03-31 12:31:15 +07:00
Peter Cottle
67664cc2c0
Merge pull request #670 from Hongarc/fix/unmount
fix: `CommandView` don't need to unmount itself
2020-03-30 08:12:30 -07:00
Peter Cottle
21a479578e
Merge pull request #669 from Hongarc/fix/storage
fix: keep `localStorage`
2020-03-30 08:11:03 -07:00
Peter Cottle
0891dc2c83
Merge pull request #668 from Hongarc/key-mirror
refactor: use existing `keyMirror`
2020-03-30 08:09:57 -07:00
hongarc
562843fa2e fix: CommandView don't need to unmount itself 2020-03-30 10:25:49 +07:00
hongarc
09dc54c76a fix: keep localStorage 2020-03-30 07:35:59 +07:00
hongarc
a34a522ba9 refactor: use existing keyMirror 2020-03-30 07:28:03 +07:00
Peter Cottle
699d5ffb71
Merge pull request #667 from pcottle/fixes660
Issue #660 -- fix non-deterministic ordering of commits
2020-03-29 17:10:17 -07:00
Peter Cottle
278004f957 Issue #660 -- fix non-deterministic ordering of commits 2020-03-29 17:05:57 -07:00
Peter Cottle
9f2c599d82
Merge pull request #662 from stefan-niedermayr/translateLevelLockedMaster2German
Implemented german translation of lockedMaster level.
2020-03-29 16:29:33 -07:00
Peter Cottle
be7807c3da
Merge pull request #666 from pcottle/addDeploy
Try to add deploy command to gulp
2020-03-29 16:29:21 -07:00
Peter Cottle
8c25dae8da Try to add deploy command to gulp 2020-03-29 16:25:20 -07:00
Peter Cottle
ef48f02661
Merge pull request #665 from pcottle/pr657followups
Quick followups to PR #657
2020-03-29 16:04:17 -07:00
Peter Cottle
21cc5e7382 Quick followups to PR #657 2020-03-29 15:57:55 -07:00
Peter Cottle
57caf3dc09
Merge pull request #657 from Hongarc/gulp
chore: use `gulp` instead of `grunt`
2020-03-29 15:55:32 -07:00
Peter Cottle
fc36652758
Merge pull request #664 from cbobinec/addFrenchLockedMaster
add french translation to lockedMaster
2020-03-27 20:38:52 -07:00
Peter Cottle
0544dc6694
Merge pull request #663 from cbobinec/fixMissingFrench
Fix missing french translation
2020-03-27 20:22:15 -07:00
cbobinec
549d9bb721 add french translation to lockedMaster 2020-03-27 16:56:23 +01:00
cbobinec
91397615ae Fix missing french translation 2020-03-27 08:57:55 +01:00