Ramón Souza
349e04724e
move set away toggle to options menu ( #21447 )
2024-10-16 14:13:12 -03:00
André Castro
dfd3e252b0
style(nav-bar/recording-indicator): Refactor padding in RecordingStatusViewOnly
for consistent spacing. ( #21454 )
...
* style(nav-bar/recording-indicator): Refactor padding in `RecordingStatusViewOnly` for consistent spacing.
* TS fix
2024-10-16 09:55:38 -03:00
André Möller
9fe6dad956
refactor(nav-bar/talking-indicator): Refactor styles in TalkingIndicator
to conditionally apply styles based on user role.
2024-10-14 10:48:58 -03:00
Ramón Souza
3aabed9c27
fix fullscreen button
2024-10-09 14:23:06 -03:00
André Castro
26a0d00bdf
style(connection-status): Enhance mobile responsiveness for connection status and recording indicator components. ( #21305 )
2024-10-02 08:39:44 -03:00
Ramón Souza
e76b323567
remove unused import
2024-09-24 09:02:35 -03:00
Ramón Souza
128e568531
remove unused prop
2024-09-24 08:55:28 -03:00
Ramón Souza
df868e6048
Log whether the user chose to Continue or Leave ( #21198 )
...
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
2024-09-19 09:21:10 -03:00
André Castro
b8f3a090bd
Fix: Errors and warnings ( #20975 )
...
* bad set state (actionsBarContainer)
* bad set state (appContainer)
* isMobile should be ismobile warning
* bad setState (notes)
* bad setState (user-notes)
* bad setState (user-participants-title)
* bad setState (webCamContainer)
* bad setState (PresentationMenuContainer)
* fix webCams not working issue
* fix userList user counter not working issue
* fix TS lint
* fix TS lint
* fix TS lint
* Later changes
2024-09-10 16:10:28 -04:00
Ramón Souza
ff21ae1792
refactor: move remaining inline SVG to reusable component ( #21108 )
...
* move recording icon to icon-svg component
* move whiteboard options icon to icon-svg component
2024-09-09 08:57:26 -03:00
André Möller
9d26c41655
Additional changes
2024-08-07 11:01:02 -03:00
André Möller
d77e44ee27
merge
2024-08-01 13:10:21 -03:00
André Möller
f18d201de2
Client: Adding loading status to buttons
2024-07-30 15:53:49 -03:00
João Victor Nunes
5a00a85f07
fix(html5): a couple of fixes for the recording button ( #20758 )
2024-07-26 12:45:48 -04:00
Ramón Souza
2018b6884e
Merge pull request #20702 from ramonlsouza/check-memo
...
refactor: reduce useMemo use
2024-07-15 11:13:08 -03:00
Ramón Souza
47ee93eb91
remove unique data from talking indicator useMemo
2024-07-12 13:36:01 -03:00
Gustavo Trott
fda1b5b107
Remove unnecessary user voice props
2024-07-12 13:26:26 -03:00
Ramón Souza
1c516ee0c2
remove recording indicator useMemo with time as a dependency
2024-07-12 11:18:36 -03:00
Ramón Souza
2220340037
refactor: port layout button changes to v3.0.x ( #20672 )
2024-07-09 14:20:46 -04:00
Ramón Souza
df7184d731
Update bigbluebutton-html5/imports/ui/components/nav-bar/nav-bar-graphql/recording-indicator/component.tsx
2024-07-08 09:13:36 -03:00
João Victor
9f9f857bdc
style: recording button label margin
2024-07-05 17:21:49 -03:00
Ramón Souza
e4b2494bb8
Merge pull request #20618 from JoVictorNunes/voice-activity-adapter
...
refactor: add voice activity adapter
2024-07-02 15:12:39 -03:00
João Victor
69d24bb880
refactor: add voice activity adapter
2024-07-01 11:08:31 -03:00
Ramón Souza
951497ef41
remove recording label in phone
2024-07-01 09:50:53 -03:00
João Victor Nunes
9801905960
fix: improve the hooks of voice activity ( #20589 )
...
* fix: improve the hooks of voice activity
* Add check for users who haven't talked
2024-06-27 14:31:20 -03:00
João Victor
7577dcc41c
Use Hasura relationship instead of SQL join
2024-06-25 17:14:00 -03:00
João Victor
f949aaba7d
Fix sorting and cleanup
2024-06-25 16:54:12 -03:00
João Victor
9ed7b17285
Custom hook for talking indicators
2024-06-24 10:25:48 -03:00
João Victor
17b734e642
refactor(core-html5): custom hooks for voice data
2024-06-21 18:45:05 -03:00
Tiago Jacobs
ba02a327e1
Revert "refactor(core-html5): custom hook for voice data"
2024-06-19 14:18:58 -03:00
João Victor
7ede343490
refactor(core-html5): custom hook for voice data
2024-06-18 15:40:14 -03:00
João Victor
a45eea5a26
Remove Meteor imports
2024-06-14 16:54:31 -03:00
João Victor
095cbe4268
Add optional chaining
2024-06-14 16:17:31 -03:00
Ramón Souza
78e15c82a2
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_20481
2024-06-13 16:04:26 -03:00
Tainan Felipe
5aa575c322
Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-withtracker-2-they-strike-back
2024-06-13 12:07:50 -03:00
João Victor
9f53478767
Merge branch 'v3.0.x-release' into remove-with-trackers-0612
2024-06-12 14:21:26 -03:00
João Victor
d770e3cdba
refactor: remove withTracker from navbar dropdown
2024-06-11 16:04:11 -03:00
João Victor
6bda0b5914
refactor: tweak breakout params
2024-06-11 12:13:10 -03:00
João Victor
7a6044cb67
refactor: remove navbar withTracker
2024-06-11 11:46:16 -03:00
Tainan Felipe
df12181bfe
Remove: leave meeting button withTracker
2024-06-11 11:04:02 -03:00
João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency
with observer hook ( #20322 )
...
* refactor(storage): replace Tracker.Dependency with observer hook
* fix(storage): set initial value
* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -03:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
João Victor
40fa0eaab3
fix(audio): explicitly pass whcih user to mute
...
- Do not assume current user to mute when params are nullable
2024-05-10 08:52:01 -03:00
João Victor
a99581ce64
fix(audio): moderators not able to mute users
2024-05-09 16:03:54 -03:00
Ramón Souza
967ae9ddcc
fix undefined label in leave meeting button warning
2024-05-03 13:02:53 -03:00
Tainan Felipe
5070d26c90
Merge remote-tracking branch 'upstream/v3.0.x-release' into code-removal
2024-05-01 09:58:01 -03:00
Tainan Felipe
e4a23feda3
Remove: old code from notes, pads and meeting ended
2024-05-01 09:39:03 -03:00
Tainan Felipe
1e90237305
Remove: timer js files
2024-04-30 12:45:05 -03:00
Tainan Felipe
45862bf417
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-user-settings
2024-04-24 17:21:03 -03:00