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

Added an option to import lots without costs #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

madhex
Copy link

@madhex madhex commented Jan 15, 2024

In some cases, the wheel is just used to randomize a plain list of items regardless of any auction, but the site treats each line as a csv string with a numeric value.

const [name, amount = 1] = item.split(',');

This causes problems when the imported text file contains commas.

This PR implements an additional option to disable such parsing while importing lots.

Lots without costs

HarvelsX and others added 4 commits December 10, 2023 17:50
More internationalization...
 - Added a checkbox on the wheel import window to disable costs parsing

 - Minor css hacky fix
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.

3 participants