Miodec
|
f9e955d319
|
chore: update title
|
2024-06-16 21:37:14 +02:00 |
|
Miodec
|
0042a76a2d
|
impr(about page): add icons
|
2024-06-16 21:24:00 +02:00 |
|
Miodec
|
c747bf4527
|
fix: incorrect import
!nuf
|
2024-06-16 18:48:38 +02:00 |
|
Miodec
|
afe99b0abc
|
chore: move file
|
2024-06-16 18:38:44 +02:00 |
|
Miodec
|
a22dee8a72
|
refactor: rewrite share test modal to use new system
|
2024-06-16 18:32:51 +02:00 |
|
Miodec
|
a84e9638af
|
refactor: move files
|
2024-06-16 18:23:40 +02:00 |
|
Miodec
|
2a06e3a4f3
|
refactor: move files
|
2024-06-16 18:19:41 +02:00 |
|
Miodec
|
fe63d3f194
|
chore: remove old, unused code
|
2024-06-16 18:18:11 +02:00 |
|
Miodec
|
3b4276bf7e
|
fix: incorrect name value
!nuf
|
2024-06-16 17:00:41 +02:00 |
|
Miodec
|
050ba42f1a
|
impr(keymap): remove iso key when using matrix keymap on iso layouts
closes #5495
|
2024-06-16 16:37:53 +02:00 |
|
Miodec
|
252b44653f
|
feat(language): add armenian and armenian 1k
|
2024-06-16 16:13:14 +02:00 |
|
github-actions[bot]
|
6c3b194e4d
|
refactor: run prettier (#5493)
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
|
2024-06-16 16:07:40 +02:00 |
|
theiereman
|
98ff4b288b
|
impr: add character-counter class to avoid code duplication (theiereman) (#5482)
!nuf
|
2024-06-16 16:02:57 +02:00 |
|
Christian Fehmer
|
ccd2b1ef28
|
impr: add button to remove custom theme background (@fehmer) (#5488)
* impr: add button to remove theme background (@fehmer)
* update notification if custom background cannot be loaded. Always update remove button visibility
* update error message
|
2024-06-16 15:41:36 +02:00 |
|
Christian Fehmer
|
90e234f77a
|
fix: typed letters not visible in tts funbox if highlight=off (@fehmer) (#5496)
|
2024-06-16 15:37:09 +02:00 |
|
Miodec
|
120b660efc
|
refactor: rework auth state change function
also renames a function
also extracts sign in out button code to its own file
|
2024-06-13 14:15:44 +02:00 |
|
Miodec
|
50b658b722
|
refactor: dont use deprecated function
|
2024-06-13 14:14:23 +02:00 |
|
Miodec
|
e290b529b7
|
refactor: avoid root module level function calls (except entry file)
|
2024-06-13 11:26:43 +02:00 |
|
Miodec
|
20eaec60d9
|
test: mocking isAuthenticated to false
|
2024-06-13 00:48:19 +02:00 |
|
Miodec
|
5351c4eca5
|
refactor: move function call
|
2024-06-13 00:34:32 +02:00 |
|
Miodec
|
7deb58cf88
|
refactor: github version checking
|
2024-06-12 20:04:12 +02:00 |
|
Miodec
|
26785515e9
|
fix: remove unused imports
!nuf
|
2024-06-12 18:00:40 +02:00 |
|
Miodec
|
b9f0365241
|
revert: "refactor: start without focus class"
This reverts commit a587efad69 .
|
2024-06-12 18:00:10 +02:00 |
|
Miodec
|
48872a024b
|
chore: remove old plushie banner
|
2024-06-12 17:47:08 +02:00 |
|
Miodec
|
3f8f1b9fd6
|
refactor: move focus call to the focus file
|
2024-06-12 17:46:27 +02:00 |
|
Miodec
|
a587efad69
|
refactor: start without focus class
everything else is not focused initially (it gets focused in js)
so this change is for consistency
|
2024-06-12 17:45:59 +02:00 |
|
Miodec
|
d8cda00b27
|
chore: add comment
|
2024-06-12 17:36:14 +02:00 |
|
Miodec
|
54f6e630a6
|
refactor: remove unnecessary line
|
2024-06-12 17:35:48 +02:00 |
|
Miodec
|
4dc137fe21
|
refactor: remove unnecessary code
|
2024-06-12 17:25:37 +02:00 |
|
Miodec
|
995f71d4ed
|
refactor: move skeleton save to async modules
|
2024-06-12 17:23:50 +02:00 |
|
Miodec
|
9b739f6e64
|
refactor: move error event handlers to a dedicated event handlers file
|
2024-06-12 16:50:44 +02:00 |
|
Miodec
|
79874fe4e9
|
chore: upgrade vite-plugin-pwa
also change injectRegister parameter
|
2024-06-12 16:38:20 +02:00 |
|
Miodec
|
2d6d84a4d7
|
fix: update twitter link
!nuf
|
2024-06-12 16:27:21 +02:00 |
|
Miodec
|
0f89730d38
|
impr(finnish 10k): remove bad word
|
2024-06-12 12:36:32 +02:00 |
|
Christian Fehmer
|
d5b3103967
|
fix: unable to rename freshly created theme (fehmer) (#5486)
|
2024-06-12 10:24:52 +02:00 |
|
Miodec
|
0715352c5a
|
fix(typing test): expert mode not working
|
2024-06-11 18:10:50 +02:00 |
|
Miodec
|
4e46f6bc9f
|
fix(typig test): blind mode not highlighting missed characters as correct
(turns out that "old unused code" was actually quite important)
|
2024-06-11 14:25:28 +02:00 |
|
Miodec
|
28a397ecf2
|
fix(tape mode): letter scrolling not working
|
2024-06-11 12:58:06 +02:00 |
|
Miodec
|
04a64c6662
|
fix(typing test): line jumping too late
|
2024-06-11 12:52:44 +02:00 |
|
Miodec
|
44ecb3671e
|
chore: release v24.24.0
|
2024-06-11 12:30:52 +02:00 |
|
Miodec
|
cfbac0f153
|
fix(typing test): highlight mode next, next 2 and next 3 dont dehighlight typed words
closes #5395
|
2024-06-11 12:28:28 +02:00 |
|
Miodec
|
6a768b40b4
|
feat(funbox): add plus zero funbox. only the current word is visible
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
d6c17664ee
|
refactor: await word addition, call some UI functions after word addition
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
faf7efa043
|
refactor: move test finish/fail logic, add all words generated check
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
148fa1e519
|
refactor: move tape scrolling function call to the ui file
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
0e8274f93d
|
refactor: checking if all words were generated before stopping the test
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
fb721344a7
|
refactor: throw if word element is nullish instead of assuming its always there which could cause issues
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
eab8eefd4b
|
refactor: extract code so that it can be used in other places
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
2e78d9f066
|
refactor: remove old, unnecessary code
|
2024-06-11 12:25:26 +02:00 |
|
Miodec
|
60570459cb
|
refactor: only calling ui functions when on the test page
|
2024-06-11 12:25:26 +02:00 |
|