mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 04:51:16 +08:00
reversed results list
This commit is contained in:
parent
5cdc462757
commit
c53138ce1c
2 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
- Tests started and completed doesn't increment when quitting a running test
|
||||
- Doesn't work as I expected in live version either, no issue
|
||||
- Create configSchema
|
||||
- Figure out if filteredResults.reverse(); in account.js is going to cause efficiency issues
|
||||
- Could reverse processing of results, but that would add more complexity to code
|
||||
|
||||
## After beta is ready
|
||||
|
||||
|
|
|
@ -580,6 +580,7 @@ export function update() {
|
|||
|
||||
totalWpm += result.wpm;
|
||||
});
|
||||
filteredResults.reverse();
|
||||
loadMoreLines();
|
||||
////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue