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

Video background image round one #9276

Merged
merged 18 commits into from
Apr 18, 2023

Conversation

marcoambrosini
Copy link
Member

@marcoambrosini marcoambrosini commented Apr 7, 2023

☑️ Resolves

🖼️ Screenshots

🏚️ Before | 🏡 After

Screenshot 2023-04-17 at 17 33 31

🚧 Tasks

  • Rename DeviceChecker into MediaSettings
  • Allow to open MediaSettings from call view
  • Update MediaSettings layout
  • Create videoBackgroundEditor component
  • Move blurring of the background to videoBackgroundEditor
  • Add some background images to the img folder
  • Display background options in videoBackgroundEditor
  • Allow to select a background image
  • Properly load saved settings

🏁 Checklist

@marcoambrosini marcoambrosini self-assigned this Apr 7, 2023
@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch from e15fe82 to d383d9a Compare April 7, 2023 15:23
@marcoambrosini marcoambrosini changed the title Rename devicechecker into mediasettings Video background image round one Apr 10, 2023
@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch 2 times, most recently from d441be8 to f94410e Compare April 13, 2023 15:39
@@ -323,8 +310,12 @@ export default {
return !(this.hasCall && !this.isInLobby)
},

canRecordingTakePlace() {
return getCapabilities()?.spreed?.config?.call?.recording || false
showDeviceSelection() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check this computed property. It's used wrong at method closeModal()

Copy link
Member Author

Choose a reason for hiding this comment

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

Could you please clarify this one?

img/.DS_Store Outdated Show resolved Hide resolved
@Antreesy

This comment was marked as outdated.

@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch from f94410e to 4f31a61 Compare April 17, 2023 11:51
@nickvergessen nickvergessen added this to the 💙 Next Major (27) milestone Apr 17, 2023
@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch 2 times, most recently from 536ce23 to c52c195 Compare April 17, 2023 14:10
img/.DS_Store Outdated Show resolved Hide resolved
img/backgrounds/.DS_Store Outdated Show resolved Hide resolved
src/components/TopBar/CallButton.vue Show resolved Hide resolved
src/components/TopBar/CallButton.vue Show resolved Hide resolved
img/.DS_Store Outdated Show resolved Hide resolved
img/backgrounds/.DS_Store Outdated Show resolved Hide resolved
src/components/MediaSettings/VideoBackgroundEditor.vue Outdated Show resolved Hide resolved
src/components/MediaSettings/VideoBackgroundEditor.vue Outdated Show resolved Hide resolved
src/components/MediaSettings/VideoBackgroundEditor.vue Outdated Show resolved Hide resolved
@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch 2 times, most recently from 50ef3b6 to 85447d5 Compare April 17, 2023 16:03
@marcoambrosini marcoambrosini marked this pull request as ready for review April 17, 2023 16:38
@marcoambrosini marcoambrosini force-pushed the feature/9269/video-background-part-1 branch from 63477f0 to 3e9dbbe Compare April 18, 2023 05:36
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

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

Seems to work so far, still some things open but that's for part2

@marcoambrosini marcoambrosini merged commit 6be7963 into master Apr 18, 2023
@marcoambrosini marcoambrosini deleted the feature/9269/video-background-part-1 branch April 18, 2023 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frontend - Part 1 "Background image (similar to background blur) in calls"
4 participants