widgetti / widgetti/ipyvuetify
Provide access to the breakpoint service object
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
There is an example in vuetify docs that opens the fullscreen dialog on mobile devices:
<template>
<v-dialog :fullscreen="$vuetify.breakpoint.mobile">
...
</v-dialog>
</template>
In ipyvuetify the fullscreen property of v.Dialog expects a boolean value. Is it possible to either allow it to be a string with a javascript expression, just like in the example, or provide some widget with the same properties as in $vuetify.breakpoint to use with jslink?
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
Start with the V.Dialog fullscreen property and the existing jslink behavior, using the linked Vuetify breakpoint service example as the reference. Determine whether JavaScript expressions can be accepted or whether a widget exposing the breakpoint properties is needed; done means mobile breakpoint state can drive fullscreen through the supported ipyvuetify interface.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100