Commit graph

9494 commits

Author SHA1 Message Date
Miodec
0960d32a1a removing user from auth if no data was found in the db 2023-08-06 22:19:54 +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
Miodec
34bd4cd827 added a bit of extra space to the tab character 2023-07-27 13:47:31 +02:00
Miodec
3c5e4c0662 updated the new line character 2023-07-27 13:44:37 +02:00
Miodec
1d8aee1c68 updated layoutfluid notification element
made it work in mods other than time
closes #4484
2023-07-27 12:55:20 +02:00
Miodec
168055e21e selecting the input if it gets prefilled
closes #4482
2023-07-27 12:13:15 +02:00
Miodec
8612c0d2f2 added polish wikipedia 2023-07-27 12:05:40 +02:00
ademirkan
17713fde87
fixed quick toggle-to-highlight bug (#4481)
* fixed quick toggle-to-highlight bug

* eslint fix

* added return type to function, eslint
2023-07-27 10:52:41 +02:00
Miodec
50c96006c2 removed duplicate header 2023-07-25 17:47:17 +02:00
Miodec
a828fcfb01 moved issubmiossionenabled check before opening the popup 2023-07-25 17:25:17 +02:00
Miodec
ad357d3948 showing groups instead of languages 2023-07-25 17:19:09 +02:00
Miodec
327125186b updated parameter 2023-07-25 17:18:57 +02:00
Miodec
7359bb78ba reordered groups 2023-07-25 17:04:06 +02:00
Miodec
59c34fc988 only allowing 100 submissions per language 2023-07-25 17:00:29 +02:00
Miodec
99111ec3e8 asking the backend if submission is enabled instead of hardcoding 2023-07-25 16:53:41 +02:00
Miodec
869f9c229d added endpoint to frontend ape client 2023-07-25 16:52:36 +02:00
Miodec
753d9649e8 updated response schema 2023-07-25 16:43:00 +02:00