Adds a method to fetchMaster in order to get a player's all-time level
Edits the rendering of the "Create Party" button so that it is always shown. However, if the player's all-time level is less than 10, the button will be disabled and a tooltip will appear when the player hovers over it.
The rendering of the PartiesSkeleton is now dependent on the playerAllTimeStats state const instead of playerStats. This was changed since the "Create Party" button depends on the all-time level instead of the level for the current season.
Purpose
The player now has to be at least level 10 before they can create parties.
Changes
PartiesSkeleton
is now dependent on theplayerAllTimeStats
state const instead ofplayerStats
. This was changed since the "Create Party" button depends on the all-time level instead of the level for the current season.Purpose
Screenshots