Commit graph

1342 commits

Author SHA1 Message Date
George The Bot
b7ea6cb7d4
Added more quotes (#1993) 2021-10-12 00:42:09 +01:00
Jack
3e64f30b6a fixed pb tables popup not styled correctly 2021-10-11 19:23:12 +01:00
Jack
9ed2855aa4 added supporter 2021-10-11 16:47:30 +01:00
Jack
50aec0b9e7 added captcha to quote submission 2021-10-11 16:02:27 +01:00
Jack
bb490fca9d fixed tags and preset popups not being styled. closes #1988 2021-10-11 14:41:58 +01:00
Jack
5275e16f34 added warning message to quote submission form 2021-10-10 23:44:13 +01:00
Jack
cf8d258400
Quote submission (#1984)
* added new-quotes get and add routes

* added new-quotes/approve route to api

* Added front-end for quote submission

* fix language typo, force lowercase language

* Check for duplicate quote

* added unknown language handling to quote-submit

* npm i

* npm i

* language dropdown instead of input field

* mouse down instead click

* styling changes

* moved quotemod check to the controller,
added refuse endpoint,
added ability to approve and edit

* limiting quotes

* added log to quote approve

* added approve quotes button

* typo

* using the correct function, lowered limit

* added quote approve popup

* getting quotes and showing them

* error checking

* error checking

* removed console log

* stylng changes,
added refresh list button

* added disabled class

* styling changes

* handling button clicks
showing langauge and timestamp

* check if user is a quote mod

* approve button handling

* handling quote edit

* showing short quotes in red

* post, not get

* not parsing quote id to int

* parsing to objectid

* updated styling

* fixed lint warnings

* fixed up new quotes dao

* showing loader

* calling function correctly

* typo fix

* fixed wrong path,
fix broken newid,
saving file when file exists,
searching for the quote correctly when attempting to delete

* showing message

* blocking buttons and inputs when waiting for response,
unlocking after response

* deleted workflow

Co-authored-by: lukew3 <lukew25073@gmail.com>
2021-10-10 22:46:35 +01:00
Azirine
2fb29739d0
Update english_5k.json (#1983) by Azirine
Removed duplicates.
2021-10-10 21:48:01 +01:00
Jack
b00148e481 updated the 5k list to use the oxford 5000. closes #1974 2021-10-10 16:52:41 +01:00
Jack
b0db2c47bd Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-10-10 16:44:34 +01:00
Jack
115148323f updated the 5k word list slightly. thanks
impranav16
2021-10-10 16:43:06 +01:00
patpro
dd59f05184
Update french.json (#1981) by p4tpr0
typos, spelling, grammar corrections.
2021-10-10 16:40:32 +01:00
Jack
4783c1ebe4 fix typo 2021-10-10 16:06:02 +01:00
Jack
c80759dded missing change. 2021-10-07 19:06:24 +01:00
Jack
fad01ae125 renamed layout override to layout emulator 2021-10-07 19:06:05 +01:00
Jack
6fc38b1314 updated ads.txt 2021-10-06 18:50:32 +01:00
Jack
a7c882392a updated ads.txt 2021-10-06 18:49:39 +01:00
usrme
521aff2d17
Add Estonian (#1952) by usrme
* add 'estonian', 'estonian_1k', and 'estonian_10k'

* add Estonian

* add Estonian
2021-10-06 13:36:21 +01:00
Dimitri Tabatadze
2dd577220e
Add georgian (#1943)
* added georgian.json

* updated _groups.json

* updated _list.json

Co-authored-by: D-T-6 <tabatadzedima@protonmail.com>
2021-10-04 20:35:45 +01:00
Jack
30246f9f50 capital I 2021-10-03 20:41:35 +01:00
Denis Çerri
e09a71e1dd
Added some Wolf of Wall Street Quotes (#1939)
* Added some Wolf of Wall Street Quotes

* Added Wolf of Wall Street Quotes [Fixed Uppercase words]
2021-10-03 20:40:58 +01:00
Sashin Exists
41362dcf4b
Deleted Katakana words (#1934)
There were a few sneaky katakana words mixed in, I went and deleted them
2021-10-03 15:02:47 +01:00
Jack
f7d2be17d3 unfocusing words on test finish, focusing the result div
maybe will fix #1921
2021-10-02 00:12:43 +01:00
Jack
8fbcdaa10a added bcp code 2021-10-01 23:27:11 +01:00
Meimersdorfer
dcf898b74a
Add german_250k (#1933) by Meimersdorfer
* Add German_250k

* Add 250k

* Update _list.json
2021-10-01 23:26:13 +01:00
Jack
b461d3f4cd added supporter 2021-10-01 20:33:06 +01:00
Jack
d131927fd6 added bcp 47 codes for all languages 2021-10-01 16:37:27 +01:00
Jack
653ae1193c moved tts into its own file, added support for bcp47 codes to enable multilanguage. closes #397 2021-10-01 16:24:50 +01:00
Jack
635e76481b Merge branches 'master' and 'master' of https://github.com/Miodec/monkey-type 2021-09-30 14:32:56 +01:00
Sashin Exists
d8ad67f9df
Add Japanese as a language to Monkeytype (#1919) by sashinexists
* Added Japanese to _groups file

* Added Japanese Hiragana and Katakana to _list.json

* Create japanese_hiragana.json

A list of the most common hiragana only words. That it's only hiragana means all of Monkeytype's features should work just fine.
Tested with custom input on the Mozc and KKC keyboard layouts. You have to press enter to bypass Kanji conversion.

* Create japanese_katakana.json

A list of loan words commonly used in Japan. Everything is in Katakana. This should work with the "Japanese (kana)" keyboard layout.
2021-09-30 14:29:15 +01:00
Jack
041050c869 added osu and hitmarker sounds 2021-09-30 14:28:24 +01:00
Jack
ac23609ab2 added sound on click 5 (typewriter) 2021-09-30 01:06:04 +01:00
SeerLite
c323efea26
Rewrite input system to use <input> content (#1325)
* Rewrite input system to use <input> content

* Tab/Escape, Backspace and Enter are always handled by
  $(document).keydown.
* The rest of characters are handled by either $("#wordsInput").on("input")
  (default) or $(document).keydown (layout emulation).
* New special handling for dead keys, compose keys and diacritics in
  general with the new regex Misc.trailingComposeChars.

input-controller.js has been updated to use the above changes:
* handleBackspace() replaced with simplified backspaceToPrevious().
  On PC, a space is immediately re-added to the end of the input to make
  use of the browser/OS's Backspace. This lets the browser handle input-
  specific things like ctrl+backspace.
* handleSpace() refactored a bit to repeat less logic when word is correct
  or incorrect.

* test-ui.js updated to highlight the Misc.trailingComposeChars
correctly, and also refactored a bit to make logic easier to follow.

* AFK checking has also been simplified, now just set with a boolean
flag (TestStats.) setKeypressNotAfk() instead of checking every key and
modifier press (so incrementKeypressMod() was removed as it wasn't used
for anything else).

* Refactor input controller

New function isCharCorrect().

* Remove caps lock backspace setting

Not supported with the input rewrite anymore because we're relying on the
browser's/OS's actual backspace effects. There's no way to emulate this
keypress.

* Refactor input controller

* Reimplement opposite shift mode

* Reimplement the layout emulator

* Fix replay events for input rewrite

Now it's more flexible for a variable amount of backspacing or letter
replacing.

* Pad input with space to handle backspace on mobile

Backspace isn't fired as an event on current mobile browsers, so I worked
around that by adding a permanent space at the start of the input and
treating its removal as a fallback to Backspace to the previous word.

* Force caret to end of input on focus

Fixes initial selection on iOS.

* Use offsetTop from the DOM instead of TestUI

I didn't wanna mess too much with what happens in test-ui.js. Basically,
on a restart after having completed a test, TestUI.activeWordTop is always
wrong for some reason. This caused swipe/instant input after a restart to
always drop the first few characters.

* Prevent pasting on the input

* Revert "Reimplement opposite shift mode"

This reverts commit 9a716ad39b004f0719b05f486465ea03060430ca.

* Use key code to check opposite shift usage

Today I learned what closure actually meant.

* Accept all whitespace as word space
2021-09-30 00:22:38 +01:00
Jack
3d479d5eb5 reduced image size 2021-09-26 20:31:54 +01:00
Jack
c1b59e9f17 updated apple touch icons 2021-09-25 14:10:24 +01:00
Miodec
5f6b6c15f8 added popup to view all personal bests 2021-09-24 20:22:08 +01:00
Miodec
53e3cea31d updated spelling 2021-09-24 17:00:50 +01:00
Jack
843bee022b removed / adjusted some quotes 2021-09-24 00:38:55 +01:00
Jack
e0b0a809db Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-23 22:56:45 +01:00
Jack
7dc91cd797 fixed indonesian quotes 2021-09-23 22:56:38 +01:00
Michael
b0b48292b9
Fix spelling error in german.json (#1901) by kemonprogrammer
"Frucht" means fruit, "Furcht" means fear.
Additional source: http://www.worte-projekt.de/herbert.html
2021-09-23 22:54:47 +01:00
Jack
fcbfbeb893 fixed chaos theory not working 2021-09-23 14:57:58 +01:00
Miigon
999779677a
completed lazy mode for chinese pinyin (#1866) by Miigon
* completed lazy mode for chinese pinyin

* lazy-mode accent override for pinyin 'ü'

* lazy-mode accent override for chinese pinyin
2021-09-22 14:37:42 +01:00
Jack
c337eac37c balanced words history button spacing 2021-09-21 22:14:16 +01:00
Jack
30a268cd02 added sewing tin light 2021-09-20 22:21:47 +01:00
mTopy
4cc9de70c3
Chaos Theory Theme (#1887) by mTopy
* chaos Theory

* update

* removed footer logo

Co-authored-by: Andrew <acs@jls.cx>
Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-20 21:35:05 +01:00
minicap-cat
007aba99bd
Add Sewing Tin themes (#1890) by minicap-cat
* Add Sewing Tin themes

* add eof newline

* removed light theme

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-20 21:31:39 +01:00
Ren Blanding
7b97298f08
added theme colors for KAM Soaring Skies (#1889) by Hakata-jpn
* added theme colors for KAM Soaring Skies

* updated text color

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-20 21:25:52 +01:00
HasanTheSyrian
a96ae52454
Arabic and Turkish quotes (#1888) by HasanTheSyrian 2021-09-20 21:20:44 +01:00
Philipp Lühmann
7304d51e59
add JetBrains Mono font (#1886) by luehmann
Co-authored-by: Philipp Lühmann <mail@philipp.lu>
2021-09-20 21:19:59 +01:00
zer0-x
d7505dd990
Adding diarcitis to arabic_10k.json (#1878) by ZER0-X 2021-09-19 00:02:56 +01:00
Aaron
971afec8be
Made sure alternate command line shortcut is visible (#1883) by UnrealApex
* Renamed command line setting timer-progress bar

* Made ctrl+shift+p shortcut visible to the user
2021-09-19 00:01:22 +01:00
Miodec
3a83792683 fixed german quotes not working 2021-09-17 13:15:20 +01:00
driazati
0c55dc792f
Remove extra space in "Sign In" link (#1867)
HTML treats newlines as whitespace and collapses it + the spaces down to
a single space which has the underline. This fixes this by tightening up
the `<span>`s

Co-authored-by: driazati <driazati@users.noreply.github.com>
2021-09-17 13:06:26 +01:00
Meimersdorfer
94ae92ec0b
Possible German Quotes fix... (#1870)
* Possible German Quotes fix...

I don't know if this is the problem that caused the quotes not to work, but fixed it anyways.

* Update german.json
2021-09-17 13:05:09 +01:00
Mustafa
68bdb6f083
add diarcitis to arabic.json (#1871) by Mustafa-Asaad-iq 2021-09-17 13:04:39 +01:00
Neris
5df773f63f
Correcting quote (#1875)
* Corrected quote

* Fixed formatting (my bad)
2021-09-17 13:03:51 +01:00
Miodec
c240c84b7f typo 2021-09-17 13:01:45 +01:00
Meimersdorfer
6054511647
New German Quotes (#1865) by Meimersdorfer
Added another 70 new quotes to put it to a total of 500 over all. Don't know whether or not it is all in the right format, but I hope so. Also fixed some typos as I was already on it.
2021-09-15 23:51:03 +01:00
Banzobotic
9c7f455e4c
Added words to british english and removed hyphens (#1864) by Banzobotic
* Many corrections to british english

* Sulfur and gram changes

* Removed accidental whitespace

* Added words from #958

* Removed hyphonated words

* Removed duplicate neighbours
2021-09-15 20:34:05 +01:00
Jack
7df64007fe added neighbors 2021-09-15 14:54:20 +01:00
Jack
c42e30f81f unused file 2021-09-15 13:26:47 +01:00
Banzobotic
c973f1a231
Corrections to British English (#1858) by Banzobotic
* Many corrections to british english

* Sulfur and gram changes

* Removed accidental whitespace
2021-09-14 23:38:16 +01:00
Jack
f9a1c324ba fixed capitalisation 2021-09-14 21:33:47 +01:00
zer0-x
29507fce22
Added Arabic support in lazy mode. (#1856) 2021-09-14 20:41:07 +01:00
Zach Skaistis
13a9925266
added programme to british spelling (#1854)
* removed spaces from words in csharp

* blocked escape command sooner for slower connections

* removed deprecated code

* added programme to british english
2021-09-14 13:39:36 +01:00
Aaron
7936dbff08
Refactored all css animations to use the animation shorthand property (#1853)
* Renamed command line setting timer-progress bar

* Use animation shorthand property
2021-09-14 13:39:18 +01:00
Jack
1d89d47615 typo 2021-09-14 00:43:37 +01:00
Jack
c063012e9e added lazy mode 2021-09-13 17:28:00 +01:00
Zach Skaistis
2b334ba381
fixed esc actually stopping requests on slow connections (#1840) by sphhax
* removed spaces from words in csharp

* blocked escape command sooner for slower connections

* removed deprecated code
2021-09-13 15:45:20 +01:00
Jack
3d57ad2ec9 added licence to the list of british spelling,
using american spelling in the lists
2021-09-13 14:29:35 +01:00
Jack
defde508ab fix typo 2021-09-13 14:14:05 +01:00
Aaron
85b52622c8
Fixed a little typo (#1839) by UnrealApex
* Renamed command line setting timer-progress bar

* Update terms-of-service.html
2021-09-13 13:32:05 +01:00
Michael
44e8312e91
Fix capitalization (#1841) by kemonprogrammer 2021-09-13 13:28:50 +01:00
yourealt
381a06839a
added more javascript quotes (#1843) by yourealt 2021-09-13 13:28:27 +01:00
Jack
250d8055a2 added a 'last 3 months' date filter 2021-09-12 20:13:34 +01:00
Jack
fef89c4623 added terror below 2021-09-12 20:01:06 +01:00
Jack
665d12bdc0 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-12 19:53:48 +01:00
Jack
b93c949929 removed words and quotes that some users might find offensive 2021-09-12 00:36:03 +01:00
iamlambda
db22512191
well, periods.... (#1836) by iamlambda
* adding periods english

* adding periods french

* adding periods italian

* adding periods spanish

* adding periods dutch

* adding periods filipino

* adding periods german

* adding periods icelandic

* adding periods indonesian

* adding periods lithuanian

* adding periods russian

* adding periods thai

* Update icelandic.json

Co-authored-by: lambda <iamlambda@protonmail.com>
2021-09-11 00:25:55 +01:00
Noah K
a09fbe4cbd
Fixed spanish 'á' character (#1827) by nwk6661 2021-09-10 16:47:22 +01:00
wozzy
f92b1f8b3d
fixed typos (#1828) by thienanbeou 2021-09-10 16:47:02 +01:00
Jack
0fdb74ce62 removed bad word 2021-09-10 16:45:05 +01:00
Jack
e9fdececc8 added timer to next update 2021-09-10 15:19:25 +01:00
Jack
b9d07bc144 missing full stop 2021-09-09 19:15:05 +01:00
Jack
04a1c77cfc updated ads 2021-09-09 16:44:02 +01:00
marcoferrari2409
3ed11d40c3
added 3 more file for italian language (#1817) by marcoferrari2409
* Update italian.json

* Update _list.json

* Update _groups.json

* Add files via upload

* Update _list.json

* Update _groups.json

* Delete italian_660k.json

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-09 13:49:21 +01:00
montydrei
866007bf4c
Cleaned up terms and policy pages (#1825) by montydrei
* Typographical errors; style consistency

* Cleaned up some terminology and grammar/style
2021-09-08 22:50:53 +01:00
Jack
ac1415a5c6 added british english mode 2021-09-08 22:30:40 +01:00
Jack
16cfe16e86 american spelling 2021-09-08 22:30:14 +01:00
Jack
541d77836f updated layout of account page pb tables 2021-09-08 20:18:33 +01:00
Pranav Sinha
d0740e01c7
Removed Typo (#1819) by pran01
* Added a delimiter switch

* Added delimiter to wordfilter

* Delimiter Switch to Delimiter Checkbox

* fixed random input fields styling

* regenerated lockfile to version 2

* brought back example.evn

* removed console logs

* removed garbage code

* reverted back delimiter tagline

* solved newline bug in custom

* removed garbage code

* typo removed

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-07 23:54:41 +01:00
Zach Skaistis
4106f1d276
removed spaces from words in csharp (#1821) by sphhax 2021-09-07 23:52:00 +01:00
Jack
f83103727e Merge branch 'leaderboards' 2021-09-07 20:07:11 +01:00
Jack
e7673576fd changed default to 100
renamed function
made the table initially invisible
2021-09-07 00:57:10 +01:00
Jack
5af7e4346a added buttons to jump to top, jump to user rank
scrolling up loads more
scrolling down loads more
2021-09-06 20:36:38 +01:00
Jack
aad64d3415 hidden buttons for now 2021-09-06 17:35:11 +01:00
Jack
c8f8551bc9 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-09-06 15:47:32 +01:00
Mustafa
3bc8fb184b
add more arabic qouts (#1812) 2021-09-06 15:25:03 +01:00
Jack
9fd20ef86c removed extra space 2021-09-06 15:21:52 +01:00
Jack
eccbcfb615 lost stash 2021-09-06 00:00:40 +01:00
Miodec
a797aa176a disabled translation for main words 2021-09-05 14:28:26 +01:00
iuuang
51f828a30a
fixed capitalization of some words and removed some surnames (#1811) by iuuang
* Update spanish_10k.json

changed "not words", bad words and historical figures.

* Update spanish_1k.json

removed not full words and fixed capitalization.

* Update spanish_10k.json

* removed "non-words"

* Changes to Spanish 1k

fine, I'll stop including ü

* Update spanish_1k.json

* fixed capitalization of some words, removed surnames from controversial people
2021-09-03 13:54:30 +01:00
Ronnapatp
ce51d47943
Add thai quotes (#1810) by ronnapatp 2021-09-03 13:53:53 +01:00
Aaron
f9b52177ec
Fixed some grammatical errors in Security Policy (#1809) by UnrealApex
* Renamed command line setting timer-progress bar

* Updated tos, privacy policy, security policy, and contributing files

* Update CONTRIBUTING.md

* typo
fixed text outside of main content div
missing closing li

* removed empty section

* changed wording

* changed h3 to p

* updated header

* updated security policy header

* changed h3 to p
updated header
added missing p tags

* moved script down, added link back to main page

* Fixed grammatical errors

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-09-03 13:53:15 +01:00
Jack
fc995e0baa fixed funbox challenges not loading correctly 2021-09-02 20:47:18 +01:00
susan
caea636d77
adds witch girl theme css and to theme list (#1807) 2021-09-02 18:33:59 +01:00
Jack
f407c7f208 updated the input types to email to hopefully fix some password managers putting the username in the email field 2021-09-01 16:39:25 +01:00
marcoferrari2409
6816a22be6
update italian json (#1782) by marcoferrari2409
* update italian json

* Update italian.json
2021-09-01 16:13:49 +01:00
NottNott
75b611da88
Modify layoutfluid description (#1797) 2021-09-01 16:11:06 +01:00
Jack
e593b8a030 missing periods 2021-09-01 16:08:21 +01:00
Jack
1d9fae3cd5 updated default favicon 2021-08-31 17:18:02 +01:00
Aaron
9a35c62449
Updated tos, privacy policy, security policy, and contributing files (#1770) by UnrealApex
* Renamed command line setting timer-progress bar

* Updated tos, privacy policy, security policy, and contributing files

* Update CONTRIBUTING.md

* typo
fixed text outside of main content div
missing closing li

* removed empty section

* changed wording

* changed h3 to p

* updated header

* updated security policy header

* changed h3 to p
updated header
added missing p tags

* moved script down, added link back to main page

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-31 15:17:21 +01:00
Aaron
661bca3e6f
Added tooltip to submit review button (#1771) by unrealapex
* Renamed command line setting timer-progress bar

* Added tooltip to quote review submit button

* Update index.html
2021-08-31 14:55:09 +01:00
Mustafa
aeb1a47c89
fix tmail duplicate (#1787) by Mustafa-Asaad-iq
delete the duplicate tmail from `_groups.json`
the issue is fixed
2021-08-31 14:36:40 +01:00
Dmitry Samsonov
a00a957524
Improve quality of russian quotes (#1792) by soul-catcher
* remove weird numbers at end of russian quotes

* Improve quality of russian quotes

- Add missing whitespaces
- Add missing letters
- Fix incorrect length
2021-08-31 14:36:19 +01:00
Fukurou Makoto
d41c616670
Addresses Issue #1785 (#1793) by FukurouMakoto
* Fixed Typo in quote ID:5065

* Answers Issue #1785

* added English word to appr. Json

* Added Verzeichnis

* Revert "Added Verzeichnis"
Revert "reverting recent addition"
This reverts commit 9440a76d3e.

* "Added Verzeichnis"
2021-08-31 14:31:01 +01:00
Jack
58dd2aa097 last unsigned result is now correctly saved 2021-08-29 17:35:26 +01:00
Jack
09fd2ac6d7 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-08-29 13:55:27 +01:00
Jack
48271e3bb6 fixed the sub color in iceberg themes 2021-08-29 13:54:46 +01:00
Jack
2f76acb11a changing rate quote icon if quote was already rated. closes #1775 2021-08-29 13:42:45 +01:00
wozzy
e351b23b42
update vietnamese.json (#1772) by thienanbeou
added 80 more more quotes
2021-08-29 13:27:13 +01:00
Aaron
ab36bb7ae3
Fixed a small typo in a quote (#1769)
* Renamed command line setting timer-progress bar

* Fixed a small typo
2021-08-29 13:12:53 +01:00
VNKTSH00
1d35c3a366
Added alphabets by replacing words (#1766)
* Words for tamil language

List of words for language Tamil -தமிழ்

* Update tamil.json

Fixed the last comma as you suggested :)

* Update tamil.json

I took out the words and added the alphabets of the language, so that all these only take one key strokes rather than combinations

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-29 13:12:06 +01:00
Jack
5e1b316053 flipped godspeed sub and text colors 2021-08-28 01:02:27 +01:00
Cory Shaw
074a830ae9
feat: Add Godspeed theme (#1768) by coryshaw1 2021-08-28 01:01:40 +01:00
Jack
100cbc00ce added option to update account name 2021-08-28 00:54:12 +01:00
Jack
db3d25c7ef added quote rating 2021-08-27 20:09:47 +01:00
Jack
95b925d6a8 Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-08-27 12:37:35 +01:00
Jack
7cf3c55b80 fixed incorrect quote length 2021-08-27 12:35:44 +01:00
Jack
2849328775
Add files via upload 2021-08-27 01:18:11 +01:00
Jack
0a6244aa5b
Delete githubbanner.png 2021-08-27 01:18:02 +01:00
Jack
8cde1f9fdc
Add files via upload 2021-08-27 01:16:36 +01:00
Jack
3352d611ea added meta keywords 2021-08-27 00:54:02 +01:00
Jack
e7727c5020 fixed domtoimage causing console log errors 2021-08-26 23:08:31 +01:00
Jack
72a96e92e9 updated social image 2021-08-26 14:33:04 +01:00
Miodec
c1ac7b7287 Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-08-26 14:28:07 +01:00
Miodec
e11a124212 updated logo 2021-08-26 14:27:51 +01:00
Pranav Sinha
3720d995f5
Removed garbage code after PR#1754 (#1762)
* Added a delimiter switch

* Added delimiter to wordfilter

* Delimiter Switch to Delimiter Checkbox

* fixed random input fields styling

* regenerated lockfile to version 2

* brought back example.evn

* removed console logs

* removed garbage code

* reverted back delimiter tagline

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-26 13:36:53 +01:00
Miodec
a931828839 added lato 2021-08-25 20:50:07 +01:00
Pranav Sinha
3df0230c70
Added a delimiter switch (#1754) by pran01
* Added a delimiter switch

* Added delimiter to wordfilter

* Delimiter Switch to Delimiter Checkbox

* fixed random input fields styling

* regenerated lockfile to version 2

* brought back example.evn

* removed console logs

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-25 14:46:37 +01:00
Jack
ba461c1f0c missing key 2021-08-24 20:01:48 +01:00
Jack
eb466d36d9 missing comma 2021-08-24 20:00:56 +01:00
Jack
4a922978b2 removed trailing comma 2021-08-24 20:00:40 +01:00
Moilleadoir
533d854cb9
Add Irish quotes (#1749)
* Add Irish quotes

Add Irish quotes file

* Correct language tag

Right language tag this time
2021-08-24 19:55:01 +01:00
VNKTSH00
83e0ebb02b
Words for tamil language (#1750)
* Words for tamil language

List of words for language Tamil -தமிழ்

* Update tamil.json

Fixed the last comma as you suggested :)
2021-08-24 19:54:42 +01:00
Jack
4aaa8dbb21 added atkinson hyperlegible font 2021-08-24 01:46:53 +01:00
Yultax
51d3ceebcb
Update turkish.json (#1753)
* Update turkish.json

Added 600+ new words.
Sorry for the pull request that I accidentally made a mistake on it previously(5 minutes ago), i wanted removed the "devam etmek" item from the words array because it consists of 2 words so I'm not sure about keeping it in "words" category.

* Created turkish_1k.json

Added 1000+ words!

* Update turkish.json
2021-08-24 00:59:00 +01:00
Mustafa
c31f3c2a70
fix bug and add more words arabic (#1756) 2021-08-24 00:58:21 +01:00
Jack
f2e1063b13 fixed accuracy requirement 2021-08-23 15:22:13 +01:00
Corey
25ec1c54e7
Auto-assigning challenge roles for discord (corey <-- real) (#1751)
* sending bot command to db

* verifying challenge completion

* added requirements

Co-authored-by: Corey <coreybergeron1@gmail.com>
2021-08-23 15:07:13 +01:00
Jack
7b9a9af3fa added display string and requirements to challenges 2021-08-22 16:43:02 +01:00
shishberg
87287532aa
Pseudolang funbox mode - gibberish, but more wordlike (#1722)
* add wordset

* added withWords

* add Gibberish class

* add gibberish2 funbox

* rename gibberish2 to jabberwocky

* add CharDistribution to improve memory efficiency; move funbox check into Wordset

* cleanup

* prettier

* more meaningful description

* added some comments and clarified some names

* fix after rename

* s/jabberwocky/pseudolang/
2021-08-22 12:30:30 +01:00
Mustafa
72ef29b74c
fix arabic_10k.json & add more qouts (#1745) 2021-08-22 11:09:34 +01:00
Jack
7b363cb5f1 fixed focus animations 2021-08-22 00:30:13 +01:00
Miodec
206a7d7c5d Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-08-21 13:23:56 +01:00
Miodec
c442726649 updated preset and discord settings group descriptions 2021-08-21 13:21:46 +01:00
Mustafa
8a8d814a1d
update arabic.json add more qoutes (#1739)
I add 15 qoutes some of them are under 60 character but this is arabic it's differnet from english it has more letters and diacritics (harakat) so the qoutes will be  shorter 
also I will add more in the future maybe 10 every few days
2021-08-21 12:49:57 +01:00
Aaron
7d72f568c9
Added Bob Ross Quotes🖌️🎨🖼 (#1740)
* Renamed command line setting timer-progress bar

* Actually fixed merge conflict

* Removed "short" quotes
2021-08-21 12:49:30 +01:00
iuuang
c882c49246
corrected spanish 1k (#1738)
* Update spanish_10k.json

changed "not words", bad words and historical figures.

* Update spanish_1k.json

removed not full words and fixed capitalization.

* Update spanish_10k.json

* removed "non-words"

* Changes to Spanish 1k

fine, I'll stop including ü

* Update spanish_1k.json
2021-08-18 14:14:43 +01:00
Yultax
1e1d835228
Added some quotes and fixed a typo. (#1730)
* Update turkish.json

There is a typo, the word "tabi" is even has a meaning too but it's not common used in Turkish language and probably it meant to be "tabii"(means of course). I don't know is this even a problem but i wanted to notify you about that.

* Update turkish.json

Added some quotes.
2021-08-18 12:26:07 +01:00
Fukurou Makoto
0daa867120
Fixed Typo in quote ID:5065 (#1729) 2021-08-18 12:25:42 +01:00
Miodec
bc692f0108 updated ads.txt 2021-08-18 12:10:38 +01:00
Miodec
d9fa296478 removed asd 2021-08-17 18:54:38 +01:00
Miodec
f5dd318f79 hiding danger zone account specific sections when not logged in 2021-08-17 18:39:23 +01:00
Miodec
ea4f3bcc5d Merge branch 'mongo' 2021-08-17 18:13:04 +01:00
Miodec
68255f5ebe font awesome update 2021-08-16 23:16:03 +01:00
Miodec
0578a380d5 updated fa link 2021-08-16 21:38:28 +01:00
Miodec
cd3f95ba97 fixed id's 2021-08-16 15:35:55 +01:00
Meimersdorfer
54114b3168
Update german quotes (#1723)
* Update german.json

* Update german.json
2021-08-16 15:34:32 +01:00
Jeroen Meijer (Jay)
1330630286
feat: add dart language support (#1720)
* feat: add dart language support

* update dart words

* chore: add impements and Set words
2021-08-16 15:33:23 +01:00
George The Bot
43e3495acc
Added more quotes (#1715)
* added quotes

* fixed conflict

* Added quotes from Discord

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-08-16 15:32:55 +01:00
Jack
dba17c2e7b Merge branch 'master' of https://github.com/Miodec/monkey-type 2021-08-09 17:43:30 +01:00
Jack
171bbeeee5 somehow this works for disabling autocomplete? weird 2021-08-09 17:43:22 +01:00
AronF
fb5febfc7d
Added quotes for Icelandic (#1711) by AronF 2021-08-09 11:03:26 +01:00
Miodec
0448a425d4 changed the way char stats are stored and displayed 2021-08-06 18:42:02 +01:00
Jorge Martinez
9287ae64c6
fixes #1702 : removed spaces in all entries and deleted resulting duplicate words (#1707) by jamartinezc
* removed spaces in all entries and deleted resulting duplicate words

* added 2 more words to spanish.json to complete 200 after fix

Co-authored-by: Jorge Martínez <jorgemartinez.globant@latam.com>
2021-08-06 14:27:53 +01:00
Jack
b8dc82101d changed midnight text color to white 2021-08-05 23:27:49 +01:00
Jack
15f05826c1 added a search icon to the command line input 2021-08-05 23:23:57 +01:00
Miodec
d802d24bfb placed carets inside the words wrapper to make them invisible outside the words area 2021-08-05 13:38:04 +01:00
Rohit Kumar Saini
3df54b7481
Leaderboard is responsive now (#1698) by rockingrohit9639
* leaderboard is now responsive

* leaderboard is now responsive

* leaderboard is responsive now

* Update style.scss

* responsive on tablet/mobile

* fixed buttons

* specifying leaderboards id
placing tables underneath eachother earlier
fixed title being bound by screen width

Co-authored-by: Miodec <bartnikjack@gmail.com>
2021-08-04 13:11:30 +01:00
Miodec
967ea04734 fixed incorrect langauge name 2021-08-04 12:36:53 +01:00
thienanbeou
d91a150023
update vietnamese.json (#1704) by thienanbeou
removed duplicated words, and replaced some rarely used words with more commonly used ones.
2021-08-03 12:58:06 +01:00
Jack
c1d65ba976 unnecessary escape characters 2021-08-02 22:47:47 +01:00
Miodec
7f6982eaaf Merge branch 'master' of https://github.com/Miodec/monkeytype 2021-08-02 14:36:02 +01:00
Miodec
e47b3b65da made merch banner more responsive 2021-08-02 14:27:54 +01:00
Meimersdorfer
7910b7cdc1
Another 100 Quotes again (#1697) by Meimersdorfer 2021-08-02 14:07:40 +01:00
Santi Santichaivekin
3cb0dd9e0e
Add language: english_commonly_misspelled (#1694) by ssantichaivekin
* Added list of commonly misspelled english words

* restricted list to those that also appear in  english 10k list

* added new file

Co-authored-by: Arie Bates-Hermans <ariebateshermans@gmail.com>
2021-08-01 13:28:20 +01:00
Miodec
21c54d0dd8 added a few danish quotes 2021-07-28 13:29:28 +01:00
Jack
0a700216c9 updated footer to include new terms 2021-07-27 23:13:04 +01:00
Jack
e58ff10e2a updated privacy policy title 2021-07-27 23:12:30 +01:00
Jack
6f4c756e71 updated security policy title 2021-07-27 23:12:22 +01:00
Jack
e198cf54a8 added basic tos 2021-07-27 23:12:09 +01:00
Jack
7a467751e7 fixed typo 2021-07-26 15:16:57 +01:00
Meimersdorfer
73970ee7b0
German Quotes update (#1678) by Contributor Meimersdorfer
I just briefly updated some quotes that I found some mistakes in while typing them. I don't know, if that are all now, because I might have not typed all the 200 new ones yet, but I hope that's all for now.
2021-07-25 20:55:57 +01:00
Daniel
9092d2fbac
Remove "Updates once every second" (#1675)
Live accuracy updates after each character is typed, not once every second.
2021-07-25 20:53:56 +01:00
Miodec
1ae537e288 added account deletion to the danger zone 2021-07-25 00:44:24 +01:00
Miodec
8cbbe51ba7 Merge branch 'master' into mongo 2021-07-24 23:17:58 +01:00
Miodec
0982320d3b typo 2021-07-24 23:12:03 +01:00
Jack
97cc440e22 fixed jumping animation when showing input history caused by grid 2021-07-24 19:29:54 +01:00