Commit graph

1171 commits

Author SHA1 Message Date
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
Miodec
1344681273 quote reports 2023-07-31 13:42:15 +02:00
Miodec
67531c636f quote lengths 2023-07-28 14:04:26 +02:00
Miodec
1e87deb42b quote reports 2023-07-28 14:04:09 +02:00
Miodec
7359bb78ba reordered groups 2023-07-25 17:04:06 +02:00
Miodec
90761fbc32 quote lengths script 2023-07-25 12:03:49 +02:00
Miodec
f54a315ba6 quote reports 2023-07-25 12:03:32 +02:00
Warrobot10
fafe4512bd
Improving quote sources. (#4467) Warrobot10 2023-07-21 13:38:53 +02:00
Axel Cuevas
ea7df209d5
Added quote (#4462) Hideoka117
* Pending changes exported from your codespace

* Update english.json
2023-07-21 13:07:07 +02:00
Miodec
62a73bc61e added supporter 2023-07-20 22:46:25 +02:00
Miodec
f04ee79b73 added supporter 2023-07-20 22:35:05 +02:00
Miodec
c507481da1 added a clear all button if at least two sticky notifications are visible 2023-07-19 14:42:47 +02:00
Edward Huang
4111f5df8c
Quotes (#4458) eisthefifthletter
* standardize apostrophe and quotation marks

* add quotes

* correct quote length
2023-07-18 11:25:23 +02:00
joanna
6d88c4f4e3
added morse code to the funbox (#4451) epicjoanna
* added morse code mode to funbox

* actioned changes
2023-07-17 13:41:04 +02:00
github-actions[bot]
06ca56bfc8
Prettier fix (#4456)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
2023-07-17 12:52:22 +02:00
Miodec
540f24dc4f quote lengths script 2023-07-13 14:37:40 +02:00
Miodec
8e10c1c239 quote reports 2023-07-13 14:37:18 +02:00
Estifanos Gashawtena
55f5f026a2
Add and modify Amharic words (#4449) Estifanos12
* Add and modify amharic words

* Modify amharic words

* modify amharic json file
2023-07-11 13:35:20 +02:00
Munib Karimi
349190c3f0
Added Pashto Language and its keymap layout. (#4437) Munib97
* Added Pashto Language and its keymap layout.

* removed duplicates and added few more words

* Removed duplicates and added new words
2023-07-10 12:23:33 +02:00
Laaveshwaran P
6fc6984be7
Removed names from Tamil words (#4432) aviiciii
* removed names from tamil.json

* removed names from tamil1k.json
2023-07-10 12:22:58 +02:00
Michael Bozhilov
9a4c6cdb2a
Add short bulgarian quotes (#4420) asynchroza
* Add short bulgarian quotes

* Remove shorter quotes and add ones longer than 60 characters

* added missing groups

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-07-10 12:22:27 +02:00
Kamar
90e0afa4cc
Add Quote by Bertrand Russell (#4428) Mohamad-Kamar 2023-07-10 12:20:38 +02:00
Miodec
7fb6593c0c added 2 layouts 2023-06-29 23:54:14 +02:00
Andy Huang
1bc6e3510b
Add two English quotes (#4425) asd153866714 2023-06-29 18:50:35 +02:00
Miodec
b968a16acc quote lengths script 2023-06-29 14:16:49 +02:00
Miodec
97817c84e1 quote reports 2023-06-29 14:14:32 +02:00
GwenXt
f3acbbf167
Create quotesfile (esperanto.json) (#4397) GwenXt
* Create esperanto.json

Added quotes for Esperanto

* Update esperanto.json

Remove duplicate quote

* Update esperanto.json

* Update esperanto.json
2023-06-29 13:26:36 +02:00
Kris Bucyk
69071f6414
Create initial quotes for code_ruby language (#4413) TiceKrisBs 2023-06-29 12:52:01 +02:00
Laaveshwaran P
6b47323171
ordered the words in tamil language by frequency (#4412) aviicii
* ordered the words in tamil language by frequency

* changed words by frequency for 1k_tamil
2023-06-29 12:51:31 +02:00