Tainan Felipe
528e82e2fc
Remove: unused imports
2024-04-30 13:31:11 -03:00
Tainan Felipe
1e90237305
Remove: timer js files
2024-04-30 12:45:05 -03:00
Ramón Souza
23118f4115
remove unused timer indicator component
2023-11-14 13:30:20 -03:00
Ramón Souza
10d9a94901
Merge pull request #18838 from Tainan404/migrate-time-indicator
...
Refactor: Migrate timer indicator
2023-11-02 08:06:19 -03:00
Tainan Felipe
35f4d759fa
Refactor: Migrate timer indicator
2023-09-25 10:04:28 -03:00
imdt
e235258a58
Requested changes
2023-09-19 12:49:43 -03:00
imdt
f50b12e6c0
Client: Tooltip added to timer
2023-09-15 14:35:25 -03:00
Gustavo Trott
baba92cb0f
Merge 2.7 into Develop
2023-08-04 16:47:23 -03:00
André Castro
163e18b8a3
Adjustments to the timer
2023-08-03 16:15:46 -03:00
imdt
44a0c2d10c
Client: Margin of timer adjusted to better fitting size
2023-08-03 11:48:00 -03:00
Scroody
86f4e372f8
Fix: Warnings when creating a new meeting
2023-07-19 13:22:50 -03:00
GuiLeme
2cf46e4d05
[port-timer-with-events-suggestions] - made review suggestions
2023-06-08 16:37:32 -03:00
Arthurk12
33878f6224
fix(timer): tab title indicator flag
...
Adds a flag to the settings.yml file to enable and disable the timer
indicator in the tab title.
2023-05-18 15:29:43 -03:00
Arthurk12
b3c12153c3
feat(timer): add indicator to the tab title
...
Adds the current time string to the tab title, enclosed by opening and
closing brackets.
2023-05-18 15:29:43 -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
Arthurk12
10e1b70bf9
chore(timer): adds log message to beep
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
cc2387a7dd
fix(timer): stop music on unmount
...
Stops music when timer indicator component is unmounted.
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
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
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
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