Commit graph

495 commits

Author SHA1 Message Date
WolverinDEV
b17fb5dea8 Only rendering the emoji picker when it's needed
If not done so the whole channel select render will take an eternity
2021-01-06 17:26:34 +01:00
WolverinDEV
4d9df41c35 Fixed the video bar using the new full react app layout 2021-01-06 17:22:29 +01:00
WolverinDEV
2211da243d Globally rendering the app via React 2021-01-05 18:13:57 +01:00
WolverinDEV
0dbf991e36 Fixed invalid bounds calculation and only saving new values when the divider has been released 2021-01-05 18:09:57 +01:00
WolverinDEV
b112a79113 Correctly handling the server side bar 2021-01-05 16:26:26 +01:00
WolverinDEV
f1d24df7ac Rendering the hostbanner via React 2021-01-05 14:46:09 +01:00
WolverinDEV
2a120987cf Sloppy allowing the user to controll it's max bandwidth used 2021-01-04 21:28:47 +01:00
WolverinDEV
a6afb98093 Fixed missing voice and text channel update when switching the server tabs 2020-12-29 18:23:06 +01:00
WolverinDEV
12a7b6eb50 Reimplemented the music bot manage UI 2020-12-29 16:53:04 +01:00
WolverinDEV
87de8d830b Fixed wired shrink issue 2020-12-22 15:16:10 +01:00
WolverinDEV
3cd0a4c6f4 Fixed issue #154 2020-12-22 13:56:50 +01:00
WolverinDEV
23051ef90e Fixed channel edit renderer imports 2020-12-22 13:45:43 +01:00
WolverinDEV
810f50f336 Updating the channel edit modal and some minor bugfixing 2020-12-22 13:32:56 +01:00
WolverinDEV
218a9d0600 Fixed image chat width 2020-12-21 23:51:22 +01:00
WolverinDEV
9c4e660b16 Fixed changes from develop which somehow got into master 2020-12-21 20:28:08 +01:00
WolverinDEV
de052d566b Tem changes for the new channel create modal 2020-12-21 20:25:07 +01:00
WolverinDEV
426b328804 Fixed a small crash 2020-12-21 17:51:51 +01:00
WolverinDEV
c1a683e505 Fixed Video preview crash and added error boundaries 2020-12-19 20:14:51 +01:00
WolverinDEV
a5afa5cce3 Added some error boundaries to keep the ui functional even if elements may throw and error for a connection instance 2020-12-18 19:25:27 +01:00
WolverinDEV
5da2877c8b Added file transfer to the side bar 2020-12-18 19:18:01 +01:00
WolverinDEV
3412faf125 A lot of updates and added a new feature 2020-12-18 17:06:38 +01:00
WolverinDEV
001bececbe Updating the channel client count on client switch 2020-12-18 12:23:00 +01:00
WolverinDEV
41f9facf31 Some minor updates 2020-12-17 11:55:53 +01:00
WolverinDEV
eb94db0773 Properly outlining the permission why a video subscription isn't possible 2020-12-16 23:49:36 +01:00
WolverinDEV
fdae0c77e8 Improved video control handling 2020-12-16 23:11:57 +01:00
WolverinDEV
d18701b984 Fixed some minor bugs and made broadcast settings reeditable 2020-12-16 22:06:46 +01:00
WolverinDEV
2b5bc27471 Some minor fixes/improvements 2020-12-13 14:29:01 +01:00
WolverinDEV
27888661d9 Directly connection when hitting enter on the address line 2020-12-13 14:18:58 +01:00
WolverinDEV
8949c7ae8a Updated avatar as well wehn switching the client info 2020-12-12 22:58:52 +01:00
WolverinDEV
ae57fbea6d Fixed client info 2020-12-12 22:54:19 +01:00
WolverinDEV
e442924b2f Fixed icon renderer bug 2020-12-12 22:43:47 +01:00
WolverinDEV
aada747f4e Improved the video rendering and selection 2020-12-12 13:19:04 +01:00
WolverinDEV
f3fb114115 Some video related changes and bugfixes (requires nightly 18) 2020-12-12 00:16:17 +01:00
WolverinDEV
f50c6c4f3e Fixed music bot compiler error 2020-12-11 11:55:41 +01:00
WolverinDEV
23414b7f31 Video now has to be manually activated in order to watch it 2020-12-10 13:32:35 +01:00
WolverinDEV
e78833e534 The sidebar now is completely disconnected from the connection handler itself and only renders what's needed. 2020-12-09 20:44:33 +01:00
WolverinDEV
3d02669d20 Reworked the side bar algorithm. This should heavily improve the memory footprint especially on muti connection sessions 2020-12-09 18:45:11 +01:00
WolverinDEV
a3b9b1b11e Allowing to drag client tags 2020-12-09 15:50:58 +01:00
WolverinDEV
b665d69a9f Some minor bugfixing and enabled context menus for every clickable client tag 2020-12-09 14:54:25 +01:00
WolverinDEV
9e90510b43 Fixed HTML link copy pasting 2020-12-09 14:32:14 +01:00
WolverinDEV
e6bbb883e4 Improved channel private conversation mode behaviour 2020-12-09 14:22:22 +01:00
WolverinDEV
a05b795859 Some minor chat related bugfixing and separated the chat controller form the chat modal 2020-12-09 13:36:56 +01:00
WolverinDEV
335f527a92 Some minor permission editor related fixes 2020-12-08 12:14:53 +01:00
WolverinDEV
4aef00875e Correctly showing the client as "left view" if we're disconnecing from the server 2020-12-07 19:39:53 +01:00
WolverinDEV
2041ed5fc3 Recoded the client info ui in React and increased responsibility to variable changes 2020-12-07 19:37:06 +01:00
WolverinDEV
08968b3d54 Improced BBCode support 2020-12-07 15:07:47 +01:00
WolverinDEV
e94a8a3b4f Fixed icon size for the channel popout 2020-12-06 11:54:39 +01:00
WolverinDEV
4823ed4f76 Fixed Firefox private mode 2020-12-05 16:19:37 +01:00
WolverinDEV
e9bf6a53d2 Adding channel entry range selection for ealier multi channel select 2020-12-04 14:44:10 +01:00
WolverinDEV
6f460ae111 Added an option for mass channel subscription and unsubscription 2020-12-04 13:58:05 +01:00