Skip to content

Commit

Permalink
add gdr replay filtering on index
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1DEA committed May 8, 2024
1 parent 38e44a9 commit 23f39a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/Pages/Replays/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const formFinished = computed(() => {
});
const filters = ref({
'gdr': false,
'tasbot': false,
'mhr': false,
'mhr_json': false,
Expand All @@ -77,6 +78,7 @@ const filters = ref({
});
const formats = {
'gdr': 'GD Replay',
'tasbot': 'TASBOT',
'mhr': 'MegaHack Replay',
'mhr_json': 'MegaHack Replay (JSON)',
Expand Down

0 comments on commit 23f39a0

Please sign in to comment.