Premade Groups Filter

Premade Groups Filter

9M Downloads

Context-specific UI input fields

0xbs opened this issue ยท 1 comments

commented

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?
commented

Now implemented!