Commit graph

2845 commits

Author SHA1 Message Date
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
Miodec
6d2e2e7939 line reorder 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
Miodec
d6a79ca2a8 uppercase fix 2023-08-08 12:13:05 +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
582cb9803c
Fix minWpm on accounts history graph, set ticks on accounts activity graph, set bucketSize for wph to 250 (#4511) fehmer 2023-08-08 11:54:17 +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
Miodec
ade4ff7ce9 reduced top margin of full width settings buttons 2023-08-04 14:06:45 +02:00
Miodec
2b30ae6569 added toWpm function 2023-08-04 13:37:15 +02:00
Miodec
7f734e7d3f renamed function 2023-08-04 13:35:25 +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
Gabriel Forien
8bebb8c54a
ci(frontend/scripts): print expected quote length (#4499) gforien 2023-08-02 15:47:34 +02:00
Kristoffer Grönlund
193a708572
added middlemak and middlemak-nh (#4497) krig 2023-08-02 14:50:21 +02:00
Miodec
be7e59dbec ...actually using the parameter 2023-07-31 19:54:47 +02:00
Miodec
00e7689a1e added parameter to calculate final stats with decimal points 2023-07-31 19:52:20 +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
Raaed Shaikh
ca4dfcd6b4
fix typo in cpm graph label (#4486) rxxed 2023-07-29 14:57:45 +02:00
Miodec
245daed4fc using debug logs instead 2023-07-29 02:49:07 +02:00
Miodec
5d09be09f2 reduced code duplication
merged live wpm/raw and final wpm/raw calculation into one
count chars now includes test input

this also fixes a tiny bug where live raw would be inflated (this did not affect any final stats)
2023-07-29 02:30:37 +02:00
Miodec
fc3f529278 removed debug variable and setter function
using debug logs instead
2023-07-29 02:28:09 +02:00
Miodec
42b85732e5 renamed type 2023-07-29 02:26:55 +02:00
Miodec
d630d1c394 added more data to debug getStats
changed where average and std dev data is inserted
2023-07-29 01:57:06 +02:00
Miodec
f326482af6 renamed 2 variables 2023-07-29 01:52:10 +02:00
Miodec
73ddb06339 changed type of variable 2023-07-29 01:51:35 +02:00
Miodec
35a6b910aa moved afk history into its own variable 2023-07-29 01:49:54 +02:00
Miodec
b659a68d9b moved variable to a different module 2023-07-29 01:43:51 +02:00
Miodec
063693be0a extracted two parameters into another object 2023-07-28 22:26:13 +02:00
Miodec
5bef9fac04 moved bailed out state to test state 2023-07-28 22:15:14 +02:00
Miodec
73f4050392 removed unnecessary type definition
changed to unknown and added tsignores because this is just debug code
2023-07-28 22:11:31 +02:00
Miodec
93c169a465 not exporting
renamed variable
2023-07-28 22:03:35 +02:00
Miodec
951fc391fd removed unused variable 2023-07-28 22:01:43 +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