aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-07-02Merge branch 'master' into feature/fix-5554feature/fix-5554Christian Fehmer
2024-07-02fix: error when loading account page and quickly navigating to another page ↵Christian Fehmer
(@fehmer)
2024-07-02fix: mexican theme sub alt color (@fehmer) (#5552)Christian Fehmer
2024-07-02fix: concurrency issue while claiming rewards (@fehmer) (#5553)Christian Fehmer
2024-07-01impr(commandline): add vim keybinds for navigating up and downMiodec
2024-07-01chore: release v24.27.0v24.27.0Miodec
2024-07-01chore: quote lengths scriptMiodec
2024-07-01fix: test history tags button flashing on load (@fehmer) (#5550)Christian Fehmer
2024-07-01fix(quotes): user reportsMiodec
2024-07-01chore: fix check annotations for dev routes (@fehmer) (#5549)Christian Fehmer
2024-07-01perf: optimize database access for UserDal (@fehmer) (#5544)Christian Fehmer
* impr: optimize database access for UserDal (@fehmer) * rename getPartial to getPartialUser
2024-07-01impr(quotes): add code_php quotes (aescanes) (#5509)Alejandro Escanes
2024-07-01feat(theme): add terrazzo (@fehmer) (#5539)Christian Fehmer
* feat: add terrazzo theme * typo * update main color * whoopsie * review comments
2024-07-01feat(languages): add kyrgyz_1k (akmatoff) (#5535)Azim Akmatov
* Add kyrgyz language 1k * some more words and fixes * remove duplicates * FIx trailing comma, fix indentation
2024-07-01chore: replace twitter urls with x (unrealapex) (#5541)Aaron
* chore: replace twitter urls with x * chore: fix twitter account url
2024-07-01impr(language): lowercase all assembly words for easier practiceMiodec
2024-07-01refactor: run prettier (#5548)github-actions[bot]
Co-authored-by: monkeytypegeorge <[email protected]>
2024-07-01impr(server): trim consecutive newlines when updating user profile ↵theiereman
(theiereman) (#5538)
2024-07-01fix(themes): wrong theme added to favorites when using random theme ↵Carles Mitjans
(mitjans) (#5532) * fix(theme): random theme switcher (mitjans) Signed-off-by: Carles Mitjans <[email protected]> * refactor(theme): remove unnecessary clear of random theme (mitjans) * chore: remove some words from the profanity list --------- Signed-off-by: Carles Mitjans <[email protected]> Co-authored-by: Miodec <[email protected]>
2024-07-01chore: remove some words from the profanity listMiodec
2024-06-27fix(themes): mexican theme being unreadable (@fehmer) (#5536)Christian Fehmer
2024-06-27fix: lazy mode not working for vietnamese (@fehmer) (#5534)Christian Fehmer
2024-06-27fix(test): apply highlight mode when loading (mitjans) (#5533)Carles Mitjans
2024-06-27impr(notifications): message readability on hover (navazjm) (#5529)Michael Navarro
2024-06-27impr(dev options modal): add button to show test notificationsMiodec
!nuf
2024-06-25fix(test activity): calendar months misalignment in some cases (#5523)Christian Fehmer
2024-06-25impr(layout): add alt layer character to azerty (theiereman) (#5480)theiereman
* impr: Added two-step highlighting for accented characters that require the use of dead keys * fixed azerty keymap * using lazy mode to normalize accents * added a larger accent map * added alt gr characters on azerty layout * Revert "added a larger accent map" This reverts commit 5f2a4431580dab2fd9b2aefbec994a11c9ce08bf. * Revert "using lazy mode to normalize accents" This reverts commit bec505f9fb2d8c0bdf7c520d1a45df8c21353edb. * Revert "impr: Added two-step highlighting for accented characters that require the use of dead keys" This reverts commit 6cea5822609b6e9e7c9a3df3a2cfd1ab6d6c15f0. --------- Co-authored-by: Thomas EYERMANN <[email protected]>
2024-06-25feat(layout): add vylet (MightyAcas) (#5525)Acas
2024-06-25chore(husky): run `nvm use` only when needed (#5524)Nad Alaba
`nvm use` does not work on nvm-windows and there is no need for it to run everytime anyone pushes to any branch
2024-06-25impr(practice): shuffle words when practicing missed/slow words (grzebiel) ↵marcin grzebieluch
(#5519) * impr(practice): random shuffle words in all practice modes * change self made shuffle into CustomText.setMode("shuffle")
2024-06-24fix: scroll to top button appearing on loadMiodec
2024-06-24fix(punctuation): make sure punctuation characters are placed before newline ↵Miodec
or tab characters closes #5522
2024-06-24fix(language): remove "childrens"Miodec
2024-06-24impr(quotes): add English quotes (connorcarey) (#5520)Connor
* Added Gurren Lagann Quotes * Fixed grammatical errors --------- Co-authored-by: Connor Carey <[email protected]>
2024-06-24feat(language): add special lazy mode replacement to serbian (while1618) (#5518)Dejan Zdravkovic
* adding serbian latin simplified * fix words in serbian_latin_simplified * prettier * fix words * serbian latin with lazymode
2024-06-24fix(zipf): improve approximation of zipf distribution (@NadAlaba) (#5515)Nad Alaba
* fix(zipf): improve approximation of zipf distribution * rename --------- Co-authored-by: Miodec <[email protected]>
2024-06-24impr(quotes): add Spanish quotes (Omaeda) (#5511)BatMan
2024-06-24feat: add test activity and streak into to the apekey endpoints (@fehmer) ↵Christian Fehmer
(#5513) * feat: add test activity and streak into to the apekey endpoints (@fehmer) * add public conract * review comments
2024-06-17fix(quotes): typoMiodec
2024-06-17chore: release v24.25.0v24.25.0Miodec
2024-06-17feat(auth): allow removal of password authentication (@fehmer) (#5499)Christian Fehmer
2024-06-17chore: move launch configuration to workspace file (@fehmer) (#5502)Christian Fehmer
2024-06-17impr(custom theme rename modal): automatically select input (@fehmer) (#5487)Christian Fehmer
2024-06-17feat(layout): gallium v2 (AurimasAnskaitis) (#5500)Aurimas Anskaitis
2024-06-17impr(dev): add debug launch configurations for vscode (@fehmer) (#5501)Christian Fehmer
!nuf
2024-06-17impr(dev): add button to cycle media query debug from the frontendMiodec
!nuf
2024-06-17impr(dev): add endpoint to create test user/data (fehmer) (#5396)Christian Fehmer
!nuf
2024-06-17fix(login page): pressing enter opening google loginMiodec
2024-06-16fix: test activity graph showing 54 weeks (@fehmer) (#5497)Christian Fehmer
2024-06-16impr: slightly rework the login pageMiodec