Commit graph

9359 commits

Author SHA1 Message Date
Miodec
5e34cecd9f removed type cast 2023-06-27 23:29:01 +02:00
Miodec
03facf7e8f fixed bug caused by triple equals 2023-06-27 23:22:21 +02:00
Miodec
a6b59bb7da adjusted theme buttons styling 2023-06-27 17:33:38 +02:00
Miodec
1722c64197 updated date 2023-06-27 17:08:12 +02:00
Miodec
e447486709 updated privacy policy 2023-06-27 17:07:52 +02:00
Miodec
73a24af279 admin validation 2023-06-27 17:03:33 +02:00
Miodec
d881b642f9 fixed typo 2023-06-26 15:37:41 +02:00
Miodec
f1eb6df0f6 added message for firefox users (#4405) 2023-06-26 15:37:26 +02:00
Miodec
817b4e6805 more strict config schema 2023-06-26 15:23:57 +02:00
Miodec
17ddb87abb updated mode2 type 2023-06-26 14:13:21 +02:00
Eduardo Guzman-Diaz
cc95aff900
Adding tests for isTagPresetNameValid (#4402) gondolin24
* Adding tests for isTagPresetNameValid

* more generic tag names
added more tests

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2023-06-26 13:16:39 +02:00
Miodec
e4f151d880 quote lengths 2023-06-26 13:06:20 +02:00
Miodec
5b0247351d quote reports 2023-06-26 13:04:27 +02:00
Miodec
9f79bc34fd removed bad words 2023-06-26 12:57:22 +02:00
Miodec
fe6c526661 ab test 2 2023-06-26 12:12:19 +02:00
Miodec
9d6be7a4ea fixed typo 2023-06-25 21:40:28 +02:00
Laaveshwaran P
7d56b837e7
Strict equality migration (#4376) aviicii
* replaced `==` with `===`

* replaced `==` with `===` for bail out

* strict equality for index.ts

hoping it would work for Config.singleListCommandLine === "on" as the type of singleListCommandLine is defined as a subgroup and is confusing

* done strict equality

* strict equality for controllers in ./frontend/src/frontend

`==` and `!=` are shifted to `===` and `!==` for strict equality without type coercion

* elements partially done

* elements done

* pages completed

* popups done

* settings and states done

* done test, types and utils

* done src

* format connection.ts

code formatting lost during resolving merge conflict

* updated gitignore

* unnecessary catch (we want to be notified if the drop failed as it will cause duplication)

* added english quote (#4385) oliverpearce

* removed extra space

* removed non words

* apparently autocapitalize="off" is depracated
part of #4388

* unnecessary if check

* updated if check

* better check

* added todo

* updated logic

---------

Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Oliver Pearce <67935783+oliverpearce@users.noreply.github.com>
2023-06-23 20:57:52 +02:00
Miodec
b5a25a37f3 using vanilla js 2023-06-23 16:57:01 +02:00
Miodec
95759edc60 using vanilla js 2023-06-23 16:56:52 +02:00
Miodec
0e6679e40a resetting login page input values when leaving the login page 2023-06-23 16:48:31 +02:00
Miodec
a0c5ade54d signing out after user changed email 2023-06-23 16:44:18 +02:00
Miodec
8597037845 added another check to make sure emails match 2023-06-23 16:44:05 +02:00
Miodec
f3e040f4d1 fixed function mixup
closes #4395
2023-06-23 14:55:34 +02:00
Miodec
eb0abb369d changed pattern to fix windows issues 2023-06-22 23:52:58 +02:00
Miodec
e3cb26d30c added eslint to frontend to fix linting issues 2023-06-22 23:52:55 +02:00
Miodec
202059d13f apparently autocapitalize="off" is depracated
part of #4388
2023-06-22 12:39:07 +02:00
Miodec
bd5376a4ab removed non words 2023-06-22 11:25:38 +02:00
Miodec
5f52f1c09a removed extra space 2023-06-21 13:10:35 +02:00
Oliver Pearce
4ce7ece75a
added english quote (#4385) oliverpearce 2023-06-21 13:09:36 +02:00
Miodec
782ac58907 unnecessary catch (we want to be notified if the drop failed as it will cause duplication) 2023-06-21 13:04:59 +02:00
Miodec
66d87bf240 updated gitignore 2023-06-21 00:08:46 +02:00
Miodec
20a08d27ea removed navigate event
removed any types
added generic parameter which describes the type of options data
2023-06-20 15:37:38 +02:00
Miodec
79b0c37dee added macedonian 2023-06-19 23:26:24 +02:00
Miodec
7e68922151 fixed small useranme on profile page 2023-06-19 22:00:32 +02:00
Miodec
f5bb1a2395 removed unnecessary imports from page controller 2023-06-19 21:34:21 +02:00
Miodec
381ee144c5 added page name type 2023-06-19 21:33:51 +02:00
Miodec
fd48402840 fixed 404 media query 2023-06-19 21:32:29 +02:00
Miodec
e19ba58d41 added comment 2023-06-19 20:59:21 +02:00
Miodec
6d7ee53e63 removed any 2023-06-19 18:47:32 +02:00
Miodec
e7c224b007 removed any type 2023-06-19 18:41:09 +02:00
Miodec
0432f09244 removed any type 2023-06-19 18:37:34 +02:00
Miodec
2c8f31f56f removed any type 2023-06-19 18:33:28 +02:00
Miodec
701f4e0f2e removed any 2023-06-19 18:26:28 +02:00
Miodec
3cedcda8b1 missing extends 2023-06-19 18:15:25 +02:00
Miodec
42ff575300 removed any 2023-06-19 18:10:45 +02:00
Miodec
03a2f50ed9 removed duplicated type 2023-06-19 15:53:09 +02:00
Miodec
2ad49053a6 removed any type 2023-06-19 15:45:41 +02:00
Miodec
45fec5864e removed any type 2023-06-19 15:33:42 +02:00
Miodec
dd46292636 removed any type 2023-06-19 15:28:09 +02:00
Miodec
47ab36ce9b quote length script 2023-06-19 14:03:35 +02:00