From 006a536a8930942cfff7a1ff007e8e6256c5785e Mon Sep 17 00:00:00 2001 From: James Lyne Date: Wed, 23 Jun 2021 17:40:56 +0100 Subject: [PATCH] Sort player list by dynmap sort value, then alphabetically (Fixes #37) --- src/components/sidebar/PlayerList.vue | 8 ++++---- src/index.d.ts | 8 ++++++-- src/store/mutations.ts | 28 +++++++++++++++++++++++++-- src/store/state.ts | 10 +++++++++- 4 files changed, 45 insertions(+), 9 deletions(-) diff --git a/src/components/sidebar/PlayerList.vue b/src/components/sidebar/PlayerList.vue index 27a25b2..b778e6e 100644 --- a/src/components/sidebar/PlayerList.vue +++ b/src/components/sidebar/PlayerList.vue @@ -16,10 +16,10 @@