Lucas Zawacki
545f486c29
fix(timer): New songs for timer
2023-05-18 15:29:41 -03:00
Carlos
da156b7486
fix(timer) presentation blocking the buttons
...
Add scroll to timer menu.
2023-05-18 15:29:41 -03:00
Átila
a23e19adde
fix(timer): Item alignment
...
* fix(timer): Item alignment
Co-authored-by: Arthur B. Grossi <32987232+Arthurk12@users.noreply.github.com>
2023-05-18 15:29:40 -03:00
AtilaU19
f0b1a755cb
fix(timer): timer song list centering
2023-05-18 15:29:40 -03:00
Arthurk12
a671d45739
fix(layout): adjusts the timer tab height
...
Changes the timer's tab height to be relative, so it does not cover the
presentation when it is under the content panel.
2023-05-18 15:29:40 -03:00
Arthurk12
0d06241a68
feat(timer): port to 2.5
...
Port timer feature to 2.5 which includes 3 components:
- Timer component
- Timer indicator component
- Timer sidebar button component
2023-05-18 15:29:39 -03:00
AtilaU19
7a6e457f5d
refactor(timer): updateTimer fuction argument list
...
Replacement of the list of arguments of the update Timer function in an object and adequacy of its calls in the functions when necessary.
2023-05-18 15:29:39 -03:00
Arthurk12
02a6feb1c8
fix(timer): change users count threshold
...
Changes the timer auto-stop threshold from 90% to 100% of user count
to prioritize the timer alert sounding for all users over the timer state
being consistent.
Also, puts the user count fetch back to where it was to avoid a race
condition where the number of users when setting the observer is
different than when the timer ends(i.e. users've joined or left the
meeting while the timer was running) causing the timer not to stop or
stop prematurely.
2023-05-18 15:29:39 -03:00
Arthurk12
10e1b70bf9
chore(timer): adds log message to beep
2023-05-18 15:29:38 -03:00
Arthurk12
6628296471
fix(timer): wrong attribute to get users count
...
There was a legacy attribute being used to find active users in the meeting.
This wrong attribute caused the returned number of users to be 0 which
makes the timer stop prematurely and, possibly, not to issue the timer beep.
Also adds a missing argument to updateTimer and moves the find call to
the Users collection to a external function, so it doesn't get executed
every time an user notifies timer has ended.
2023-05-18 15:29:38 -03:00
AtilaU19
a694595275
feat(timer): added requestedUserId and Action logs
2023-05-18 15:29:38 -03:00
Arthurk12
df9b0a2655
refactor(timer): audio tag and play/stop conditions
...
Sets conditions for calling play and stop music to avoid being called
repeatedly.
Groups all stop calls into a point to make the code cleaner.
Avoid recreating new audio tag whenever the timer song changes.
2023-05-18 15:29:37 -03:00
Arthurk12
857389e295
fix(timer): music selectors
...
Disables track radio selectors when timer feature is in stopwatch mode.
2023-05-18 15:29:37 -03:00
Arthurk12
cc2387a7dd
fix(timer): stop music on unmount
...
Stops music when timer indicator component is unmounted.
2023-05-18 15:29:37 -03:00
Arthurk12
02faa3b763
Updates timer music tracks
...
Adds the new edited tracks
2023-05-18 15:29:37 -03:00
Arthurk12
3895d86823
fix(timer): indicator not showing on mobile
...
Due to the new layout manager, open panels' checking needed tweaking.
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
a8e7f9c896
fix(timer): add key prop to tracks list
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
2b4d40d6e8
refactor(timer): functions order
2023-05-18 15:29:36 -03:00
Pedro Beschorner Marin
47cecbfea2
refactor(timer): add parseInt radix
2023-05-18 15:29:35 -03:00
Arthurk12
f5a5a960ba
feat(timer): adds more songs
...
Adds 2 more songs to the timer, which can be switched using the radio
buttons inside timer panel.
Changed the music loop logic to make it gapless.
2023-05-18 15:29:35 -03:00
Arthurk12
529a5a6b10
fix(timer): music stop
...
Forces timer music to stop when timer is deactivated while running.
2023-05-18 15:29:35 -03:00
Arthur B. Grossi
17aa3d7177
Requested changes
...
Filters users collection by 'online' connection status and describes when/how
server detects that the timer has ended to automatically stop it.
Also, fixed a corner case that when timer alarm was disabled, clients didn't
notify that the timer ended.
2023-05-18 15:29:35 -03:00
Arthur B. Grossi
737b5e6b3a
fix(timer): music toggle alignment
...
Music label and toggle are closer and centralized.
2023-05-18 15:29:34 -03:00
Arthur B. Grossi
dbbef569a9
fix(timer): autoplay
...
When user enters meeting with music already playing, an event listener is set
to play the music only after user interaction.
Also, to keep timer more cohesive and reduce complexity of the condition for
playing music, timer automatically stops after 90% of users notify that the
timer has expired.
2023-05-18 15:29:34 -03:00
Arthur B. Grossi
cc61652aa3
feat(timer): ambient music
...
Adds a music player for ambient sound which can be turned on and off using a
toggle located inside timer panel. When stopwatch is selected, this toggle is
automattically turned off.
2023-05-18 15:29:34 -03:00
Arthurk12
3952112f49
fix(timer): start/stop button color
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
ea30525cb4
Timer design extra tweaks
2023-05-18 15:29:33 -03:00
Arthurk12
cc2f509c7c
Refactored timer design
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
585dbef43d
Time offset refactor
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
c040db8f58
Fix alarm when deactivated
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
2f104eafc8
Syncing time offset between client and server
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
4d8f7070de
Add timer alarm
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
f4a5421843
Add timer view
2023-05-18 15:29:31 -03:00
Pedro Beschorner Marin
5463a4a423
Stopwatch handlers
2023-05-18 15:29:31 -03:00
Arthurk12
953a3d3548
Timer first commit
2023-05-18 15:29:31 -03:00
Ramón Souza
c64cf5ccbd
Merge pull request #17935 from Scroody/I-16114
...
feat: Disable self-view of webcam
2023-05-17 14:49:40 -03:00
Scroody
0fa1b9b3eb
More requested changes made
2023-05-17 13:54:54 -03:00
Scroody
4a6d1258ae
Requested changes made and fix of deactivating mutiple cams
2023-05-17 11:30:06 -03:00
Scroody
99885c20ed
Final Adjust
2023-05-16 15:43:06 -03:00
Anton Georgiev
c441b5821e
Merge pull request #17932 from antobinary/may16-merge
...
chore: Merge 2.6.7+ into v2.7.x-release
2023-05-16 13:40:39 -04:00
Scroody
8272b487f3
Testing
2023-05-16 14:39:56 -03:00
Anton Georgiev
510c94cfa7
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into may16-merge
2023-05-16 13:35:47 -04:00
Anton Georgiev
19f93221fe
Merge pull request #17881 from gabriellpr/notes-serial-mode
...
test: Sharednotes serial mode
2023-05-16 11:23:15 -04:00
Ramón Souza
99832aa570
Merge pull request #17864 from hiroshisuga/dev2.6_fitToWidthStyle
...
style: Change style of fit-to-width button when it's on
2023-05-16 08:56:39 -03:00
Ramón Souza
341e2c9464
Merge pull request #17862 from hiroshisuga/patch-4
...
style: remove unnecessary fit-to-width style
2023-05-16 08:51:45 -03:00
Ramón Souza
af23ce542e
Merge pull request #17702 from Scroody/virtual-backgound-accepts-webp
...
feat (html5): Virtual backgrounds now accepts webp format
2023-05-15 17:06:41 -03:00
Anton Georgiev
f1d5c292c8
Merge pull request #17903 from antobinary/merge-267-27
...
chore: Merge BBB 2.6.7 into v2.7.x-release
2023-05-15 15:44:40 -04:00
Ramón Souza
fecf42dada
Merge pull request #17905 from danielpetri1/export-toast-fix
...
fix(bbb-html5): Successful annotated export toast
2023-05-15 16:39:16 -03:00
danielpetri1
6435fbbf25
Linting changes
2023-05-15 18:56:01 +00:00
transifex-integration[bot]
a4f046a219
Translate en.json in uk_UA ( #17922 )
...
100% translated source file: 'en.json'
on the 'uk_UA' language.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-05-15 14:49:45 -04:00