Commit graph

85 commits

Author SHA1 Message Date
WolverinDEV
ae39685a40 Removed the notify visibility event which hasn't been used any more 2021-04-05 20:06:44 +02:00
WolverinDEV
0ad881cd27 Showing client channel group inheritance 2021-03-24 18:39:19 +01:00
WolverinDEV
dbb8039f64 Allowing to view the own clients avatar 2021-03-24 17:48:01 +01:00
WolverinDEV
c68c217eaf Improved the server avatar upload modal 2021-03-24 16:56:09 +01:00
WolverinDEV
bd721bf13e Properly using svg icons within the client sprite for the client info bar 2021-03-23 15:13:51 +01:00
WolverinDEV
90e1395d34 Updating the client flags to svg flags 2021-03-23 13:42:32 +01:00
WolverinDEV
64b618d0bf Using react to render the image preview and removed the main app template 2021-03-17 21:20:03 +01:00
WolverinDEV
ecf12c788e Applied required changes to the automatic build system 2021-03-17 19:41:51 +01:00
WolverinDEV
fc2ea02955 Fixed music bot button stuck behind preview image 2021-03-14 19:43:54 +01:00
WolverinDEV
5df48b0bbf Some minor compile and client fixing changes 2021-02-20 18:34:42 +01:00
WolverinDEV
fbbf319ef3 Added the new invite system 2021-02-19 23:05:48 +01:00
WolverinDEV
eb1884c307 Fixed issue #66 2021-02-15 18:40:39 +01:00
WolverinDEV
16ad080df9 Some prep for IPC events 2021-01-22 13:34:43 +01:00
WolverinDEV
c8b6998e35 Introducing the new UI variable system 2021-01-17 23:11:21 +01:00
WolverinDEV
84e907adbb Directly importing logging methods and some general code and logging messages cleanup 2021-01-10 17:36:57 +01:00
WolverinDEV
71d049302c Reworked the settings module 2021-01-10 16:13:15 +01:00
WolverinDEV
10c3c632f5 Removed the channel description font size cap 2021-01-07 14:29:35 +01:00
WolverinDEV
ea780c403b Remove not required client info for query clients 2021-01-07 14:27:36 +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
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
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
218a9d0600 Fixed image chat width 2020-12-21 23:51:22 +01:00
WolverinDEV
ba1e6b605a Fixed a small crash 2020-12-21 20:07:09 +01:00
WolverinDEV
348dcdb923 Added file transfer to the side bar 2020-12-21 20:07:09 +01:00
WolverinDEV
8480587f4f A lot of updates and added a new feature 2020-12-21 20:07:09 +01:00
WolverinDEV
46df628f27 Updating the channel client count on client switch 2020-12-21 20:07:09 +01:00
WolverinDEV
87d5e4697d Some minor fixes/improvements 2020-12-21 20:07:09 +01:00
WolverinDEV
37583d10c0 Updated avatar as well wehn switching the client info 2020-12-21 20:07:09 +01:00
WolverinDEV
f056c29332 Fixed client info 2020-12-21 20:07:09 +01:00
WolverinDEV
de527a750d Fixed music bot compiler error 2020-12-21 20:07:09 +01:00
WolverinDEV
787de619de The sidebar now is completely disconnected from the connection handler itself and only renders what's needed. 2020-12-21 20:07:09 +01:00
WolverinDEV
cb505d39cf Reworked the side bar algorithm. This should heavily improve the memory footprint especially on muti connection sessions 2020-12-21 20:07:09 +01:00
WolverinDEV
5407fcb9ff Improved channel private conversation mode behaviour 2020-12-21 20:07:09 +01:00
WolverinDEV
fea0993c7d Some minor chat related bugfixing and separated the chat controller form the chat modal 2020-12-21 20:07:09 +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
1759fb1756 Using tr as imported function and changed the shared app declaration build mechanism 2020-11-29 14:42:02 +01:00
WolverinDEV
658b44ed1d Introduced Video to the web client. A lot of changes are still pending 2020-11-07 13:16:07 +01:00
WolverinDEV
1996878f12 Using a general client tag element for all client tags and introduced the channel conversation mode variable 2020-10-04 15:52:15 +02:00
WolverinDEV
cbd20a2177 Implemented the channel popout ui 2020-09-28 09:37:48 +02:00
WolverinDEV
aed30b805b Fixed error on local client enter 2020-09-26 23:17:01 +02:00
WolverinDEV
8b592391ec Fixed compile errors 2020-09-26 23:01:53 +02:00
WolverinDEV
9782bb355a Adjusted to the new icon API 2020-09-26 01:22:21 +02:00
WolverinDEV
4a4cbdf38e Resolved all tc-shared imports into relative imports 2020-09-12 15:49:20 +02:00
WolverinDEV
391205cb34 resturctured the project a bit 2020-09-12 14:51:03 +02:00
WolverinDEV
b99d5cd6b9 Adding the new echo test 2020-09-07 12:42:00 +02:00