Skip to content

Commit

Permalink
feat: quest quick select menu
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 10, 2024
1 parent dc3e10a commit 02d8d65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/layout/drawer/Extras.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,22 @@ const BaseQuestSet = () => {
items={QUEST_SETS}
/>
</ListItem>
<MultiSelectorList>
<SelectorListMemo
key="quest_items"
category="pokestops"
subCategory="quests"
label="search_quests"
height={350}
/>
<SelectorListMemo
key="quest_pokemon"
category="pokestops"
subCategory="pokemon"
label="search_quests"
height={350}
/>
</MultiSelectorList>
</CollapsibleItem>
)
}
Expand Down

0 comments on commit 02d8d65

Please sign in to comment.