Jaggar
141f148e37
Merge pull request #60 from GimleLarpes/patch-3
...
Reworks/cleans up structure of Room, RoomView and CallView
2025-08-09 20:51:09 +00:00
Gimle Larpes
e504a9ef4c
Update RoomView.tsx to accomodate restructuring of Room, RoomView and CallView
2025-07-31 20:52:01 +02:00
Gimle Larpes
fb9ca31a43
Update Room.tsx to accomodate restructuring of Room, RoomView and CallView
2025-07-31 20:36:16 +02:00
Gimle Larpes
b91a9d72b0
Simplify RoomViewHeader.tsx
...
Remove unused UI elements that don't have implemented functionality. Replace custom function for checking if a room is direct with a standard hook.
2025-07-31 14:08:44 +02:00
Jaggar
eaf70fb79a
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-24 19:01:41 -05:00
Jaggar
2869735e2b
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-24 19:01:09 -05:00
Jaggar
40a2277996
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-24 19:00:54 -05:00
Jaggar
7e948f0050
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-24 19:00:19 -05:00
Jaggar
6d0e8b7f79
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-24 19:00:06 -05:00
Gigiaj
7712e34d22
adjust room header for calling
2025-06-18 17:42:53 -05:00
Jaggar
4403eacdf1
Update src/app/features/room/RoomView.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-18 17:42:15 -05:00
Jaggar
9be2a945da
Update src/app/features/room/RoomView.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-18 17:27:34 -05:00
Jaggar
8e4f310aa3
Update src/app/features/room/RoomViewHeader.tsx
...
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com >
2025-06-15 23:31:53 -05:00
Gigiaj
02ac70affc
Re-arrange more options and add checks for each option to see if it is a call room (probably should manage a state to see if a header is already on screen and provide a slightly modified visual based on that for call rooms)
2025-06-10 20:01:15 -05:00
Gigiaj
1871f70704
Fix path issue from moving file locations
2025-05-23 01:24:32 -05:00
Gigiaj
d54bc2c110
Move files to more correct location
2025-05-23 00:01:19 -05:00
Gigiaj
ff02c461e7
Fixes element-call embedded support (but it seems to run poorly)
2025-05-22 23:52:19 -05:00
Gigiaj
e4ce4da8ee
Remove unneeded logger.errors
2025-05-22 23:14:24 -05:00
Gigiaj
f262f54728
Fix to use shorthand prop
2025-05-22 23:13:08 -05:00
GigiaJ
cd0d4c9704
Resolved merge conflict
2025-05-22 20:28:19 -05:00
Gigiaj
0db52c2d37
Moved CallProvider
2025-05-22 20:02:35 -05:00
Gigiaj
a81492c5b2
update imports and dependency array
2025-05-22 19:57:40 -05:00
Gigiaj
c6ceb3f977
revert ternary expression change and add to dependency array
2025-05-22 19:42:46 -05:00
Gigiaj
3bd7588497
Add widgetId as a getWidgetUrl param
2025-05-22 17:49:40 -05:00
Gigiaj
0b70ce7591
Remove Date.now() that was causing widgetId desync
2025-05-22 17:33:36 -05:00
Ajay Bura
87e97eab88
Update commands ( #2325 )
...
* kick-ban all members by servername
* Add command for deleting multiple messages
* remove console logs and improve ban command description
* improve commands description
* add server acl command
* fix code highlight not working after editing in dev tools
2025-05-13 16:16:22 +05:30
Gigiaj
af455a5fe3
Ensure drawer doesn't appear in call room
2025-05-11 19:11:21 -05:00
Gigiaj
7043376383
Fix the position of the member drawer to its correct location
2025-05-11 19:09:39 -05:00
Gigiaj
4486ef1e72
add url as a param for widget url
2025-05-11 17:55:19 -05:00
Gigiaj
5ab0b39152
Fix the view to correctly display the active iframe based on which is currently hosting the active call (juggling views)
2025-05-11 17:54:11 -05:00
Gigiaj
a1c0b79cbd
split into two refs
2025-05-10 20:41:06 -05:00
Gigiaj
cd233053bc
Improve call room view stability
2025-05-10 08:58:32 -05:00
Gigiaj
9ae7c318ab
re-add mobile chat handling
2025-05-10 08:58:03 -05:00
Gigiaj
ae9cc7a548
Fix unexpected visibility in non-room areas
2025-05-09 14:17:25 -05:00
Gigiaj
807c90e2f5
swap to using ref provider context from to connect to persistentcallcontainer more directly
2025-05-09 11:14:08 -05:00
Gigiaj
a690dbd2ca
Add backupIframeRef so we can re-add the lobby screen for non-joined calls (for viewing their text channels)
2025-05-09 09:38:43 -05:00
Gigiaj
43ce6f0210
Update room to use CallView
2025-05-08 18:01:27 -05:00
Gigiaj
abe79ceb66
Add CallView
2025-05-08 17:57:57 -05:00
Gigiaj
7f8aeb335f
remove logger statement and swap hash to search
2025-05-02 17:11:33 -05:00
GigiaJ
4779b09879
Always embed to give a proper call room lobby experience
2025-05-01 12:48:35 -05:00
GigiaJ
8700fe84ab
Add some parameters to be settable (need to create an param object type instead of using any) in widgetUrl
2025-04-29 15:29:02 -05:00
GigiaJ
b5ca54d6fd
Prevents undefined object from being checked for values and filtered against
2025-04-27 16:48:35 -05:00
GigiaJ
39d4eedb75
Disable DM calling button for now (not implemented properly yet)
2025-04-22 22:30:48 -04:00
GigiaJ
f7fb4bcc11
Remove chat open icon from DMs
2025-04-22 21:35:04 -04:00
GigiaJ
a4af96b530
Fix DM header since it *can* be a call room
2025-04-22 21:33:17 -04:00
GigiaJ
c7ea3f7e57
The code reuse is substantial enough to justify including the license
2025-04-22 21:17:19 -04:00
GigiaJ
2f980a727a
The reuse is substantial enough to justify including the license
2025-04-22 21:16:36 -04:00
GigiaJ
1573353550
re-enable header buttons globally for now
2025-04-22 05:35:35 -04:00
Gigiaj
8f87690b00
Return to lobby is very useful
2025-04-18 03:01:17 -05:00
Gigiaj
589b318b08
Start laying out a toggle for roomtimeline in a call
2025-04-18 03:00:52 -05:00