Context-specific UI input fields
0xbs opened this issue ยท 1 comments
Issue
Currently the PGF UI always shows the same input fields regardless of the context (dungeons, raids, arena).
Suggestion
Show input fields in the UI depending on the current category:
- Show Mythic+ Rating only if
activityInfo.isMythicPlusActivity
- Show PvP Rating only if
activityInfo.isRatedPvpActivity
- Show Raid bosses defeated only on raid categories
Open Points
- This will release two lines in the UI. How should the new space be used?