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

Garage doesn't apply selection to all selected vehicles but only the first one #97

Closed
CreepPork opened this issue Aug 4, 2019 · 1 comment · Fixed by #193
Closed
Labels
enhancement Improves an existing feature
Milestone

Comments

@CreepPork
Copy link
Member

CreepPork commented Aug 4, 2019

https://gyazo.com/a6108267d250d081f34219b5d32b60a6

@CreepPork CreepPork added the bug Something isn't working label Aug 4, 2019
@mharis001 mharis001 added enhancement Improves an existing feature and removed bug Something isn't working labels Oct 1, 2019
@mharis001
Copy link
Member

mharis001 commented Oct 1, 2019

There are a couple different ways to go about implementing this:

  1. Apply any selected change in the UI to all selected vehicles of the type
    • Would require selecting all options in order to get vehicles with identical customization
  2. Apply the current vehicle's customization to all selected vehicles of the type when the garage is closed
    • Personally my least favourite, since exiting the garage without changing anything would still copy the current vehicle's customization onto selected vehicles
  3. Add an apply to all button which copies the current vehicle's customization onto selected vehicles
    • Could also be a checkbox which applies the changes on exit.

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

Successfully merging a pull request may close this issue.

2 participants