Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Oct 2, 2023
1 parent cb96c5c commit 7e8d716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<picture>
<img src="https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=black" alt="ACTIONS">
</picture>
<picture>
<img src="https://readme-typing-svg.demolab.com?font=Open+Sans&pause=500&color=60D0FA&center=true&vCenter=true&width=290&height=25&lines=Swift+Type+~+HauseMaster;Responsive+Typing+Test." alt="ACTIONS">
</picture>

## About
Visit the site here: <a href="https://hausemasterz.github.io/swift-type/" target="_blank">SwiftType</a>.
Expand Down
2 changes: 1 addition & 1 deletion src/static/mt-submodule
Submodule mt-submodule updated 49 files
+5 −4 backend/src/api/schemas/config-schema.ts
+2 −2 frontend/package-lock.json
+11 −1 frontend/src/ts/commandline/index.ts
+24 −6 frontend/src/ts/commandline/lists/sound-on-error.ts
+11 −2 frontend/src/ts/config.ts
+1 −1 frontend/src/ts/constants/default-config.ts
+2 −2 frontend/src/ts/controllers/input-controller.ts
+49 −7 frontend/src/ts/controllers/sound-controller.ts
+24 −21 frontend/src/ts/controllers/theme-controller.ts
+1 −1 frontend/src/ts/pages/settings.ts
+4 −7 frontend/src/ts/popups/custom-text-popup.ts
+4 −5 frontend/src/ts/test/funbox/funbox.ts
+3 −2 frontend/src/ts/test/funbox/layoutfluid-funbox-timer.ts
+1 −1 frontend/src/ts/test/replay.ts
+0 −4 frontend/src/ts/test/words-generator.ts
+3 −1 frontend/src/ts/types/types.d.ts
+21 −5 frontend/static/html/pages/settings.html
+1 −1 frontend/static/html/popups.html
+10 −11 frontend/static/languages/bangla.json
+1,151 −1,323 frontend/static/languages/bangla_10k.json
+3 −3 frontend/static/languages/bangla_letters.json
+160 −160 frontend/static/quotes/code_arduino.json
+54 −54 frontend/static/quotes/code_c++.json
+20 −20 frontend/static/quotes/code_c.json
+62 −62 frontend/static/quotes/code_go.json
+2 −2 frontend/static/quotes/code_java.json
+18 −18 frontend/static/quotes/code_javascript.json
+12 −12 frontend/static/quotes/code_julia.json
+24 −24 frontend/static/quotes/code_lua.json
+168 −168 frontend/static/quotes/code_nim.json
+148 −148 frontend/static/quotes/code_python.json
+54 −54 frontend/static/quotes/code_ruby.json
+6 −6 frontend/static/quotes/code_rust.json
+46 −46 frontend/static/quotes/code_systemverilog.json
+46 −4 frontend/static/quotes/english.json
+2 −2 frontend/static/quotes/french.json
+16 −16 frontend/static/quotes/hindi.json
+34 −34 frontend/static/quotes/irish.json
+4 −4 frontend/static/quotes/latin.json
+2 −2 frontend/static/quotes/spanish.json
+2 −2 frontend/static/quotes/thai.json
+ frontend/static/sound/error1/error1_1.wav
+ frontend/static/sound/error2/error2_1.wav
+ frontend/static/sound/error3/error3_1.wav
+8 −8 frontend/static/themes/_list.json
+10 −10 frontend/static/themes/nord.css
+12 −0 frontend/static/themes/purpleish.css
+0 −24 frontend/static/themes/purpurite.css
+1 −1 package.json

0 comments on commit 7e8d716

Please sign in to comment.