forked from jitsi/jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Threeveta web master #1
Open
Jazastry
wants to merge
110
commits into
master
Choose a base branch
from
threeveta-web-master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In order to display a single hangup button in the center bottom controls group (on V many meeting room) we need to select the button and make it background color red.
- share screen button - bottom button icons - bottom center audio settings dialog - bottom center video-preview setting dialog - settings dialog (devices select and more/language) - left side video strip - top bar clock and watermark positions - adds custom backtround and logo assignment through the iframe API config
- removes black angles on the settings dialogs - updates class selection for Settings dialog action buttons - updates class selection for Settings dialog Languege celect
- we add "not" negate selector in order to prevent adding border-radius for the control icon containers
- adds new component TvtAudioIndicator whidh replaces the AudioMutedIndicator in the StatusIndicators component. The new component displays the current autio status for the participant (in the filmstrip) and adds mute action available for the Threeveta provider participant. - if audio is available and participant is provider, the TvtAudioIndicator backgroud is displayed so it looks like a button. If audio is muted the icon noes not look like a button on hover.
- creates TvtConnectionIndicator component in order to be used instead of ConnectionIndicator jitsi commponent. The TvtConnectionIndicator does not render the popup connection stats table. - updates the filmstrip connection indicator styling - updates the tile-view styling - connection indicator, audioMute indicatior and button, patricipant name and various pointer-events related issues - adds connection indicatior for the main video view under the conference-timer
- adds light background - updates font color to dark - small position update - moves top bar connection indicatior styles to the threeveta/_top-bar.scss file
- adds custom notifications icons - creates custom TvtNotification component - updates Notification layout styling - updates Error notification buttons styling
- hides the button if we do not have set up `interfaceConfig.SUPPORT_URL`
- adds whitish rounded backgroud, in order the black text to be visible on lighter and darker backgrounds - updates the positioning of the watermark in order to not te overlayed of the meeting timer or connection-inticator
- updates the styles for the TvtConnectionIndicator in the Subject (top bar component) in order to be visible with Subject shown or not. - moves the Watermark logo side by side with the TvtConnectionIndicator in order to upgrade the display of both
[320] Mozilla visual bug
- adds new custom interfaceConfig key HIDE_USER_MEDIA_PERMISSIONS_OVERLAY in order to hide the overlay
…iew-full-screen-letter-casing [341] [Not billed - Jasen mistake] FIx Jitsi ShareScreen and View Full-Screen letter casing
…ide-jitsi-need-to-use-microphone-and-camera-screen [327] [Not billed - voluntary work] Hide jitsi need to use microphone and camera screen
Provide a way to read and always store the device in user settings
…ackground-should-full-screen-the-app Double click on the jitsi background should full screen the app
386 mobile vertical handling
…nnoying Show connection notification only once
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Threeveta jitsi-meet changes PR
Current changes
Film strip view
Tile view
Info message
Error message
The support button is shown only if the
interface_config
SUPPORT_URL
is set to not falsy value.