monkeytype/backend
Jack 9ca477da54
Added tape mode (#2862)
* added config param for tape mode

* added settings section

* added commands

* moving caret to the correct place with tape mode is active

* only jumping line when not using tape mode

* prettier

* scrolling tape

* restarting test when tape mode changed

* showing one line when tape mode is active

* added function for scrolling words horizontally

* scrolling tape when layout emulator is enabled

* removed left margin when tape is active

* disable tape for some challenges

* fixed incorrect caret position when going back to a previous word

* ignoring no-this-alias

* fixed lines scrolling to often when tape mode was disabled

* storing caret width in a variable

* not allowing tape mode and show all lines together

* removed unnecessary comment
2022-04-24 17:04:46 +02:00
..
anticheat added anticheat stub 2022-02-22 22:50:47 +01:00
api Added tape mode (#2862) 2022-04-24 17:04:46 +02:00
constants (Backend) Ability to make Quotes Favorite (#2826) rizwanmustafa 2022-04-14 22:53:44 +02:00
credentials chores: fix typo and push backend/credentials directory (#2224) 2021-12-28 21:03:07 +01:00
dao Fix Collection Types (#2864) 2022-04-24 01:37:05 +02:00
documentation Final touches/tuning for ApeKeys (#2663) 2022-03-09 19:40:35 +01:00
init Fix Collection Types (#2864) 2022-04-24 01:37:05 +02:00
jobs Converted leaderboards DAO to typescript (#2843) 2022-04-21 12:24:13 +02:00
middlewares (Backend) Ability to make Quotes Favorite (#2826) rizwanmustafa 2022-04-14 22:53:44 +02:00
tasks Migrate redis client and configuration client from class syntax (#2802) 2022-04-05 12:41:20 -04:00
types Fix Collection Types (#2864) 2022-04-24 01:37:05 +02:00
utils Fix Collection Types (#2864) 2022-04-24 01:37:05 +02:00
.gitignore fixed ignore 2022-03-07 14:39:09 +01:00
app.ts Migrate middlewares to TypeScript (#2574) 2022-02-23 10:03:38 -05:00
example.env Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
package-lock.json Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
package.json Fixed versions (#2851) 2022-04-21 12:28:30 +02:00
server.ts Migrate redis client and configuration client from class syntax (#2802) 2022-04-05 12:41:20 -04:00
tsconfig.json Add public api docs (#2656) by bruce 2022-03-09 13:02:37 +01:00
version.ts v1.14.1 (#2745) 2022-03-21 21:22:47 +01:00