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

add "has delivery" toggle #2

Open
jrhizor opened this issue Apr 13, 2024 · 0 comments
Open

add "has delivery" toggle #2

jrhizor opened this issue Apr 13, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jrhizor
Copy link
Contributor

jrhizor commented Apr 13, 2024

Next to the search field add something like

<div className="flex items-center gap-8">
           <div className="flex items-center space-x-2">
            <Switch id="has-delivery" />
            <Label htmlFor="has-delivery">Has Delivery</Label>
          </div>
</div>

This toggle should hide locations that do not have delivery from both the map view and the list view.

@jrhizor jrhizor added the good first issue Good for newcomers label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant