Peter Cottle
|
21fbde2c31
|
finish
|
2024-06-18 16:24:57 +09:00 |
|
Peter Cottle
|
a3cfd3bb88
|
Resolves #1152 -- close level window on close button click
|
2024-06-18 16:24:17 +09:00 |
|
Peter Cottle
|
ad95c98ef2
|
#1149 keep command visible and have small link to reset animation
|
2024-05-27 21:50:23 -04:00 |
|
Peter Cottle
|
dd4233d7e2
|
Revert "make modal draggable" PR #1146
This reverts commit e5cab6a646 .
|
2024-05-14 08:22:55 -04:00 |
|
hiroto22
|
e5cab6a646
|
make modal draggable
|
2024-05-13 21:57:37 +09:00 |
|
Netz
|
7a55e66b37
|
#937 - Fix advancing to the next screen
|
2023-05-05 18:48:29 +02:00 |
|
Netz
|
aa8f51713f
|
#937 - Solution proposal
|
2023-05-04 20:28:57 +02:00 |
|
Peter Cottle
|
0bec45844c
|
Resolves #1058 -- dont show cancel button when in teaching mode
|
2023-02-19 16:41:26 -07:00 |
|
Peter Cottle
|
3f93bff88f
|
Resolves #1045 -- fix click events for level builder
|
2022-12-20 09:25:18 -07:00 |
|
Peter Cottle
|
6442e770f1
|
Fix level icon solved status
|
2022-10-21 11:56:52 -06:00 |
|
Ulysse ARNAUD
|
ee1a22d667
|
Accessibility: Levels are links
|
2022-10-19 11:52:33 +02:00 |
|
Ulysse ARNAUD
|
0f450f6568
|
Solved issue with console input not triggered
|
2022-10-11 12:21:41 +02:00 |
|
Ulysse ARNAUD
|
7d559281c9
|
Changed className to classList
|
2022-10-10 09:51:46 +02:00 |
|
Ulysse ARNAUD
|
2bd4d44190
|
Inert attribute for content outside of modal
|
2022-10-10 09:42:16 +02:00 |
|
Peter Cottle
|
27e6454aa0
|
Resolves #987 -- start goal on the right
|
2022-09-03 11:19:32 -07:00 |
|
Anh Hồng
|
1278fe4b03
|
fix: tab to replace command only shadow have value
|
2022-02-25 16:20:27 +07:00 |
|
Anh Hồng
|
208d7e3038
|
fix: right shadow and support multiple command
|
2022-02-25 16:06:01 +07:00 |
|
Anh Hồng
|
54996c355b
|
chore: bump all version and update code
|
2022-02-25 00:21:07 +07:00 |
|
Peter Cottle
|
63b07c03a4
|
Revert "fix: update import module marked "
This reverts commit adbf49acd7 .
|
2022-02-22 07:02:00 -07:00 |
|
Anh Hồng
|
adbf49acd7
|
fix: update import module marked
|
2022-02-19 09:19:38 +07:00 |
|
Peter Cottle
|
d4e423eab5
|
[AutoComplete] Suggest some commands above others
|
2022-02-11 10:44:31 -07:00 |
|
Amir Kabiri
|
863d6cfd5e
|
autocomplete implemented
|
2022-02-11 11:24:17 +03:30 |
|
YourSenseiCreeper
|
4badd19eb9
|
Other minor translations
|
2021-02-08 18:26:37 +01:00 |
|
YourSenseiCreeper
|
c36e9354b2
|
Another chunk of polish translation
Moreover I added a translation for buttons
after passing a level
|
2020-12-29 23:39:01 +01:00 |
|
Anh Hong
|
d01271e654
|
Using marked instead of markdown
|
2020-05-13 13:18:31 +07: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
|
d3bc42c936
|
Woohoo, fix jquery UI
|
2020-04-23 09:06:03 -07:00 |
|
Hongarc
|
10bcc0a02f
|
Remove all white space at end of line
|
2019-04-22 06:44:05 +07:00 |
|
Hongarc
|
e6d7edd130
|
Create simple debounce and throttle instead of _.
|
2018-12-05 12:08:41 +07:00 |
|
Hongarc
|
27ef578b2e
|
Remove 16 underscore requires
|
2018-12-01 13:04:24 +07:00 |
|
Hongarc
|
bd8009386d
|
Use 'Array.prototype.forEach' instead of '_.each' and '_.forEach'
|
2018-12-01 11:28:04 +07:00 |
|
Hongarc
|
ce61c97cf0
|
Replace '_.keys' to 'Object.prototype.keys'
|
2018-12-01 08:34:39 +07:00 |
|
Hongarc
|
dddf063146
|
Replace '_.filter' to 'Array.prototype.filter'
|
2018-12-01 08:27:01 +07:00 |
|
Hongarc
|
e324e51587
|
Replace '_.reduce' to 'Array.prototype.reduce'
|
2018-12-01 08:22:40 +07:00 |
|
Hongarc
|
7af2db3da5
|
Replace '_.map' to 'Array.prototype.map'
|
2018-12-01 08:20:42 +07:00 |
|
Hongarc
|
489a4b9095
|
change '_.clone(..args)' to 'Object.assign({}, ..args)'
|
2018-12-01 06:37:25 +07:00 |
|
Hongarc
|
052aa1e299
|
change '_.extend' to 'Object.assign'
|
2018-12-01 06:07:06 +07:00 |
|
Hongarc
|
41bb6d1bd7
|
Fix more typo, ' and some word
|
2018-11-30 22:11:38 +07:00 |
|
Hongarc
|
694f414e22
|
Fixed typos in comments and strings
|
2018-11-29 01:38:01 +07:00 |
|
Peter Cottle
|
780f53e226
|
Resolves #486 -- easier to understand button labels when interactive rebasing
|
2018-09-30 21:47:09 -07:00 |
|
Peter Cottle
|
a5352218a1
|
Resolves #415 -- prevent tab from losing focus
|
2017-03-12 18:59:42 -07:00 |
|
AlexByte
|
d21317d2ab
|
Fix showing text cursor after page load
|
2017-03-12 04:49:05 +03:00 |
|
Peter Cottle
|
7dfacd7ede
|
Resolves #411 -- huge overhaul of cursor rendering and logic, zoom friendly now
|
2017-03-10 19:48:16 -08:00 |
|
Peter Cottle
|
59b579b821
|
Leave title for levels dialog
|
2015-11-30 10:25:16 -08:00 |
|
Peter Cottle
|
01729706d0
|
Resolves #340 Drop alert titles
|
2015-11-30 10:20:52 -08:00 |
|
Oleksandr Redko
|
4b68934ca1
|
Add 'ru_RU' and 'uk' translation of the "Git Demonstration" title
|
2015-11-28 22:24:21 +02:00 |
|
Oleksandr Redko
|
5fdaf2cc9f
|
Add 'uk' and 'ru_RU' translations of the level bar tabs
|
2015-11-21 23:57:28 +02:00 |
|
Peter Cottle
|
7d719f4cff
|
Resolves #331 -- update title of level bar when locale changes
|
2015-11-15 12:05:42 -08:00 |
|
Peter Cottle
|
1b612dc327
|
Small fix for #288
|
2015-06-06 13:12:38 -07:00 |
|