Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiselect for territory filtering #1934

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Soxasora
Copy link
Member

@Soxasora Soxasora commented Mar 1, 2025

Description

Completes #795
Adds support for multiple territories in item gathering queries.
Introduces Multi Select, a new component that lets you choose between multiple entries. And paired with MultiSubSelect, it delivers a new personal feed experience.

To start, enter a territory and press the '+' button. Multi Select will appear with the territory you're on, already picked.

Screenshots

Early UI, proof of concept

Select with Add button
image

Select and MultiSubSelect
image

MultiSubSelect full overview
image

MultiSubSelect full overview with lots of selected territories
image

Additional Context

WIP

Checklist

Are your changes backwards compatible? Please answer below:
n/a

On a scale of 1-10 how well and how have you QA'd this change and any features it might affect? Please answer below:
n/a

For frontend changes: Tested on mobile, light and dark mode? Please answer below:
Yes

Did you introduce any new environment variables? If so, call them out explicitly here:
No

Progress

WIP:

  • Multi Select component
    -- Clean Multi Select from repetitive handles
    -- Better styling of dropdown
    -- Make adjustments to make it usable and validated in a Form

  • Select component
    -- Don't show 'home' when using MultiSelect
    -- Adjust placement of '+' button

  • Mechanisms
    -- Better query.sub gathering and composing
    -- Adjust Sorts (recent, random, top) to support Multi Select and query.sub as array

Functioning:

  • Multi Select component
  • Multi-territory feed
  • Queries accepts arrays of Sub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant