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

1141 map select options #1149

Merged
merged 6 commits into from
May 13, 2022
Merged

1141 map select options #1149

merged 6 commits into from
May 13, 2022

Conversation

ezhou0
Copy link
Member

@ezhou0 ezhou0 commented Nov 1, 2021

Fixes #1141

  • Up to date with dev branch
  • Branch name follows guidelines
  • All PR Status checks are successful
  • Peer reviewed and approved

Any questions? See the getting started guide

@ezhou0
Copy link
Member Author

ezhou0 commented Nov 5, 2021

filters start off empty with an option to select all

Screen Shot 2021-11-04 at 7 44 18 PM

clicking select all selects all options

Screen Shot 2021-11-04 at 7 44 28 PM

Copy link

@KristenDLR KristenDLR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, this looks good!

Copy link
Member

@adamkendis adamkendis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments!

client/components/main/Desktop/TypeSelector/index.js Outdated Show resolved Hide resolved
client/redux/tempTypes.js Outdated Show resolved Hide resolved
@ezhou0
Copy link
Member Author

ezhou0 commented Dec 7, 2021

Screen Shot 2021-12-06 at 7 15 09 PM

Screen Shot 2021-12-06 at 7 15 16 PM

Checking the "Select All" option checks all not already checked filter types.
Deselecting the "Select All" option unchecks all not already unchecked filter types.

@adamkendis
Copy link
Member

I'm looking into the failing build pipeline.

onChange={() => updateTypesFilter(type.typeId)}
/>
}
label={type.typeName}
/>
))}
<FormControlLabel
key={'all'}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you'll need to wrap the key value in curly braces if it's just a string.

@adamkendis
Copy link
Member

Hey Edwin, just left one more tiny comment and everything looks good to go! I haven't had the time to look into the build pipeline yet. You're welcome to look into it if you'd like, otherwise I'll try to resolve it and merge in your PR this weekend.

@nichhk nichhk self-assigned this May 6, 2022
@nichhk nichhk requested a review from joshuayhwu May 13, 2022 00:03
@nichhk
Copy link
Member

nichhk commented May 13, 2022

@joshuayhwu, I just merged some updates into this branch so the build checks pass.

Copy link
Contributor

@joshuayhwu joshuayhwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@nichhk nichhk dismissed adamkendis’s stale review May 13, 2022 00:41

Adam is no longer working on this

@nichhk
Copy link
Member

nichhk commented May 13, 2022

Thanks for the speedy review Joshua!

@nichhk nichhk merged commit 8b6de42 into dev May 13, 2022
@nichhk nichhk deleted the 1141-Map-SelectOptions branch May 13, 2022 00:41
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.

Change Map Selection default and options
5 participants