Skip to content

Conversation

@Jinwoong-Hwang
Copy link

No description provided.

sibelius and others added 30 commits December 5, 2017 08:51
fix ptomasroos#46

- modernize converters code
- valueToPosition uses closest index function
- improve cWRP to handle min, max properly changes
it doesn't work on android in production mode
new impl not that easy for dummies like me
return old createArray implementation
Add currentValue prop type to DefaultMarker component.
darkwebdev and others added 28 commits March 22, 2020 13:48
* Update README.md

* Update README.md

* Update README.md
)

* fix(marker): offset markers on opposite directions

* docs(readme): update markerOffset description
The fact that this function is still returning a position when value is undefined was causing me an issue in single slider mode as under some conditions (after changing min and max values) it was setting positionTwo equal to max.
I think it's better it returns undefined when value is undefined
Cleaned up indentations while keeping original code style
* Fix ptomasroos#45

* Fix ptomasroos#45 for any value of snapped prop and centralise prettier config

* bugfix: add default value to markerSize
…roos#200)

* Fix ptomasroos#45

* Fix ptomasroos#45 for any value of snapped prop and centralise prettier config

* bugfix: add default value to markerSize

* doc: README.md updated
* fix: Reenable allowOverlap for large sliders

If your slider goes from, let's say, 0 to 10:
- `this.optionsArray = [0, 1, ... 10];` => its length is 11
- however, `this.props.sliderLength` should only be divided by 10 (representing the 10 sections `0-1`, `1-2`, ..., `9-10`)

The fix is then simply to replace L56 by
`    this.stepLength = this.props.sliderLength / (this.optionsArray.length - 1);`

* docs: Explicit the unit used by minMarkerOverlapDistance for more clarity

One could think it was about steps
* feat: Allow expressing overlap distance without re-computing stepLength

* refactor: Suggest reducing number of ternary conditions
Co-authored-by: Jascha Kanngiesser <jascha.kanngiesser@sap.com>
* * Adding so its possible to show steps
  - Show step labels
  - Show step marks on the track
  - Customizable step labels, prefix and suffix styling et.
  - Customizable styling for step container, step label and step markers
* Adding smooth-snapped

* Added docs
* Update README.md

* Update README.md
cannot be combined with minMarkerOverlapDistance/minMarkerOverlapStepDistance were interchanged. Readme has now been fixed
Prop disabledMarkerStyle exists in code, yet missing in definitions.
make it so trackStyle prop is respected
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

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

Auto Pull Request Review from LlamaPReview

Large PR Notification

Dear contributor,

Thank you for your substantial contribution to this project. LlamaPReview has detected that this Pull Request contains a large volume of changes, which exceeds our current processing capacity.

Details:

  • PR and related contents total size: Approximately 66,042 characters
  • Current limit: 50,000 characters

Next steps:

  1. Consider breaking this PR into smaller, more focused changes if possible.
  2. For manual review, please reach out to your team members or maintainers.

We appreciate your understanding and commitment to improving this project. Your contributions are valuable, and we want to ensure they receive the attention they deserve.

LlamaPReview is continuously evolving to better serve the community. Share your thoughts on handling large PRs in our GitHub Discussions - your feedback helps us improve and expand our capabilities.

If you have any questions or need assistance, our community and support team are here to help.

Best regards,
LlamaPReview Team

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.