mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
add sort by date joined option
This commit is contained in:
@@ -185,6 +185,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
|
|||||||
'level': 'Sort by Level',
|
'level': 'Sort by Level',
|
||||||
'random': 'Sort randomly',
|
'random': 'Sort randomly',
|
||||||
'pets': 'Sort by number of pets',
|
'pets': 'Sort by number of pets',
|
||||||
|
'party_date_joined': 'Sort by Party date joined',
|
||||||
};
|
};
|
||||||
|
|
||||||
}])
|
}])
|
||||||
|
|||||||
Reference in New Issue
Block a user