widgetti / widgetti/ipyvuetify
Disable continous updates of widgets
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
First of all great project, excellent work!
A small question: is it there a keyword somewhere in the ipyvuetify widgets to only apply the changes of the widget on the release of the mouse. So for instance the Slider will only update after the mouse is released, and not while one is sliding the thing around. In the ipywidgets library some widgets have the continuous_update=False keyword.
Or perhaps there is some way to replicate this behaviour?
Cheers!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by reviewing how ipyvuetify widgets propagate slider changes and compare that behavior with ipywidgets' continuous_update option; done means a widget can defer applying changes until the mouse is released.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100