Commit Graph

92 Commits (174fa9c553c1b1284db9a1f2b3eb2b75889bf403)

Author SHA1 Message Date
WolverinDEV 547a5224b5 Some minor code quality improvements 2021-07-11 14:21:16 +02:00
WolverinDEV 4e01d1e6e0 Fixed the channel file transfer side bar 2021-06-10 16:43:30 +02:00
WolverinDEV f2ab9800d4 Rendering the main UI only via IPC 2021-04-29 22:18:11 +02:00
WolverinDEV 1cae741b17 Adding popout to channel conversations and fixed doubling of chat messages 2021-04-29 14:51:30 +02:00
WolverinDEV 871231cbd5 Some minor changes 2021-04-27 13:30:33 +02:00
WolverinDEV eebe7aa6b9 Reworked the channel info modal with React 2021-04-24 22:56:52 +02:00
WolverinDEV 29c168ece0 Removed the whole `{:br:}` syntax and removed jQuery from the `tra` method 2021-04-24 13:59:49 +02:00
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