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

types: widgets: Add URL Video widget #515

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

patrickelectric
Copy link
Member

@patrickelectric patrickelectric commented Oct 15, 2023

></v-text-field>
<div>
<span class="text-xs font-semibold leading-3 text-slate-600">Fit style</span>
<Dropdown v-model="widget.options.fitStyle" :options="['cover', 'fill', 'contain']" class="max-w-[144px]" />
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<Dropdown v-model="widget.options.fitStyle" :options="['cover', 'fill', 'contain']" class="max-w-[144px]" />
<Dropdown v-model="widget.options.fitStyle" :options="['cover', 'fill', 'contain']" variant="outlined" class="max-w-[144px]" />

Copy link
Member

@joaoantoniocardoso joaoantoniocardoso left a comment

Choose a reason for hiding this comment

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

Tested, works great. The name seems confusing, maybe something like "MP4 Video Player", or "URL Video Player" or "File Video Player"

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
@patrickelectric patrickelectric merged commit c38bfe0 into bluerobotics:master Oct 16, 2023
5 checks passed
@patrickelectric patrickelectric deleted the add-video-widget branch October 16, 2023 17:19
@rafaellehmkuhl
Copy link
Member

I would ask on the next PRs that we follow the current pattern of one commit per logical change.

@ES-Alexander ES-Alexander added the docs-needed Change needs to be documented label Oct 27, 2023
@ES-Alexander ES-Alexander changed the title types: widgets: Add Video widget types: widgets: Add URL Video widget Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 23, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to ES-Alexander/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to bluerobotics/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to bluerobotics/ardusub-zola that referenced this pull request Nov 24, 2023
ES-Alexander added a commit to bluerobotics/ardusub-zola that referenced this pull request Nov 24, 2023
@ES-Alexander ES-Alexander removed the docs-needed Change needs to be documented label Nov 26, 2023
@ES-Alexander ES-Alexander added the docs-complete Change documentation has been completed label Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-complete Change documentation has been completed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create simple html video widget
4 participants