Commit graph

1459 commits

Author SHA1 Message Date
Miodec 285198bf2d Merge branch 'master' into newnav 2022-09-04 16:08:49 +02:00
Miodec 45576c7b9c Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-04 16:08:17 +02:00
Miodec 7378078d51 added selection styling 2022-09-04 15:18:22 +02:00
Faurazeko d7e99cc4c8
Added some russian quotes, standardized the sequence of fields in json (#3503) Faurazeko
* Update russian.json

* Added some quotes;
* Standardized the sequence of fields (id, source, text, length);

* Update russian.json

* Update russian.json

* Update russian.json
2022-09-04 13:39:10 +02:00
Arban Hossain d81cda686e
add "I am prepared to die" by Nelson Mandela (#3500) arbanhossain 2022-09-04 12:42:04 +02:00
egorguslyan 2e98da7f3f
C rework (#3483) egorguslyan
* C wordlist extension

* C-like syntax

* Fix arduino tab width

* Fix Quake 3 quote

* Public domain C quotes

* IDs

* Quake 3

* Punctuation

* Prettier

* startWith

* css

* prettier

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-04 12:38:20 +02:00
Miodec cd26d0edf3 claiming badges
adding xp after alerts panel was closed
2022-09-03 15:08:38 +02:00
Miodec fcebba7adc added notification event to avoid circular dep 2022-09-03 14:45:23 +02:00
Miodec 0dde0c7493 replaced word 2022-09-02 15:08:17 +02:00
Miodec 1cdc798358 storing alerts
adding claimed xp reward to local snapshot
handling mark as read button click
2022-09-02 14:34:13 +02:00
Miodec d0aa156f5f allowing adding xp without a breakdown 2022-09-02 14:32:52 +02:00
Miodec c7858ef7b2 hiding delete button if there are rewards to claim 2022-09-02 13:31:37 +02:00
Miodec fed91710d6 marking as read and deleting when closing the alerts panel 2022-09-02 13:18:07 +02:00
Miodec a8dfb539c5 hiding elements earlier before screenshotting and taking measurements 2022-09-02 13:17:44 +02:00
Shashwat Poudel caa502a618
Update code_python (#3486) shashwat-pd
Structural pattern matching has been added in the form of a match statement and case statements of patterns with associated actions in python 3.10. 

Reference: https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching
2022-09-02 12:07:10 +02:00
Miodec 254a7c08b4 removed unnecessary style 2022-09-02 00:22:44 +02:00
Miodec bbcc0f5b6c Merge branch 'master' into newnav 2022-09-02 00:21:28 +02:00
Miodec 0386dfcee2 fixed zen styling 2022-09-02 00:19:24 +02:00
Miodec 560716b7f9 adjusted logo text alignment 2022-09-02 00:14:49 +02:00
Miodec a7d5da37fe adjusted logo text alignment 2022-09-02 00:11:44 +02:00
Miodec 76ee885a04 account button transition to loading circle is now animated 2022-09-02 00:00:33 +02:00
Miodec 52b6b5429e showing daily leaderboard in the result, not as a notification
closes #3096
2022-09-01 23:31:50 +02:00
Miodec 03cb431135 storing id on element 2022-09-01 22:56:09 +02:00
Miodec f2c4f07a16 only loading if user is logged in
getting and displaying account alerts
closing on escape
2022-09-01 17:45:51 +02:00
Miodec 9ce87cbffb changing bell button color if user has unread mail 2022-09-01 17:45:23 +02:00
Miodec 7b18a44512 added endpoint to update inbox 2022-09-01 17:45:01 +02:00
Miodec a28ac81b2e storing inbox unread size in snapshot 2022-09-01 17:44:47 +02:00
Miodec a01261b88f added separator
added inbox size
renamed sections
2022-09-01 17:43:40 +02:00
Miodec 0fc2397a62 added endpoint to ape 2022-09-01 15:13:48 +02:00
Miodec df64b6eaf7 main color preloader 2022-09-01 15:03:20 +02:00
Miodec 2972f5db52 Merge branch 'master' into newnav 2022-09-01 15:00:28 +02:00
Miodec a0b896eb40 fixed zen mode showing only one line 2022-09-01 14:48:04 +02:00
Miodec 68b97bbb63 hiding test config on the result page 2022-09-01 14:35:03 +02:00
Miodec b5b3854d9e unnecessary function 2022-09-01 14:24:55 +02:00
Miodec fc505af160 adding psas to the alerts panel 2022-09-01 14:23:50 +02:00
Miodec 8055a80ebf adding notifications to the alerts panel 2022-09-01 14:23:43 +02:00
Miodec 8b4c9bca6f added alerts popup 2022-09-01 14:23:28 +02:00
Miodec 30b76cb75b font size input type number 2022-09-01 14:22:50 +02:00
Miodec a9f33c7888 Merge branch 'master' into newnav 2022-09-01 11:49:43 +02:00
Miodec 713f680a76 Merge branch 'master' of https://github.com/Miodec/monkeytype 2022-09-01 11:43:54 +02:00
Miodec 33f04bd965 fixed screenshot framing
closes #3447
2022-09-01 11:43:53 +02:00
decaf 453056a83e
show xp until next level on hover (#3484) decafff
Co-authored-by: decaf <decaf>
2022-09-01 11:37:02 +02:00
Nishu Murmu e8de8934d6
fix(commandline): Make esc close the commandline when quick restart is set to esc (#3482) nishu-murmu
* Make esc close the commandline when quick restart is set to esc

* condensed logic

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-09-01 11:33:37 +02:00
Miodec 6cbfb70df5 filling font size input field 2022-09-01 10:58:05 +02:00
Miodec a8e5e7ae85 only child styling 2022-09-01 10:53:30 +02:00
Miodec 2d01d96ab3 updated styling for test config 2022-08-31 13:57:41 +02:00
Miodec 549adf937c Merge branch 'master' into newnav 2022-08-31 13:35:11 +02:00
Miodec 9819dfbf2d disabling tab when quick restart is set to esc
closes #3481
2022-08-31 12:52:29 +02:00
egorguslyan f87f5467ad
Code SystemVerilog (#3462) egorguslyan
* SystemVerilog Language

* SystemVerilog quotes

Source: https://github.com/Featherweight-IP/fwrisc

* Remove temporary folder

* Lengths are still incorrect

* Fixed lengths

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-08-31 12:46:27 +02:00
Miodec 237a513153 moved command lower 2022-08-31 01:46:32 +02:00