* Update _list.json
Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi
Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
* Update _list.json
Added layouts gallaya_matrix, gallaya_angle_iso, gallaya_angle_ansi
Inserted below maya layout as gallaya as a combination of gallium and maya, though I take no issue with these 3 entries being placed at bottom of list if that is the practise for new layout additions.
* Change accountHistory y-axis min of average and pb lines
* extract the floor operation into a variable
* remove whitespace
* setting to 0
---------
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Miodec <jack@monkeytype.com>
* added minimak keymaps
http://www.minimak.org/
* fixed the curly bracket
* reverted one character
---------
Co-authored-by: Jack <jack@monkeytype.com>
* added arrows ITG to the list
* added the implementation for arrows_ITG
I also updated "arrows" so it supported ijkl as well as the normal arrowkeys and wasd
* the actual implementation of the arrow generation
I forgot to commit this one whoops
* missed a curly bracket whoops
* overwritten the arrows generation
Instead of having two similar funboxes, miodec just said to implement the new generation in the existing arrows funbox.
removed the arrows_ITG now
next commit will remove it from the list as well
* removed arrows_ITG and updated arrows
* removed arrows' old generation method
* updated a mistake
* lint, prettier
* added the TODO comment back
didn't realize I removed it sorry
* remove spaces
* gave the variable names something more descriptive
* remove preivous variables
I hate working remotely
* small refactor
* simplify
* simplify
* remove export
* starts with a left or right
* prettier fix
* removed "export"
the function wasn't getting called outside of the file
* parity for a list description
* fixed that one character that got overwritten
* Revert "fixed that one character that got overwritten"
This reverts commit c8a394dc7b.
---------
Co-authored-by: Miodec <jack@monkeytype.com>
Co-authored-by: Evan <evanrayweigel@outlook.com>
Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
* Create graph with ao10, ao100, and pb
* Display best ao10 and 100
* Fix ts errors
* Remove old graph
* Remove smoothing slider and toggle chart style button
* Clean up code
* Populate graph if chartData > 0
* Fix filter not displaying data correctly
* Fix wpm cpm labels
* Update colors using theme colors
* brought back accuracy averages
* different colors
* Add toggle ao10 and ao100
* Change opacity based on toggles
* Persist on refresh
* Fix accountActivity chart point color not updating when changing theme in the command line
* Refactor
* Keep pb color consistent
* removed dot
* smaller buttons, in one row, media queries
* hiding bottom scale
* connected the config properties into 1
* Refactor
* Combine into one loop
* cleanup
removed unused functions
reduced repeating code
removed comments
removed console logs
* removed highest avg 10 and 100 stats
* sweep
---------
Co-authored-by: Miodec <jack@monkeytype.com>