Commit graph

9560 commits

Author SHA1 Message Date
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
Bruce Berrios
a79a6be8b5
chore: update tsconfig and docker compose (#4530)
* config changes

* add types

* ebadengine
2023-08-12 16:41:36 +02:00
Miodec
c47c66146f style: add normalize.css 2023-08-12 14:59:11 +02:00
Miodec
6ae332e769 build: add postcss and autoprefixer
Autoprefixer will automatically add vendor prefixes to css on build
2023-08-12 14:59:11 +02:00
Bruce Berrios
bb65a6bb9b chore: upgrade types to node 18 (#4529) 2023-08-12 14:59:11 +02:00
Miodec
fa6afd1204 build: update release-it config 2023-08-11 21:23:26 +02:00
Miodec
694252f32e build: update pre-commit to use lint-staged 2023-08-11 16:50:56 +02:00
Miodec
97f518f15b fix: ensure funboxes are eligible for daily lbs 2023-08-11 16:38:18 +02:00
Miodec
7a531d5597 build: update config configuration
changed preset and added header override
2023-08-11 16:29:08 +02:00
Miodec
4c65ad8b9f build: add conventional changelog plugin 2023-08-11 16:28:20 +02:00
Miodec
5310463309 build: add hooks to release it config 2023-08-11 16:28:20 +02:00
Miodec
a4827f2d72 build: add script to deploy backend server 2023-08-11 16:28:20 +02:00
Miodec
17cfb2ad7b build: resolve ts-node-dev compile errors 2023-08-11 16:28:20 +02:00
Miodec
db2386300c build: add typescript as backend dev dependency
also updated frontend typescript verison to match
2023-08-11 13:35:35 +02:00
Miodec
2356219999 build: commit cloudflare purge script to the repo
Added the cloudflare purge script to the repo so that it can be easily used later by release-it
2023-08-11 11:37:03 +02:00
Miodec
d5537c7f36 build: add release-it configuration 2023-08-11 11:21:38 +02:00
Miodec
f68b0f4c9a build: add release-it 2023-08-11 11:19:31 +02:00
Miodec
3981caba40 ci: update node version 2023-08-10 23:44:14 +02:00
Miodec
5eea3a261e ci: update job name 2023-08-10 23:38:04 +02:00
Miodec
559cef6b52 ci: add action to validate pr titles 2023-08-10 23:34:50 +02:00
Miodec
65a34fb4e7 docs: add commit message guidelines section 2023-08-10 23:21:34 +02:00
Miodec
e20445a519 build: update allowed commit type 2023-08-10 23:19:51 +02:00
Miodec
d51378a994 docs: add commit guidelines section 2023-08-10 23:00:11 +02:00
Miodec
5246ef0cb3 build: add comitlint 2023-08-10 22:51:58 +02:00
Miodec
366264dade removed unnecessary exports 2023-08-10 19:25:13 +02:00
Miodec
0615c56de8 disabled ts rule (this is already covered by linting) 2023-08-10 19:11:13 +02:00
Miodec
08bc000cf2 unnecessary exports 2023-08-10 18:55:17 +02:00
Miodec
0b69b2e1e3 added knip to find unused exports 2023-08-10 18:32:33 +02:00
Miodec
38a316715b moved to node 18.17.1 lts 2023-08-10 17:38:27 +02:00
Miodec
0ef0a50381 refactored how local and snapshot configs are compared 2023-08-10 17:14:40 +02:00
Miodec
8425a2df3a result filters is no longer part of the config object 2023-08-10 17:13:01 +02:00
Miodec
88f4141588 removing more legacy properties 2023-08-10 17:12:36 +02:00
Miodec
2deb1b1456 removed console log 2023-08-10 16:46:32 +02:00
Miodec
8f24d33329 const 2023-08-10 16:23:01 +02:00
Miodec
2b6373ce6e unused function 2023-08-10 16:22:49 +02:00
Miodec
07142fc1a3 unnecesary notification 2023-08-10 16:21:24 +02:00
Miodec
f286c8d586 settings section update is not needed in a loading state 2023-08-10 16:20:25 +02:00
Miodec
5f482cfc01 unnecessary loading state changes 2023-08-10 16:19:33 +02:00
Miodec
59fbd88c9c not exactly sure why the config was being saved to the db after being applied from the db 2023-08-10 16:19:12 +02:00
Miodec
7adfc2ae2b unnecessary settings update and test restart
the website will be in the loading state at this point
2023-08-10 16:18:34 +02:00
Miodec
de9da79837 checking if local config is falsy instead of only null 2023-08-10 16:16:40 +02:00
Miodec
fd1c953ace removed log 2023-08-10 16:08:02 +02:00
Miodec
0ecfa23ce8 unnecessary pace caret init 2023-08-10 15:51:23 +02:00
Miodec
6272ee694c removed unnecessary check
it is no longe possible for the config to change before db config was loaded as the website stays in a loading state while fetching from db
2023-08-10 15:50:35 +02:00
Miodec
11c8c9edea quote lengths script 2023-08-10 15:25:44 +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
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