Commit graph

1199 commits

Author SHA1 Message Date
Miodec 87e882b94d feat(security): add revoke all tokens button
With this, user can sign out all sessions if they think their account has bee compromised.
2023-08-31 14:05:21 +02:00
Miodec 0de54f889b impr(replay): show live wpm when viewing test replay 2023-08-31 14:05:21 +02:00
Miodec 2380d09fad impr(settings): add reminder that there are more account settings available in the danger zone 2023-08-31 14:05:21 +02:00
Miodec b869e36bf3 fix(quote): quote reports 2023-08-31 14:05:21 +02:00
Miodec cfed190f36 impr(profile): add reminder about lb opt out
Added a reminder which mentions that results are not validated by the anticheat
for accounts that opted out of the leaderboard
2023-08-31 14:05:21 +02:00
Technet fd5f350b8b
impr(quote): add quote (Technet8394) (#4595) 2023-08-30 14:33:10 +02:00
BARNI.exe 72dfee47ce
impr(layout): add hungarian layout (BarniExe) (#4590)
* Added hungarian layout

* reordered layouts

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-28 14:42:15 +02:00
Miodec 5d9c8636ce impr(layout): add ORNATE 2023-08-28 11:46:34 +02:00
Miodec 0ab9a4eb57 impr(quote): add quote 2023-08-25 12:52:32 +02:00
Miodec 7ad9d1da4d chore: quote length script 2023-08-25 12:42:59 +02:00
Miodec 803795af0f fix(quote): quote reports 2023-08-25 12:42:14 +02:00
Miodec 52d730e1ca fix(layout): incorrect graphite layout bottom row
Closes #4585
2023-08-25 12:02:40 +02:00
Mark (Krittipoom) 7a256d3a24
feat(quote): add Thai quotes (Krittipoom) (#4580) 2023-08-24 12:42:57 +02:00
Shuja-Mahmood 7a375299df
impr(quote search): add pagination to search results (Shuja-Mahmood) (#4577)
* Added page navigation for quotes search

* using fixed width icons

* style adjustment

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-24 12:42:22 +02:00
Miodec 03ed7c4a39 revert: sourcecode text change
This partially reverts commit 6be5578e8f.
2023-08-22 22:24:47 +02:00
bhanu prasad 6be5578e8f
refactor: replace 'substr' with 'slice' (#4575)
* chore(deps): synchronize package-lock.json

Ran
up to date, audited 1936 packages in 2s

162 packages are looking for funding
  run `npm fund` for details

18 vulnerabilities (2 moderate, 14 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details. without making explicit package changes. Synchronizing the package-lock.json file to maintain consistency.

* refactor: replace 'substr' with 'slice'

'substr' is deprecated. To ensure long-term code compatibility and clarity, it has been replaced with 'slice'. This adjustment aligns the codebase with current best practices.
2023-08-22 15:16:40 -05:00
rabbit3c 3bfc92802e
fix(language): correct swiss german 1k capitalization (rabbit3c) (#4569)
* Fixed some errors in the swiss german translations

* fix: corrected some swiss german words
2023-08-22 12:52:18 +02:00
Miodec 6b45465758 fix(quote): adress quote reports and remove low rated qutoes 2023-08-21 11:47:34 +02:00
Christian Fehmer 43de3021a5
fix: crt funbox causing webkit browsers to go into refresh loop (fehmer) (#4557)
* fix: Fixed CRT funbox causes webkit browsers to go into refresh loop #4553

* review comments

* updated message, increased notification duration

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-21 11:04:15 +02:00
github-actions[bot] 7edabd7977
Prettier fix (#4561)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-08-20 13:07:28 -05:00
Christian Fehmer cef9affb32 fix(quote): remove duplicate quotes (fehmer) (#4550) 2023-08-17 14:23:56 +02:00
Nikhil Harry ce3969c1d7 feat(quote): add c# and js quotes (sleeepstorm) (#4541)
* Added 5 C# Quotes

* Fix misplaced comma

* Added JavaScript quote

(sorry this isn't part of my C# pull request.)

* updated quote

* length fix

---------

Co-authored-by: Nikhil Harry <103459068+nikhilhex@users.noreply.github.com>
Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-17 14:23:56 +02:00
Miodec 4085af1569 chore: contributors update script 2023-08-17 11:33:57 +02:00
Nikhil Harry e06213be3c feat(quote): add C# quote (nikhilhex) (#4536)
* Added C# quote

link: https://www.geeksforgeeks.org/array-getvalue-method-in-csharp-with-examples-set-3/

* Updated quote length of my quote

I know I have it wrong but I'm not sure what I'm doing wrong so I changed it to the quote length originally (without the \n,\t,etc.)

* Changing Length of my quote due to error

It says expected length: 206 so I'm trying this
2023-08-14 14:27:00 +02:00
Yen Cheng 8d128bb54b fix(theme): invisible popup text in rainbow trail (ridemountainpig) (#4527)
* fix: couldn't see aria-label text when hover

* fix: change to fix aria label with `::after`

* fix: change to fix aria label with `::after`
2023-08-14 14:27:00 +02:00
sapradhan 84e5fa86be fix(language): spelling mistakes in Nepali wordlist and quotes (sapradhan) (#4528)
* fix spelling mistakes

* fix spelling mistakes in word list

* remove duplicates

* fix quote lengths
2023-08-13 12:34:54 +02:00
Miodec 4f6aed0277 quote reports 2023-08-10 15:25:44 +02:00
Miodec c19ec62ffc added a third entry to the british english list
this list contains a list of possible previous words - when matched, the replacement will not happen
2023-08-10 15:25:44 +02:00
Christian Fehmer 0d5cd3eb02
Added highlight modes next word, next two words and next three words (#4516) fehmer
* Added highlight modes next word, next two words and next three words

* updating active element to make sure change is visible when applied from the commandline

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-10 15:05:07 +02:00
Steve H 6dd524ad39
Updated the overlay text of the screenshot button (#4507) Mammoets
* Updated the overlay text of the screenshot button to be more descriptive.

* Update result-screen.ts

added save as alias

* Update sourcecode.txt

reverted change to aria-label
2023-08-10 14:49:52 +02:00
Christian Fehmer 351ce401d4
refactor funbox (#4488) fehmer
* refactor funbox

* remove body classes and funbox css when leaving the page, cleanup

* fixed Funbox.clear removing all body classes
2023-08-08 14:07:58 +02:00
dankuri 3f81bd74c5
add ThePrimeagen's Programmer Dvorak layout (#4506) dankuri
* add ThePrimeagen's Programmer Dvorak

* Rename to prog dvorak prime
2023-08-08 13:53:34 +02:00
Miodec 1f3f5d3765 removed british spellings 2023-08-08 13:52:25 +02:00
Ojas Bhagavath dcb5c61a83
Add Hack Nerd Font. (#4514) ojas-bhagavath
* Add ttf file for Hack Nerd Font

* Update _list.json

* Update fonts.scss
2023-08-08 11:57:40 +02:00
Christian Fehmer 31db96228e
Fixed rainbow trail theme to support custom backgrounds (#4510) fehmer 2023-08-08 11:53:23 +02:00
Yen Cheng 1a4136f4de
fix: monkey couldn't see in rainbow trail theme (#4508) ridemountainpig 2023-08-08 11:49:57 +02:00
Ajay Vishnu V afda565702
Quotes and words in Kannada language (#4505) ajay-vishnu
* added kannada 200 word list

* updated the _group and _list files

* Added a few kannada quotes.

* Added a few Kannada quotes.

* minor word count fix

* Fixed the duplicate keys

---------

Co-authored-by: Ojas Bhagavath <ojas.bhagavath@gmail.com>
2023-08-08 11:44:27 +02:00
Jack a40d42b7c3
Renamed live wpm to live speed, min wpm to min speed (no non-user facing changes) (#4502) Miodec
* strings rename

* added alias

* renamed to min speed

* missing string rename

* wpm to speed rename

* converted displayed and inputted values for pace caret to the currently active speed unit

* accepting active speed unit in the commandline for min speed and min burst

* taking input in the currently selected unit for min burst

* displaying min burst in the selected unit

* converting min speed to the current unit
2023-08-08 11:39:47 +02:00
Miodec 356f95e84e quote lengths script 2023-08-07 15:20:56 +02:00
Miodec 0b14a008de quote reports, removed low rated quotes 2023-08-07 15:20:22 +02:00
Miodec 612331ac72 removed word 2023-08-05 10:42:48 +02:00
Christian Fehmer 1f4df9199d
Added configuration for typing speed unit, removed alwaysShowCPM (#4492) fehmer
* Added configuration for typing speed unit, removed alwaysShowCPM

* review comments

* fix live-burst, activityChart and results-pb label

* Added support for typing speed unit in account histogram chart

* trigger build

* Update account.ts

* Fix chart scaling and wpm/rawWpm hovers on result page
fix chart scaling and bucket size on account page

* refactor histogramChartData to support 0.5 steps

* Revert dynamic scaling on accounts/result graph

* Refactor histogramChartData to an int[]

* Fix cutoff in account history

* Fix labels on result page

* Limit result chart label to two decimals

* renamed show average wpm to show average speed

* fix scaling on accounts history graph (again),   not adding an easteregg 🤫

* hiding by default

* fix scaling on accounts history graph episode three

* move typingSpeedUnit related functions out of Misc

* updating account page if typing speed unit changes

* updating result page if changing units on the result page

* missing buton change

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-08-04 13:22:27 +02:00
ibrab000 d4a061400b
Added Overpass Mono Font (#4500) ibrab000
* Update _list.json

* Update _list.json

* Add files via upload

* Update fonts.scss
2023-08-03 16:25:26 +02:00
Miodec 7e9a7efd79 prettier fix 2023-08-03 16:24:48 +02:00
Shakhzod Bobolov d1cba45afe
added uzbek_70k words (#4493) ShaakhDev
* added uzbek_70k words

* whitespace changes has been reverted in list and group files.
2023-08-03 12:40:43 +02:00
Gabriel Forien 2355ea5a45
Add golang quotes (#4498) gforien
* Add golang quotes

Sources
- https://github.com/aws/aws-sdk-go-v2/blob/ae835ecd/service/iam/api_op_GetRole.go
- https://github.com/helm/helm/blob/50c22ed7/pkg/downloader/chart_downloader.go
- https://github.com/helm/helm/blob/50c22ed7/pkg/engine/files.go
- https://github.com/helm/helm/blob/50c22ed7/pkg/engine/funcs.go
- https://github.com/helm/helm/blob/50c22ed7/pkg/plugin/plugin.go
- https://github.com/kubernetes/kubernetes/blob/3b18e80/pkg/client/conditions/conditions.go
- https://github.com/kubernetes/kubernetes/blob/3b18e80/pkg/controller/garbagecollector/graph_builder.go
- https://github.com/tmrts/go-patterns/blob/64a6757/concurrency/bounded_parallelism.go

* Fix quotes lengths
2023-08-02 15:52:33 +02:00
Kristoffer Grönlund 193a708572
added middlemak and middlemak-nh (#4497) krig 2023-08-02 14:50:21 +02:00
Christian Fehmer b50b473aba
Added crt mode to the funbox (#4465) fahmer
* Added crt mode to the funbox

* remove borders, move screen glow to body, remove lines animation

* removes white flash on test restart, keep crt mode on result page

* cleanup removal of funbox css

* fix white flash when disabling crt mode, fix background

* use actual color for text glow

* fix rendering issue with glow

* adds glow to input, buttons, logo and carets

* prefix new variables with -crt, update themes to fit crt mode

* adds glow to textarea, avatar and fix glow in focus mode

* fix typo in lavender theme

* move crt related stylesheets to separate file, add scanline div on demand

* add applyGlobalCss to keep the theme active on pages outsite the test page

* made sure crt works globally
added a clear global function
calling apply global and clear global when toggling funboxes
delaying globalcss apply because about page for some reason doesnt like funbox css files

* add glow to banner

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-07-31 16:32:33 +02:00
DastardlySky 4bc787d33e
Added Rainbow Trail theme (#4459) dastardlysky
* "Rainbow Trail" Theme

* reworked theme

* created contrast in test config buttons

* not overriding live wpm color,
showing rainbow on main color selection

* updated list file colors

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-07-31 14:54:57 +02:00
Miodec 051f21a47e quote lengths fix script 2023-07-31 13:42:15 +02:00